Declaration

- (GSGlyph *) glyphFromCharsCacheForUnicode:(NSString *) unicode;

Declaration

glyphFromCharsCacheForUnicode_(unicode: str) -> GSGlyph

Parameters

unicode

The code point as a hexadecimal string, like 0634 or 1F6A0.

Discussion

This method prepares the character cache when needed.

See Also

Unicode & Characters