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

namespace UnityEngine.TextCore.LowLevel
{
public class LigatureSubstitutionRecord // TypeDefIndex: 12612
{
	// Fields
	type#13558 m_ComponentGlyphIDs;
	type#27918 m_LigatureGlyphID;

	// Methods
	// RVA: -1
	public type#13557 get_componentGlyphIDs() { }
	// RVA: -1
	public type#28660 set_componentGlyphIDs(type#13557 value) { }
	// RVA: -1
	public type#27917 get_ligatureGlyphID() { }
	// RVA: -1
	public type#28660 set_ligatureGlyphID(type#27917 value) { }
	// RVA: -1
	public virtual type#15313 Equals(type#21947 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 op_Equality(type#21947 lhs, type#21947 rhs) { }
}
}
