Carbon


AsscEntry

Header: Fonts.h

struct AsscEntry {
    SInt16 fontSize; 
    SInt16 fontStyle; 
    SInt16 fontID;
};

Field descriptions

fontSize

Point size of font.

fontStyle

Style of font.

fontID

Font Resource ID.

The font association entry structure is used in FontAssoc. The fields of the font association table and font association table entry structure are described with the 'FOND' resource.


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