User Guide
438 Objects
text.antiAliasSharpness
Availability
Flash 8.
Usage
text.antiAliasSharpness
Description
Property; a float value that specifies the anti-aliasing sharpness of the text. This property
controls how crisply the text is drawn; higher values specify sharper (or crisper) text. A value
of 0 specifies normal sharpness. This property is available only if
text.fontRenderingMode
is set to
"customThicknessSharpness".
Example
See text.fontRenderingMode.
See also
text.antiAliasThickness, text.fontRenderingMode
text.selectionEnd A zero-based integer that specifies the offset of the end of a text
subselection.
text.selectionStart A zero-based integer that specifies the offset of the beginning
of a text subselection.
text.shortcut A string that is equivalent to the Shortcut field in the
Accessibility panel.
text.silent A Boolean value that specifies whether the object is accessible.
text.tabIndex An integer that is equivalent to the Tab Index field in the
Accessibility panel.
text.textRuns Read-only; an array of TextRun objects.
text.textType A string that specifies the type of text field. Acceptable values
are
"static", "dynamic", and "input".
text.useDeviceFonts A Boolean value. A value of true causes Flash to draw text
using device fonts.
text.variableName A string that contains the contents of the text object.
Property Description