Carbon


NameTable

Header: Fonts.h

struct NameTable {
    SInt16 stringCount; 
    Str255 baseFontName;
};

Field descriptions

stringCount

Number of entries.

baseFontName

Font family name.

The font suffix name subtable structure contains the base name and suffixes for a font family. The fields of the style-mapping table and font suffix name subtable are described with the 'FOND' resource.


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