UnloadFontFace()
Unloads current font face and removes it from the cache.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
public static FontEngineError UnloadFontFace()
Returns
Type | Description |
|---|---|
| FontEngineError | A value of zero (0) if the font face was successfully unloaded and removed from the cache. |