FontSize Property
Applies To
Vision Object: Text
Description
Defines the size of the font rendered.
Usage
VGet Sequence.Object.FontSize, var
VSet Sequence.Object.FontSize, 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
- Real variable that will contain the value of the property.
- value
- Real expression for the new value of the property.
Values
Default: 10
Remarks
Defines the size of the character string rendered with Text.
See Also
Text Object