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 Kairi Henry <kh...@urbanheights.com> on 2003/06/03 23:03:19 UTC

Arial Font

Does anyone know how I can obtain the font-family of Arial?

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Arial Font

Posted by Clay Leeds <cl...@medata.com>.
Kairi,

On 6/3/2003 2:43 PM, Kairi Henry wrote:
> what version are you using? I tried to do font-family="arial" and it doesn't
> work,in fact my xmlspy freezes up for a second.

I've been doing it this way since 0.20.4 (also works in 0.20.5rc3a):

<fo:block display-align="after" font-family="verdana,arial,helvetica, 
sans-serif" font-weight="bold">
   <fo:block font-size="10pt">
     <fo:inline>SEE PAGE<fo:inline>&#160;<fo:page-number-citation 
ref-id="endofdoc" padding-after=".1cm" padding-before=".1cm"/> 
&#160;</fo:inline>IF YOU WISH TO CONTEST DENIAL</fo:inline>
   </fo:block>
   <fo:block>Copyright &#169; 2003 MEDATA, INC.</fo:block>
   <fo:block font-weight="normal">NYS FORM NF-10 (Rev 5/2003)</fo:block>
</fo:block>

I also set the font this way:

<xsl:attribute name="font-family">courier new, courier, 
monospace</xsl:attribute>

To be honest, I don't know which font is being used in the first 
example. It could be verdana,arial,helvetica or some other sans-serif 
font. BTW, I doubt case matters in here.
-- 
Clay Leeds - cleeds@medata.com
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Arial Font

Posted by Kairi Henry <kh...@urbanheights.com>.
what version are you using? I tried to do font-family="arial" and it doesn't
work,in fact my xmlspy freezes up for a second.

----- Original Message -----
From: "Kairi Henry" <kh...@urbanheights.com>
To: <fo...@xml.apache.org>
Sent: Tuesday, June 03, 2003 5:34 PM
Subject: Re: Arial Font


> dam, I think I said "Arial" instead of "arial".
>
> ----- Original Message -----
> From: "Clay Leeds" <cl...@medata.com>
> To: <fo...@xml.apache.org>
> Sent: Tuesday, June 03, 2003 5:12 PM
> Subject: Re: Arial Font
>
>
> > On 6/3/2003 2:03 PM, Kairi Henry wrote:
> > > Does anyone know how I can obtain the font-family of Arial?
> >
> > IIRC, I get it by specifying font-family="any"... It's worth a try... Of
> > course, there's always font-family="arial"...
> > --
> > Clay Leeds - cleeds@medata.com
> > Web Developer - Medata, Inc. - http://www.medata.com
> > PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
> > For additional commands, e-mail: fop-user-help@xml.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: fop-user-help@xml.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Arial Font

Posted by Kairi Henry <kh...@urbanheights.com>.
dam, I think I said "Arial" instead of "arial".

----- Original Message ----- 
From: "Clay Leeds" <cl...@medata.com>
To: <fo...@xml.apache.org>
Sent: Tuesday, June 03, 2003 5:12 PM
Subject: Re: Arial Font


> On 6/3/2003 2:03 PM, Kairi Henry wrote:
> > Does anyone know how I can obtain the font-family of Arial?
> 
> IIRC, I get it by specifying font-family="any"... It's worth a try... Of 
> course, there's always font-family="arial"...
> -- 
> Clay Leeds - cleeds@medata.com
> Web Developer - Medata, Inc. - http://www.medata.com
> PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: fop-user-help@xml.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Arial Font

Posted by Clay Leeds <cl...@medata.com>.
On 6/3/2003 2:03 PM, Kairi Henry wrote:
> Does anyone know how I can obtain the font-family of Arial?

IIRC, I get it by specifying font-family="any"... It's worth a try... Of 
course, there's always font-family="arial"...
-- 
Clay Leeds - cleeds@medata.com
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org