Declaration

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

Declaration

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

Declaration

doUpdateRenamedGlyphs_(renamedGlyphs: dict[str, str])

Parameters

renamedGlyphs

A 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