Carbon


Font Profile Constants

Header: FontSync.h

Represent the file type and default creator code of a font profile.

enum {
    kFNSCreatorDefault = 0,
    kFNSProfileFileType = 'fnsp'
};

Constant descriptions

kFNSCreatorDefault

Assigns a file creator code instead of using one of your own. Pass this constant in the iCreator parameter of the function FNSProfileCreate.

kFNSProfileFileType

The file type of a profile. It is not used in the API, but is provided for convenience. For example, you can use it to put up a Navigation Services dialog box to select a profile.

VERSION NOTES

Available beginning with FontSync 1.0. In FontSync 1.0, if you specify the constant kFNSCreatorDefault in the iCreator parameter of the function FNSProfileCreate, FontSync assigns the creator code 'fns'.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)