Important: The information in this document is obsolete and should not be used for new development.
TextSize
TheTextSize
procedure sets the font size for text drawn in the current graphics port to the specified number of points.
PROCEDURE TextSize (size: Integer);
size
- The font size in points. If you specify 0, the system font size (normally
12 points) is used.DESCRIPTION
TheTextSize
procedure sets the font size in the text size (txSize
) field of the current graphics port record. The initial setting is 0, which specifies that the font size of the system font is to be used. You may specify a value from 0 up to 32,767. For more information, see "Changing the Font Size" on page 3-22.