Declaration

func glyphNames(from string: String) -> [Any]

Declaration

- (NSArray *) glyphNamesFromString:(NSString *) string;

Declaration

glyphNamesFromString_(string: str) -> list

Parameters

string

A string of glyph names or characters

Return Value

A list of glyph names

Discussion

This can be a space/comma/newline/tab separated list of names or a string of none ASCII codes (e.g. ideographs)