![]() |
FNSSysInfoGet |
||||
Header: | FontSync.h | Carbon status: | Supported | |
Determines version and feature information for the version of FontSync installed on the users system.
void FNSSysInfoGet ( FNSSysInfo *ioInfo );
Before calling the FNSSysInfoGet function, pass a pointer to a FNSSysInfo structure. Fill in the iSysInfoVersion field of the structure with the version of this structure. Pass the constant kFNSCurSysInfoVersion, described in
Before calling the FNSSysInfoGet function, you should fill in the iSysInfoVersion field of the FNSSysInfo structure with the version of this structure. Pass the constant kFNSCurSysInfoVersion, described in
New fields may be added to the end of the structure in future versions of FontSync. FontSync uses the iSysInfoVersion field to determine which version of the structure you are using. The value of the current version constant kFNSCurSysInfoVersion will change accordingly.
Available beginning with FontSync 1.0. In FontSync 1.0, the current structure version is defined by the constant kFNSCurSysInfoVersion, described in
Supported in Carbon. Available in Carbon 1.0.2 and later when Font Sync 1.0 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)