FONT Property
PLBCMP GUI Only
The FONT property identifies the object's text font. The property uses the following format:
FONT={value | font object}
Note the following:
The {font object} must have been previously created.
For {value} the logical string of the character variable or character literal describes the font. This string must contain the font name and may contain font style information. The string is formatted as follows:
"{font-name}({style}, ...)" Example: ">Arial(10,BOLD)"
or
"'{font-name}'({style}, ...)"
Example: "'>MS Sans Serif'(8)"
Where:
is one of SYSTEM, FIXED, HELVETICA, TIMES. These are the default fonts supported. If additional fonts are available, they may be accessed using one of the following strings:
>font-name
- a Windows installed font is accessed by placing a '>' character before the font name.
>font-file.font-name
- a font may be used from a font resource file by placing a '>' character before the font file name
and placing the font file member name following a '.' character.
If
{font-name} contains blanks, the {font-name} should be enclosed by single quote characters, i.e. '{font-name}'.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |