// Assembly: Unity.TextMeshPro
// Full name: TMPro.FontStyles

namespace TMPro
{
public class FontStyles // TypeDefIndex: 9497
{
	// Fields
	type#20890 value__;
	type#18666 Normal;
	type#18666 Bold;
	type#18666 Italic;
	type#18666 Underline;
	type#18666 LowerCase;
	type#18666 UpperCase;
	type#18666 SmallCaps;
	type#18666 Strikethrough;
	type#18666 Superscript;
	type#18666 Subscript;
	type#18666 Highlight;
}
}
