> I'm having a struggle getting non-latin glyphs in my TextField > instances to display properly. > > The text field in question is set to Dynamic Text, and uses a custom, > embedded font. The font is linked to export in first frame, before > the text field appears. The text field has "All (54665 glyphs)" > selected as the Embed option > > Scenario A (doesn't work): > > ) The text field contains a Latin string by default: "watermelon" > ) Try to fill the text field with a mixed character glyph phrase: > tf.htmlText = "Bang Приставки";
My first question--is the custom font a Unicode font? It should be, with 54665 glyphs (ISO 8859.x fonts only have 255 glyphs). I'm guessing there is an issue with the way the font was created--I'm not sure what the problem would be, but here's a test. Embed a system Unicode font (if you're on Windows, you should have Arial Unicode) and see if the problem persists. This is a little out of date, but still relevant to people using non-Unicode fonts. It's an article I wrote for MX Developer's Journal, and it's online now at <http://director-online.com/buildArticle.php?id=1143> Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

