Type Definition MacTypes_sys::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.