Specifies the posture of the
font.
Syntax
Reference_Syntax.posture = "normal | italic"
Values
Type
|
Values
|
String
|
The font has
a normal posture.
The
font is italicized.
|
JavaScript
TextField1.font.posture = "italic";
FormCalc
TextField1.font.posture = "italic"
|
|
|