On Thu, Dec 17, 2009 at 12:21 AM, Brajesh Patel <
[email protected]> wrote:
> Hello James,
>
> Yes, you can use Arial font in fo.ftl need to use file
> "framework/webapp/config/fop.xconf" , this file contain following code that
> responsible for font family, change font family according to the
> requirement:
>
> <font metrics-url="arial.xml" kerning="yes" embed-url="arial.ttf">
> <font-triplet name="Arial" style="normal" weight="normal"/>
> <font-triplet name="ArialMT" style="normal" weight="normal"/>
> </font>
>
>
I found that I could put this:
<fonts>
<auto-detect/>
</fonts>
And FOP now sees all the TTF's that the system knows.
Thanks again.