You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "[m] zentrale | andre marthaler" <an...@m-zentrale.de> on 2002/07/09 17:11:37 UTC

Embedding Fonts Problem

hello,
ive got a problem with fop-0.20.4
i generate the pdf without mistakes, open it and following alert is on
acrbatreader:

"Unsable to extract the embedded font 'RussellSquare'. Some characters may
not display or print correctly."


userconfig.xml:
<fonts>
<font metrics-file="C:\METRICFONTS\ru______.xml" kerning="yes"
embed-file="C:\PSFONTS\PFM\ru______.pfm">
<font-triplet name="RussellSquare" style="normal" weight="normal"/>
</font>
</fonts>


xsl:

<fo:table-cell>
<fo:block margin-left="1.5cm" margin-right="1cm" color="#3C6EA0"
font-family="RussellSquare" font-size="14px">
[<xsl:value-of select="page/body/@page"/>
<xsl:if test="page/body/sub_navigation/name"> /
<xsl:value-of select="page/body/sub_navigation/name"/>]
</xsl:if>
</fo:block>
</fo:table-cell>


if i haven´t intalled the font (type-1 adobe), theres no headline, only
points in pdf.



MfG André Marthaler