SIZE Property
PLBCMP GUI Only
The SIZE property specifies the point size for a FONT object. The property uses the following format:
SIZE={value}
Note the following:
SIZE may be used in CREATE, SETPROP, or GETPROP statements of a FONT object.
The {value} is a point size for a font. The size may be specified with a single decimal point.
The font size value calculates a font character height that is then used by the Windows font mapper to find an available font that best fits the specified font size.
{value} may be a decimal number, numeric variable or numeric literal.
Example:
|
| FONT |
|
|
| FORM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |