// Assembly: UnityEngine.TextCoreFontEngineModule
// Full name: UnityEngine.TextCore.LowLevel.FontEngineError

namespace UnityEngine.TextCore.LowLevel
{
public class FontEngineError // TypeDefIndex: 12596
{
	// Fields
	type#20890 value__;
	type#18644 Success;
	type#18644 Invalid_File_Path;
	type#18644 Invalid_File_Format;
	type#18644 Invalid_File_Structure;
	type#18644 Invalid_File;
	type#18644 Invalid_Table;
	type#18644 Invalid_Glyph_Index;
	type#18644 Invalid_Character_Code;
	type#18644 Invalid_Pixel_Size;
	type#18644 Invalid_Library;
	type#18644 Invalid_Face;
	type#18644 Invalid_Library_or_Face;
	type#18644 Atlas_Generation_Cancelled;
	type#18644 Invalid_SharedTextureData;
	type#18644 OpenTypeLayoutLookup_Mismatch;
}
}
