Specifies the posture of the
font.
SyntaxReference_Syntax.posture = "normal | italic"
Values
Type
|
Values
|
String
|
The font has
a normal posture.
The
font is italicized.
|
JavaScriptTextField1.font.posture = "italic";
FormCalcTextField1.font.posture = "italic"
|
|
|