FontBold Property

Applies To
Vision Object: Text

Description
Displays the character string rendered in bold.

Usage

VGet  Sequence.Object.FontBold, var
VSet  Sequence.Object.FontBold, 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 bold.
  • -1 - True: Characters are displayed in bold.

Default: False

Remarks
You can switch the format of character strings rendered with the TextView object. Set the FontBold property to "True" to render character strings in bold.

See Also
Text Object