ClearFontAssetData(bool)
Clears font asset data including the glyph and character tables and textures. Function might be changed to Internal and only used in tests.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore.Text
- Assembly: UnityEngine.TextCoreTextEngineModule
public void ClearFontAssetData(bool setAtlasSizeToZero = false)
Parameters
Will set the atlas texture size to zero width and height if true.