|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Font Verdana
Hi there This will work: <xsl:attribute-set name="style-set"> <xsl:attribute name="style"> FONT-SIZE: medium; FONT-FAMILY: verdana </xsl:attribute> </xsl:attribute-set> You might want to check the exact syntax of the HTML 'Style'- element ... Have Fun! Wim (In the beginning, the universe was completely empty, and, next, it exploded anyway) -----Original Message----- From: Raúl Carazo [mailto:rcarazo@b...] Sent: vrijdag 28 december 2001 8:49 To: xml-dev@l... Subject: Font Verdana I'm using my own servlet for creating a pdf report. If I set any font, it appears with Times New Roman (the default one), but if I don't set it, it appears with Arial!!! <xsl:attribute-set name="style"> <xsl:attribute name="font-size">10pt</xsl:attribute> </xsl:attribute-set> With this style, the font is Arial If I set this one: <xsl:attribute-set name="style"> <xsl:attribute name="font-size">10pt</xsl:attribute> <xsl:attribute name="font-family">Verdana</xsl:attribute> <xsl:attribute name="font-style"/> </xsl:attribute-set> (with Verdana or any other font), the font is Times New Roman. And if I set: <xsl:attribute-set name="style"> <xsl:attribute name="font-size">10pt</xsl:attribute> <xsl:attribute name="font-family">Verdana</xsl:attribute> </xsl:attribute-set> there is an exception. Thx
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||







