Instance Method
doUpdateRenamedGlyphs(_:)doUpdateRenamedGlyphs:doUpdateRenamedGlyphs_
Updates references to renamed glyphs without requesting confirmation.
Declaration
func doUpdateRenamedGlyphs(_ renamedGlyphs: [String : String])Declaration
- (void) doUpdateRenamedGlyphs:(NSDictionary<NSString *,NSString *> *) renamedGlyphs;Declaration
doUpdateRenamedGlyphs_(renamedGlyphs: dict[str, str])Parameters
renamedGlyphsA mapping from previous glyph names to new glyph names.
Discussion
Metrics keys, path components, and feature code are updated where they refer to a previous name.
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.Makes the glyph name unique among the local glyphs in the font.
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.
Returns whether OpenType feature code contains a glyph name as a complete token.