Declaration

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

Declaration

glyphForUnicodeFast_(unicode: str) -> GSGlyph

Parameters

unicode

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

Discussion

This method uses the character caches without validating existing entries. Use it for repeated lookups when glyph Unicode values have not changed.

See Also

Unicode & Characters