[XeTeX] Font not found although installed
وفا خلیقی
vafakh9 at gmail.com
Fri Feb 20 15:48:06 CET 2009
In XeTeX, you can decalre the fonts as follow:
\font\CS="<font-name>:<options>"
For example if you want to choose Junicode (Regular) at 12pt you can have:
\font\twelve="Junicode:mapping=tex-text" at 12pt
This also enables tex-text mapping which is the option.
Now if you want to use bold version of the font you do something similar to
above or you can have:
\font\twelvebf="Junicode/B:mapping=tex-text" at 12pt
the '\B' thing states that we want to use the bold format of the font, and
you can use '\I' for italics and so on.
But if you are using xelatex, you can define a new font with \newfontfamily
control word like:
\newfontfamily\junicode[Scale=1,Mapping=tex-text]{Junicode}
-- VK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/xetex/attachments/20090221/f03458f4/attachment.html
More information about the XeTeX
mailing list