Declaration

- (GSGlyph *) glyphForUnicodes:(NSOrderedSet<NSString *> *) unicodes;

Declaration

glyphForUnicodes_(unicodes: NSOrderedSet<NSString *>) -> GSGlyph

Parameters

unicodes

Uppercase, hexadecimal Unicode strings, like 0634 or 1F6A0.

Discussion

The order of the Unicode strings determines lookup precedence.

See Also

Unicode & Characters