Carbon


FontAssoc

Header: Fonts.h

struct FontAssoc {
    SInt16 numAssoc;
};

Field descriptions

numAssoc

Number of entries - 1.

Each entry in the font association table is a font association entry structure, of data type AsscEntry.

The font association table structure, which is part of the font family resource, maps a point size and style to a specific font that is part of the family. The table structure, of data type FontAssoc, consists of a count of the entries in the table and is followed by the entry structures. The fields of the font association table and font association table entry structure are described described with the 'FOND' resource.


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