Catlike Coding
Unity Code Documentation
Public Attributes | List of all members
CatlikeCoding.TextBox.TextBoxLine Struct Reference

Text box line data. More...

Public Attributes

float baseline
 Vertical position of the line's baseline. More...
 
float bottom
 Vertical position of the line's bottom. More...
 
int firstCharIndex
 First character index of the line. More...
 
float horizontalEnd
 Horizontal end of the line. More...
 
float horizontalStart
 Horizontal start of the line. More...
 
int lastCharIndex
 Last character index of the line. More...
 
float top
 Vertical position of the line's top. More...
 

Detailed Description

Text box line data.

Member Data Documentation

float CatlikeCoding.TextBox.TextBoxLine.baseline

Vertical position of the line's baseline.

float CatlikeCoding.TextBox.TextBoxLine.bottom

Vertical position of the line's bottom.

int CatlikeCoding.TextBox.TextBoxLine.firstCharIndex

First character index of the line.

float CatlikeCoding.TextBox.TextBoxLine.horizontalEnd

Horizontal end of the line.

float CatlikeCoding.TextBox.TextBoxLine.horizontalStart

Horizontal start of the line.

int CatlikeCoding.TextBox.TextBoxLine.lastCharIndex

Last character index of the line.

float CatlikeCoding.TextBox.TextBoxLine.top

Vertical position of the line's top.