Type Alias Style

Source
pub type Style = c_uchar;
Expand description

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.