UnloadAllFontFaces()
Unloads all currently loaded font faces and removes them from the cache.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
public static FontEngineError UnloadAllFontFaces()
Returns
Type | Description |
|---|---|
| FontEngineError | A value of zero (0) if the font faces were successfully unloaded and removed from the cache. |