User Guide

StyleSheet (TextField.StyleSheet) 1143
Availability: ActionScript 1.0; Flash Player 7
font-size fontSize Only the numeric part of the value is used.
Units (px, pt) are not parsed; pixels and
points are equivalent.
font-style fontStyle Recognized values are normal and italic.
font-weight fontWeight Recognized values are normal and bold.
kerning kerning Recognized values are true and false.
Kerning is supported for embedded fonts
only. Certain fonts, such as Courier New, do
not support kerning. The kerning property is
only supported in SWF files created in
Windows, not in SWF files created on the
Macintosh. However, these SWF files can
be played in non-Windows versions of
Flash Player and the kerning still applies.
letter-spacing letterSpacing The amount of space that is uniformly
distributed between characters. The value
specifies the number of pixels that are
added to the advance after each character.
A negative value condenses the space
between characters. Only the numeric part
of the value is used. Units (px, pt) are not
parsed; pixels and points are equivalent.
margin-left marginLeft Only the numeric part of the value is used.
Units (px, pt) are not parsed; pixels and
points are equivalent.
margin-right marginRight Only the numeric part of the value is used.
Units (px, pt) are not parsed; pixels and
points are equivalent.
text-align textAlign Recognized values are left, center,
right, and justify.
text-decoration textDecoration Recognized values are none and
underline.
text-indent textIndent Only the numeric part of the value is used.
Units (px, pt) are not parsed; pixels and
points are equivalent.
CSS property ActionScript
property
Usage and supported values