Declaration

func glyphFast(for codePoint: Unicode.Scalar) -> GSGlyph?

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