> -----Original Message-----
> From: Mark Williams [mailto:[EMAIL PROTECTED]
>

Hi Mark,

>
> Where there are specific bold, italic and bold italic files does
> FOP need to have access to these or is it enough to convert
> the normal file and specify different font-triplets for the
> same xml file

It's the first. To get accurate results, you have to generate XML metrics
files for each of them, and the entries in the userconfig.xml should look
like (example for Verdana):

<font metrics-file="fonts\ttverdana.xml" kerning="yes"
      embed-file="verdana.ttf">
  <font-triplet name="Verdana" style="normal" weight="normal"/>
</font>
<font metrics-file="fonts\ttverdanai.xml" kerning="yes"
      embed-file="verdanai.ttf">
  <font-triplet name="Verdana" style="italic" weight="normal"/>
</font>
<font metrics-file="fonts\ttverdanab.xml" kerning="yes"
      embed-file="verdanab.ttf">
  <font-triplet name="Verdana" style="normal" weight="bold"/>
</font>
<font metrics-file="fonts\ttverdanabi.xml" kerning="yes"
      embed-file="verdanaz.ttf">
  <font-triplet name="Verdana" style="italic" weight="bold"/>
</font>

Greetz,

Andreas


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

Reply via email to