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

namespace UnityEngine.TextCore.LowLevel
{
public class GlyphRenderMode // TypeDefIndex: 12597
{
	// Fields
	type#20890 value__;
	type#19174 DEFAULT;
	type#19174 SMOOTH_HINTED;
	type#19174 SMOOTH;
	type#19174 COLOR_HINTED;
	type#19174 COLOR;
	type#19174 RASTER_HINTED;
	type#19174 RASTER;
	type#19174 SDF;
	type#19174 SDF8;
	type#19174 SDF16;
	type#19174 SDF32;
	type#19174 SDFAA_HINTED;
	type#19174 SDFAA;
}
}
