FONT keyword
Applies To
Form components
Property defaults
Component properties: Data type and format
Description
Specifies the font, font style, and font size for any component that displays text characters or numerals.
Syntax
FONT( settings )
Part | Description |
settings | -generated settings for font name, font style, and font size. |
Example
In the following example of a component format specification, the FONT keyword sets the typeface to 12-point bold Times New Roman.
FONT(-16,0,0,0,700,0,0,0,0,3,2,1,18,Times New Roman)
Related topics