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

namespace UnityEngine.TextCore
{
public class GlyphMetrics // TypeDefIndex: 12593
{
	// Fields
	type#26060 m_Width;
	type#26060 m_Height;
	type#26060 m_HorizontalBearingX;
	type#26060 m_HorizontalBearingY;
	type#26060 m_HorizontalAdvance;

	// Methods
	// RVA: -1
	public type#26059 get_width() { }
	// RVA: -1
	public type#26059 get_height() { }
	// RVA: -1
	public type#26059 get_horizontalBearingX() { }
	// RVA: -1
	public type#26059 get_horizontalBearingY() { }
	// RVA: -1
	public type#26059 get_horizontalAdvance() { }
	// RVA: -1
	public type#28660 .ctor(type#26059 width, type#26059 height, type#26059 bearingX, type#26059 bearingY, type#26059 advance) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#19161 other) { }
}
}
