Enum FontEngineError
Error codes returned and relevant to the various FontEngine functions.
Namespace: UnityEngine.TextCore.LowLevel
Assembly: UnityEngine.dll
Syntax
public enum FontEngineError
Fields
Name | Description |
---|---|
Atlas_Generation_Cancelled | |
Invalid_Character_Code | |
Invalid_Face | |
Invalid_File | |
Invalid_File_Format | |
Invalid_File_Path | |
Invalid_File_Structure | |
Invalid_Glyph_Index | |
Invalid_Library | |
Invalid_Library_or_Face | |
Invalid_Pixel_Size | |
Invalid_SharedTextureData | |
Invalid_Table | |
Success |