Have either of you tried to compile with one of the other font managers to see if that works?

Flex 3 uses the AFEFontManager by default I believe. You may have better luck with the BatikFontManager but you may run into glyph encoding issues (d/e/p and rounded edges have less than adequate curve data).

Set your compiler options to one of the following:

-managers=flash.fonts.AFEFontManager
-managers=flash.fonts.BatikFontManager
-managers=flash.fonts.JREFontManager

For Batik and JRE font managers, you may also need to specify the compiler to use backward compatibility (not sure):

-compatibility-version=2.0.1

For more information to modify the flex-config.xml:

http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_10.html

good luck,

jon


On May 20, 2008, at 12:05 PM, David Pariente wrote:

If u find a solution please tell us, i got that problem with a pair of specific fonts too :(

----- Mensaje original ----
De: Ben Clinkinbeard <[EMAIL PROTECTED]>
Para: [email protected]
Enviado: martes, 20 de mayo, 2008 16:28:46
Asunto: Re: [flexcoders] Lucida Grande normal weight font cannot be embedded

Yea, I tried all kinds of combinations, including the expected fontWeight: normal;

Ben


Reply via email to