Instance Method
makeSafeGlyphInfo(_:)makeSafeGlyphInfo:makeSafeGlyphInfo_
Makes the glyph name unique among the local glyphs in the font.
Declaration
func makeSafeGlyphInfo(_ glyph: GSGlyph)Declaration
- (void) makeSafeGlyphInfo:(GSGlyph *) glyph;Declaration
makeSafeGlyphInfo_(glyph: GSGlyph)Parameters
glyphA glyph belonging to the font.
Discussion
A numeric suffix is added when necessary. A stored production name receives the same suffix.
See Also
Glyph Names
A name that is unique among the local glyphs in the font.
A name that is unique among the local glyphs in the font.
A suffix that makes the glyph name unique among the local glyphs in the font, or
nilwhen no suffix is needed.Notifies the font that a glyph name has changed.
The kinds of references affected by renamed glyphs.
Updates references to renamed glyphs after confirmation when affected references exist.
Updates references to renamed glyphs without requesting confirmation.
Returns whether OpenType feature code contains a glyph name as a complete token.