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

Line descent data. More...

Public Attributes

float baseline
 Vertical offset of a baseline of a line. More...
 
float baselineToBottom
 Vertical distance between the baseline and the bottom of a line. More...
 

Detailed Description

Line descent data.

Member Data Documentation

float CatlikeCoding.TextBox.LineDescent.baseline

Vertical offset of a baseline of a line.

float CatlikeCoding.TextBox.LineDescent.baselineToBottom

Vertical distance between the baseline and the bottom of a line.