Carbon


FNSProfileGetVersion

Header: FontSync.h Carbon status: Under Evaluation

Retrieves the format version of an open font profile.

OSStatus FNSProfileGetVersion (
    FNSFontProfile iProfile, 
    FNSObjectVersion *oVersion
);
Parameter descriptions
iProfile

A reference to the font profile whose format version number you wish to obtain.

oVersion

On return, a pointer to the format version number of the font profile.

function result

A result code. The result code kFNSInvalidProfileErr indicates that the profile does not have a valid structure.

AVAILABILITY

Under evaluation for 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)