Type Definition MacTypes_sys::Style
[−]
[src]
type Style = c_uchar;
Quickdraw font rendering styles.
Note
The original Macintosh toolbox in 68K Pascal defined Style as a SET. Both Style and CHAR occupy 8-bits in packed records or 16-bits when used as fields in non-packed records or as parameters.