Method ClearFontAssetData
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.
Declaration
public void ClearFontAssetData(bool setAtlasSizeToZero = false)
Parameters
Type | Name | Description |
---|---|---|
bool | setAtlasSizeToZero | Will set the atlas texture size to zero width and height if true. |