Hello,
I need to include a new font in FOP.
I already generate a new xml file of the font "comic.ttf"
(ttfcomic.xml), and in the "userconfig.xml" added the new font.

<font metrics-file="ttfcomic.xml" kerning="yes"
embed-file="c:\windows\fonts\comic.ttf">
   <font-triplet name="ComicSansMS" style="normal" weight="normal"/>
</font>

To recompile the "fop.jar", what is necessary to configure?
Is it necessary anything else in the "build.xml" of FOP?
And where should I put the new "ttfcomic.xml" file for the new font? Is
it in "/src/codegen"?

Next in the XSL-FO, how can I refer the new font?
The font name should be "ComicSansMS" like refer above or the name of
the font file?

font-style="ComicSansMS" 

Thanks in advance.
Best regards.

Nuno Canais

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to