![]() |
Mac OS 8.5 Control Font Style Flag Constant |
Header: Controls.h |
enum { kControlAddToMetaFontMask = 512 };
If the bit specified by this mask is set, the control may use a meta-font while also adding other attributes to the font. If the bit specified by this mask is not set, but a meta-font is specified for the control, any additional attributes set for the font are ignored.
With the Mac OS 8.5 Control Manager, you can pass this new control font style flag constant in the flags field of the ControlFontStyleRec structure to specify the fields of the structure that should be applied to the control. For more on control font style flag constants, see ControlFontStyleRec
structure.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)