Carbon


FNSObjectVersion

Header: FontSync.h

enum FNSObjectVersion {
    kFNSVersionDontCare = ,
    kFNSCurSysInfoVersion = 1
};

Constant descriptions

kFNSVersionDontCare

Specifies the most recent font reference or font profile version supported by the FontSync library, regardless of version number. In FontSync 1.0, the most recent version for both font references and profiles is version 1. You pass this constant in the iDesiredVersion parameter of the functions FNSReferenceCreate, FNSReferenceCreateFromFamily, and FNSProfileCreate.

kFNSCurSysInfoVersion

Identifies the current version of the parameter block structure FNSSysInfo returned by the function FNSSysInfoGet. You pass this constant in the iSysInfoVersion field of the system information structure. The version of the structure used by FontSync 1.0 is version 1.


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