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
Data Structures


The Style Data Type

The Style data type defines the styles that you specify as values to the TextFace procedure to set the text style in the current graphics port's txFace field. QuickDraw draws the glyph in this style.

StyleItem   = (bold, italic, underline, outline, 
               shadow, condense, extend);
   Style    = SET OF StyleItem;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996