Stefan posted a message on the link above with statement:
Code: Select all
<13.82><16.59><10.8><23.89><28.66><34.4><41.28>%
ecltt8}{}
1, What do these numbers mean?
2, what does "ecltt8" mean?
Now, I am using a font package emerald and use the font called "Intimacy" with family name "fin", then how can I change font shape? My ultimate purpose: I wanna increase the vertical length and decrease the width of the font, so that every letter from this font become super-thin and long.
I have checked the file "tifin.fd" and find the following information:
Code: Select all
\DeclareFontFamily{T1}{fin}{}
\DeclareFontShape{T1}{fin}{m}{n}{
<-> finmd8t
}{}
\DeclareFontShape{T1}{fin}{l}{n}{
<-> finld8t
}{}
So the follow code obviously does not work!
Code: Select all
\DeclareFixedFont{\pb}{T1}{fin}{m}{n}{2.5cm}
\renewcommand*\pb{fin}
\DeclareFontShape{T1}{fin}{m}{n}{%
<50><50><50><70><80><80><100>%
fin}{}