xsl-list
[Top] [All Lists]

RE: PFMReader help

2004-01-21 15:55:30
-----Original Message-----
From: Bishop, Ryan

Next: (does this sound right?)

i have to add this to my config.xml inside <fonts></fonts>

  <fonts>     <font metrics-file="file.xml" kerning="yes" 
embed-file="file.pfb">        <font-triplet 
name="AkzidenzGroteskBE-Bold" style="Bold"
weight="normal"/>  </font>


To make this ready for proper use, I personally would change this to:

<font-triplet name="AkzidenzGroteskBE" style="normal" weight="bold" />


and then i should be able to reference my font with
<fo:block font-family="AkzidenzGroteskBE-Bold" font-style="Bold"

This should be 'font-weight="bold"' ( style is for italics )

Cheers,

Andreas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>