Hi...
Hm, do I understand this correctly?

Content of userconfig.xml:
        <font metrics-file="frt45light.xml" kerning="yes"
embed-file="C:\WINNT\Fonts\Ftl_____.ttf">
                <font-triplet name="Frutiger" style="normal"
weight="normal"/>
        </font>

And now, i define the Parameter in the XSL File? (Example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:fo="http://www.w3.org/1999/XSL/Format";
xmlns:lxslt="http://xml.apache.org/xslt";
xmlns:wtaJf="http://com.swisscom.it.bas.WtaEvent";
extension-element-prefixes="wtaJf">
        <xsl:param name="body.font.family">Frutiger</xsl:param>
        <xsl:param name="title.font.family">Frutiger</xsl:param>

)

Thanks

-----Urspr�ngliche Nachricht-----
Von: Anton Wardaschko (PA) [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 28. April 2003 14:42
An: [EMAIL PROTECTED]
Betreff: AW: Set Standard Font


Hi!

You need the correct path to the fonts, font declaration in the
userconfig.xml and if you use docbook following entry in your xsl-file:

<xsl:param name="body.font.family">Arial</xsl:param>

or for the titles

<xsl:param name="title.font.family">Verdana</xsl:param>


CU
Anton

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


___________________________________________________________________________________
 
Diese E-Mail ist nur fuer die als Empfaenger genannte Person oder Gesellschaft 
bestimmt. Wenn Sie diese
E-Mail irrtuemlich erhalten haben, bitten wir Sie, den Absender zu 
benachrichtigen und die E-Mail auf Ihrem
Computersystem zu loeschen.
___________________________________________________________________________________
 


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

Reply via email to