Carbon


Invalid Font ID Constant

Header: ATSUnicode.h

enum {
    kATSUInvalidFontID = 0
};

Constant descriptions

kATSUInvalidFontID

Indicates that the font ID is invalid.

The functions ATSUFONDtoFontID, ATSUFindFontFromName, and ATSUMatchFontsToText pass back this constant to indicate an invalid font ID. This constant is available with ATSUI 1.0.

VERSION NOTES

Available beginning with ATSUI 1.0.


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