Method | Description | |
---|---|---|
CalculateLines ( List |
||
ComputeText ( string text, |
Computes drawing commands to layout a block of text within certain constraints
|
|
DrawText ( List |
||
ExtractLineBreaks ( List |
public static CalculateLines ( List |
||
m_Lines | List |
|
newWordsArray | List |
|
TextStyle | ||
lineWidth | float | |
spaceWidth | float | |
topLeftIconSpace | Vector2 | |
lineHeight | float | |
return | void |
public static ComputeText ( string text, |
||
text | string | |
options | ||
target | ||
return |
public static DrawText ( List |
||
cmds | List |
|
target | ||
batch | ||
return | void |
public static ExtractLineBreaks ( List |
||
words | List |
|
return | List |