FontName Property
Applies To
Vision Object: Text
Description
Sets and retrieves the name of the font.
Usage
VGet Sequence.Object.FontName, var
VSet Sequence.Object.FontName, 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
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
The character string for the name of the font.
Default: Microsoft Sans Serif
Remarks
Sets the name of the font for the character string rendered with the Text object.
See Also
Text Object