RE: [xsl] PFMReader help

Subject: RE: [xsl] PFMReader help
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Wed, 21 Jan 2004 23:55:30 +0100
> -----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


Current Thread