FontItalic Property
Applies To
Vision Object: Text
Description
Displays the character string rendered in italics.
Usage
VGet Sequence.Object.FontItalic, var
VSet Sequence.Object.FontItalic, value
- Sequence
- String variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Boolean variable that will contain the value of the property.
- value
- Boolean value or expression for the new value of the property.
Values
- 0 - False: Characters are not displayed in italics.
- -1 - True: Character are displayed in italics.
Default: False
Remarks
You can switch the format of character strings rendered with the TextView object. Set the FontItalic property to "True" to render character strings in italics.
See Also
Text Object