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

namespace TMPro
{
public class TMP_LineInfo // TypeDefIndex: 9451
{
	// Fields
	type#20869 controlCharacterCount;
	type#20872 characterCount;
	type#20872 visibleCharacterCount;
	type#20872 spaceCount;
	type#20872 visibleSpaceCount;
	type#20872 wordCount;
	type#20872 firstCharacterIndex;
	type#20872 firstVisibleCharacterIndex;
	type#20872 lastCharacterIndex;
	type#20872 lastVisibleCharacterIndex;
	type#26063 length;
	type#26063 lineHeight;
	type#26063 ascender;
	type#26063 baseline;
	type#26063 descender;
	type#26063 maxAdvance;
	type#26063 width;
	type#26063 marginLeft;
	type#26063 marginRight;
	type#19623 alignment;
	type#18238 lineExtents;
}
}
