[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Font Verdana

  • To: <xml-dev@l...>
  • Subject: RE: Font Verdana
  • From: "Manos Batsis" <m.batsis@b...>
  • Date: Fri, 28 Dec 2001 16:22:50 +0200
  • Thread-index: AcGPqYFh0V4Y5TWBS46pzofPKTN5PgAAEkQw
  • Thread-topic: Font Verdana

css font verdana
Wim is right. All CSS properties go into one style attribute. Raúl you
where trying to produce something like
<elem font-size="10pt"/>
While the correct should be
<elem style=" font-size:10pt"/>

It might be a good idea to try and use classes instead of inline styles
though. Alternatively, for less coding, you might want to use the
shorthand style for the css font property:

<xsl:attribute name="style">
font : italic small-caps bold 15px/20px "Courier New", Courier,
monospace;
</xsl:attribute>

Here it includes style, variant, weight, size, line-height and family.
I don't know how this works in pdf though...

Kindest regards,

Manos


> -----Original Message-----
> From: Scherpenzeel, Wim [mailto:Wim.Scherpenzeel@s...] 
> Sent: Friday, December 28, 2001 4:08 PM
> To: 'Raul Carazo'; xml-dev@l...
> Subject: 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
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
> 
> 

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.