No guarantees, but you might want to check out this Michael: 
http://tekkie.flashbit.net/flash/embedding-fonts-in-flash-cs3

Regards,

Ain Tohvri
Flashbit LLC


On 23.01.2008, at 18:06, Mendelsohn, Michael wrote:

Hi list...
I've embedded a font that I confirmed in Windows' character map that it has the glyphs for ≤ and ≥. These glyphs trace fine, but they don't appear in my textField. Any idea what I'm missing?

Thanks,
- Michael M.



var objMarkText:TextField = _root.createTextField("tf", 1, 0, 0, 1, 1);
objMarkText.embedFonts = true;
var symbol:String = (i==0)?"\u2264":"\u2265";
objMarkText.text = symbol;
trace(objMarkText.text);

// traces correctly...but glyph doesn't show up in objMarkText.text


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to