Thanks Jeremias it's work!

If we want to use font name with whitespaces like "Arial Unicode MS", we must put it in quotes.

If I understand well, I think we can even do this

font-family="'Arial Unicode MS', 'Lucida Sans Unicode', sans-serif"

Dominic


Subject:
Re: font-family="Arial Unicode MS" in rtf doesn't work
From:
Jeremias Maerki <[EMAIL PROTECTED]>
Date:
Mon, 05 Feb 2007 23:03:04 +0100
To:
fop-users@xmlgraphics.apache.org

To:
fop-users@xmlgraphics.apache.org


Try font-family="'Arial Unicode MS'"

http://www.w3.org/TR/xsl11/#font-family says:
"Font family names containing whitespace should be quoted."

On 05.02.2007 22:36:32 Dominic Marcotte wrote:
Hello,

Font-family "Arial Unicode MS" in FO become "Arial" in RTF.

Like if font-family can't have a space in their name.

<fo:inline font-family="Arial Unicode MS" font-style="normal" font-size="9.5pt">⇓</fo:inline>



If I try with font-family "ArialUnicodeMS", I get "ArialUnicodeMS" in RTF but I Word or WordPad doesn't konw this font. I must change it manualy to "Arial Unicode MS".


I use "FOP Trunk" revision 499827.

Any suggestion?

Dominic



Jeremias Maerki


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

Reply via email to