Carbon


WidTable

Header: Fonts.h

struct WidTable {
    SInt16 numWidths;
};

Field descriptions

numWidths

Number of entries - 1.

The font family glyph-width table structure, which is part of the font family resource, is used to specify glyph widths for the font family on a per-style basis. The table structure, of data type WidTable, consists of a count of the entries in the table and is followed by the entry structures, as desribed in WidEntry.

The fields of the family glyph-width table and family glyph-width table entry structures are described with the 'FOND' resource.


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