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

namespace UnityEngine.TextCore.LowLevel
{
public class GlyphPackingMode // TypeDefIndex: 12598
{
	// Fields
	type#20890 value__;
	type#19165 BestShortSideFit;
	type#19165 BestLongSideFit;
	type#19165 BestAreaFit;
	type#19165 BottomLeftRule;
	type#19165 ContactPointRule;
}
}
