Instance Property
glyphId
The current index in the containing font’s glyph collection.
Declaration
var glyphId: UInt { get set }Declaration
@property (nonatomic) NSUInteger glyphId;Declaration
glyphId() -> int
setGlyphId_(glyphId: int)Discussion
The font manages this value as its glyphs are sorted or reordered. A detached glyph does not have a meaningful glyph index.
Do not use this value as persistent identity; use id instead.
See Also
ID
The identifier used to refer to the glyph independently of its name.