> I want to use a shared dynamic library font with Cyrillic but only Latin is > being embedded. Is there any way to specify which character set(s) to use > like there is on a dynamic textfield on the stage?
AFAIK, no. When you embed a font in the library, you get the whole font. Many fonts simply don't have Cyrillic glyphs, even Unicode fonts. What font are you using? You can test to see if it has Cyrillic by creating a text field on-stage and embedding the library font. If Cyrillic isn't a choice, that font doesn't have Cyrillic glyphs. Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

