// Assembly: UnityEngine.TextCoreTextEngineModule
// Full name: UnityEngine.TextCore.Text.LineInfo

namespace UnityEngine.TextCore.Text
{
public class LineInfo // TypeDefIndex: 10531
{
	// Fields
	type#20869 controlCharacterCount;
	type#20872 characterCount;
	type#20872 visibleCharacterCount;
	type#20872 visibleSpaceCount;
	type#20872 spaceCount;
	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#27113 alignment;
	type#18242 lineExtents;
}
}
