Hi,

if i do this:
<fo:block font-family="Calligrapher" font-size="72pt" font- weight="normal" font-style="normal">
           <xsl:value-of select="text()"/>
       </fo:block>

it works. The font is enabled in pdf.
But if i add a image like:

<fo:block font-family="Calligrapher" font-size="72pt" font- weight="normal" font-style="normal">
           <xsl:value-of select="text()"/>
       </fo:block>
            <fo:block>
<fo:external-graphic src="url(http://localhost:8084/PHYRE- dtp/assets/test.jpg)"/>
      </fo:block>


the font will not be displayed.

I do not understand this!

Kris


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

Reply via email to