text.antiAliasThickness
Availability
Flash 8.
Usage
text.antiAliasThickness
Description
Property; a float value that specifies the anti-aliasing thickness of the text. This property
controls how thickly the text is drawn, with higher values specifying thicker text. A value of 0
specifies normal thickness. This property is available only if
to
"customThicknessSharpness"
Example
See
text.fontRenderingMode
See also
text.antiAliasSharpness
text.accName
Availability
Flash MX 2004.
Usage
text.accName
Description
Property; a string that is equivalent to the Name field in the Accessibility panel. Screen readers
identify objects by reading the name aloud. This property cannot be used with dynamic text.
Example
The following example retrieves the name of the object:
var theName =
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].accNam
e;
The following example sets the name of the currently selected object:
fl.getDocumentDOM().selection[0].accName = "Home Button";
.
.
,
text.fontRenderingMode
text.fontRenderingMode
Text object
is set
439
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers