Contents

CGFontIndex

An index into a font table.

Declaration

typealias CGFontIndex = UInt16

Discussion

This integer type provides an additional way to specify a glyph identifier. CGFontIndex is equivalent to CGGlyph, and you can use constants of either type interchangeably.

See Also

Working with Glyphs