Carbon


Determining Font Manager Attributes

Header: Gestalt.h

enum {
    gestaltFontMgrAttr = 'font',
    gestaltOutlineFonts = 0
};

Constant descriptions

gestaltFontMgrAttr

The Gestalt selector you pass to determine which Font Manager attributes are present.

gestaltOutlineFonts

If true, Outline Fonts are supported.

Before calling any function dependent upon the Font Manager, your application should pass the selector gestaltDisplayMgrAttr to the Gestalt function to determine the Font Manager attributes that are present.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)