[cl-typesetting-devel] fonts for example
Marc Battyani
marc.battyani at fractalconcept.com
Sun Dec 21 21:42:28 UTC 2003
From: "tarvydas" <tarvydas at allstream.net>
> I've managed to compile cl-pdf and cl-typesetting (under LWL4.3) and can
run
> "hello".
>
> The larger example, "ex", does not run claiming that the fonts CMTI10 and
> CMEX10 don't exist. I can see that they exist in the "files-for-example"
> directory.
>
> What should I do to get cl-pdf to "find" these fonts?
You have to load them with (pdf:load-t1-font <afm file> <pfb file>)
All the fonts, excepted the 14 predefined ones, must be loaded before you
use them.
BTW I think I will make the pfb filename optional and derive it from the afm
filename.
Marc
More information about the cl-typesetting-devel
mailing list