// Assembly: UnityEngine.TextCoreTextEngineModule
// Full name: UnityEngine.TextCore.Text.FontStyles

namespace UnityEngine.TextCore.Text
{
public class FontStyles // TypeDefIndex: 10571
{
	// Fields
	type#20890 value__;
	type#18671 Normal;
	type#18671 Bold;
	type#18671 Italic;
	type#18671 Underline;
	type#18671 LowerCase;
	type#18671 UpperCase;
	type#18671 SmallCaps;
	type#18671 Strikethrough;
	type#18671 Superscript;
	type#18671 Subscript;
	type#18671 Highlight;
}
}
