Compare(Glyph)
Compares two glyphs to determine if they have the same values.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore
- Assembly: UnityEngine.TextCoreFontEngineModule
public bool Compare(Glyph other)
Parameters
The glyph to compare with.
Returns
Type | Description |
|---|---|
| bool | Returns true if the glyphs have the same values. False if not. |