Declaration

func updateRenamedGlyphs(_ renamedGlyphs: [String : String])

Declaration

- (void) updateRenamedGlyphs:(NSDictionary<NSString *,NSString *> *) renamedGlyphs;

Declaration

updateRenamedGlyphs_(renamedGlyphs: dict[str, str])

Parameters

renamedGlyphs

A mapping from previous glyph names to new glyph names.

Discussion

Names that did not change and mappings without affected references are ignored.

See Also

Glyph Names