Declaration

func needsUpdateRenamedGlyphs(_ renamedGlyphs: [String : String]) -> [String]

Declaration

- (NSArray<NSString *> *) needsUpdateRenamedGlyphs:(NSDictionary<NSString *,NSString *> *) renamedGlyphs;

Declaration

needsUpdateRenamedGlyphs_(renamedGlyphs: dict[str, str]) -> list[str]

Parameters

renamedGlyphs

A mapping from previous glyph names to new glyph names.

Discussion

The result is empty when no metrics keys, path components, or feature code refer to the previous names.

See Also

Glyph Names