|
Flash CS4 Resources |
text.embedVariantGlyphsAvailabilityFlash CS4 Professional. Usagetext.embedVariantGlyphs DescriptionProperty; a Boolean value that specifies whether to enable the embedding of variant glyphs (true) or not (false). This property works only with dynamic or input text; it is ignored if used with static text. The default value is false. ExampleThe following example enables variant glyphs to be embedded in the selected Text object: fl.getDocumentDOM().selection[0].embedVariantGlyphs = true; See also |