Instance Method
glyphNames(from:)glyphNamesFromString:glyphNamesFromString_
Converts a string into a list of glyph names
Declaration
func glyphNames(from string: String) -> [Any]Declaration
- (NSArray *) glyphNamesFromString:(NSString *) string;Declaration
glyphNamesFromString_(string: str) -> listParameters
stringA 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)