Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 3 - QuickDraw Text / QuickDraw Text Reference
Routines / Setting Text Characteristics


TextSize

The TextSize 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
The TextSize 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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996