Carbon


FMFontFamilyCallbackFilterProcPtr

Header: Fonts.h Carbon status: Supported

typedef OSStatus(* FMFontFamilyCallbackFilterProcPtr) (
    FMFontFamily iFontFamily, 
    void *iRefCon
);

You would declare your function like this if you were to name it MyFMFontFamilyCallbackFilterCallback:

OSStatus MyFMFontFamilyCallbackFilterCallback (
    FMFontFamily iFontFamily, 
    void *iRefCon
);
function result

A result code.


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