Hye all,

I am using FOP-0.20.3RC.

I have an xml file coded in 'utf-8'.
So I add at the beginning of my xsl-fo file the 
line : <?xml version="1.0" encoding="utf-8"?>

And I want that the default font is 'Helvetica' and 'Symbol' 
when there are symbols in the text (which are not 
available with Helvetica font).

Therefore, I try <fo:block font-family="Helvetica, Symbol">
but I got an error message
'unknown font Helvetica, Symbol,normal,normal so defaulted font to any'

I try to put quotes surrending font name 
(<fo:block font-family="'Helvetica', 'Symbol'">)
but the same error occurs.

FOP doesn't seem to find the separator between fonts.

Can someone help ?



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

Reply via email to