MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 442

Extending flash
Table of Contents

Advertisement

Description
Property; a string that consists of delimited integers that correspond to the items that can be
selected in the Character Options dialog box. This property works only with dynamic or
input text; it is ignored if used with static text.
This property corresponds to the XML file in the Configuration/Font Embedding folder.
Example
The following example sets the
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].embedRang
es = "1|3|7";
The following example resets the property:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].embedRang
es = "";
text.fontRenderingMode
Availability
Flash 8.
Usage
text.fontRenderingMode
Description
Property; a string that specifies the rendering mode for the text. This property affects how the
text is displayed both on the Stage and in Flash Player. Acceptable values are described in the
following table.
Property value
device
bitmap
standard
442
Objects
property to
embedRanges
How text is rendered
Renders the text with device fonts.
Renders aliased text as a bitmap, or as a pixel font would.
Renders text using the standard anti-aliasing method used by
Flash MX 2004. This is the best setting to use for animated,
very large, or skewed text.
:
"1|3|7"

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents