TryGetGlyphIndex(uint, out uint)
Try to get the glyph index for the character at the given Unicode value.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
TryGetGlyphIndex(uint, uint)
public static bool TryGetGlyphIndex(uint unicode, out uint glyphIndex)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the given unicode has a glyph index. |