Oleg 

My understanding is that the list of fonts are iterated through until
an existing font is found. Preferred fonts are put first. 

I don't know how FOP locates fonts or if it can be given some clues.

Try putting sans-serif at the end

... font-family="Arial, Helvetica, Geneva, sans-serif" 

then try putting it at the beginning

... font-family=" sans-serif, Arial, Helvetica, Geneva" 

then try

... font-family=" sans-serif" 

I'd be interested in the results you get.

WPE

----- Original Message ----- 
From: "Oleg Tkachenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:02 PM
Subject: font-family and font names list


> Hello there!
> 
> I'm trying the following object in fop 0.20.3:
> 
> <fo:inline font-style="italic" font-family="Arial, Helvetica, Geneva" 
> font-size="11.0pt">Tuesday, Mar. 5, 2002 12:33</fo:inline>
> 
> And got error message:
> [ERROR]: unknown font Arial, Helvetica, Geneva,normal,normal so 
> defaulted font to any
> [ERROR]: defaulted font to any,normal,normal
> 
> Is it a bug/unsupported feature or am I wrong with something here ?
> 
> -- 
> Oleg Tkachenko
> Multiconn International, Israel
> 
> 

Reply via email to