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

namespace TMPro
{
public class FontWeight // TypeDefIndex: 9498
{
	// Fields
	type#20890 value__;
	type#18676 Thin;
	type#18676 ExtraLight;
	type#18676 Light;
	type#18676 Regular;
	type#18676 Medium;
	type#18676 SemiBold;
	type#18676 Bold;
	type#18676 Heavy;
	type#18676 Black;
}
}
