// Assembly: UnityEngine.TextCoreFontEngineModule
// Full name: UnityEngine.TextCore.FaceInfo

namespace UnityEngine.TextCore
{
public class FaceInfo // TypeDefIndex: 12590
{
	// Fields
	type#20868 m_FaceIndex;
	type#26577 m_FamilyName;
	type#26577 m_StyleName;
	type#26060 m_PointSize;
	type#26060 m_Scale;
	type#20868 m_UnitsPerEM;
	type#26060 m_LineHeight;
	type#26060 m_AscentLine;
	type#26060 m_CapLine;
	type#26060 m_MeanLine;
	type#26060 m_Baseline;
	type#26060 m_DescentLine;
	type#26060 m_SuperscriptOffset;
	type#26060 m_SuperscriptSize;
	type#26060 m_SubscriptOffset;
	type#26060 m_SubscriptSize;
	type#26060 m_UnderlineOffset;
	type#26060 m_UnderlineThickness;
	type#26060 m_StrikethroughOffset;
	type#26060 m_StrikethroughThickness;
	type#26060 m_TabWidth;

	// Methods
	// RVA: -1
	internal type#20867 get_faceIndex() { }
	// RVA: -1
	public type#26576 get_familyName() { }
	// RVA: -1
	public type#28660 set_familyName(type#26576 value) { }
	// RVA: -1
	public type#26576 get_styleName() { }
	// RVA: -1
	public type#26059 get_pointSize() { }
	// RVA: -1
	public type#28660 set_pointSize(type#26059 value) { }
	// RVA: -1
	public type#26059 get_scale() { }
	// RVA: -1
	public type#28660 set_scale(type#26059 value) { }
	// RVA: -1
	internal type#20867 get_unitsPerEM() { }
	// RVA: -1
	internal type#28660 set_unitsPerEM(type#20867 value) { }
	// RVA: -1
	public type#26059 get_lineHeight() { }
	// RVA: -1
	public type#26059 get_ascentLine() { }
	// RVA: -1
	public type#28660 set_ascentLine(type#26059 value) { }
	// RVA: -1
	public type#26059 get_capLine() { }
	// RVA: -1
	public type#28660 set_capLine(type#26059 value) { }
	// RVA: -1
	public type#26059 get_meanLine() { }
	// RVA: -1
	public type#28660 set_meanLine(type#26059 value) { }
	// RVA: -1
	public type#26059 get_baseline() { }
	// RVA: -1
	public type#28660 set_baseline(type#26059 value) { }
	// RVA: -1
	public type#26059 get_descentLine() { }
	// RVA: -1
	public type#28660 set_descentLine(type#26059 value) { }
	// RVA: -1
	public type#26059 get_superscriptOffset() { }
	// RVA: -1
	public type#26059 get_superscriptSize() { }
	// RVA: -1
	public type#26059 get_subscriptOffset() { }
	// RVA: -1
	public type#26059 get_subscriptSize() { }
	// RVA: -1
	public type#26059 get_underlineOffset() { }
	// RVA: -1
	public type#26059 get_underlineThickness() { }
	// RVA: -1
	public type#26059 get_strikethroughOffset() { }
	// RVA: -1
	public type#28660 set_strikethroughOffset(type#26059 value) { }
	// RVA: -1
	public type#26059 get_tabWidth() { }
}
}
