The Style Data Type
TheStyledata type defines the styles that you specify as values to theTextFaceprocedure to set the text style in the current graphics port'stxFacefield. QuickDraw draws the glyph in this style.
StyleItem = (bold, italic, underline, outline, shadow, condense, extend); Style = SET OF StyleItem;