text.embedVariantGlyphs

Availability

Flash CS4 Professional.

Usage

text.embedVariantGlyphs

Description

Property; 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.

Example

The following example enables variant glyphs to be embedded in the selected Text object:

      fl.getDocumentDOM().selection[0].embedVariantGlyphs = true;