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

namespace TMPro
{
public class KerningPair // TypeDefIndex: 9420
{
	// Fields
	type#27918 m_FirstGlyph;
	type#19178 m_FirstGlyphAdjustments;
	type#27918 m_SecondGlyph;
	type#19178 m_SecondGlyphAdjustments;
	type#26063 xOffset;
	type#21550 empty;
	type#15314 m_IgnoreSpacingAdjustments;

	// Methods
	// RVA: -1
	public type#27917 get_firstGlyph() { }
	// RVA: -1
	public type#28660 set_firstGlyph(type#27917 value) { }
	// RVA: -1
	public type#19177 get_firstGlyphAdjustments() { }
	// RVA: -1
	public type#27917 get_secondGlyph() { }
	// RVA: -1
	public type#28660 set_secondGlyph(type#27917 value) { }
	// RVA: -1
	public type#19177 get_secondGlyphAdjustments() { }
	// RVA: -1
	public type#15313 get_ignoreSpacingAdjustments() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#27917 left, type#27917 right, type#26059 offset) { }
	// RVA: -1
	public type#28660 .ctor(type#27917 firstGlyph, type#19177 firstGlyphAdjustments, type#27917 secondGlyph, type#19177 secondGlyphAdjustments) { }
	// RVA: -1
	internal type#28660 ConvertLegacyKerningData() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
