Carbon


kUnspecifiedFontFormat

Header: Fonts.h

enum {
    kUnspecifiedFontFormat = 0,
    kTrueTypeFontFormat = 4096,
    kPostScriptType1FontFormat = 4352,
    kPostScriptType1CIDFontFormat = 4368,
    kPostScriptType1OCFFontFormat = 4369,
    kOpenTypeFontFormat = 4608,
    kQuickDrawBitmappedFontFormat = 8192,
    kQuickDrawBitmappedMultiByteFontFormat = 8193
};

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