Functions | |
void | LabelBox_UpdateWidth () |
Update the internal state of the text control. | |
string | LabelBox_GetAlignment () |
Get the alignment. | |
string | LabelBox_GetText () |
Get the text. | |
ludata | LabelBox_GetFont () |
Get the font. | |
int | LabelBox_GetFontHeight () |
Get the font height. | |
int | LabelBox_GetMaxWidth () |
Get the maximum width. | |
int | LabelBox_GetWidthLastLine () |
Get the width of the last line. | |
int | LabelBox_GetMinNumLines () |
Get minimum number of lines. | |
int | LabelBox_GetMinNumLines (int sepy) |
Get minimum number of lines. | |
int | LabelBox_GetMaxNumLines (int x, int y, int w, int h) |
Get the maximum number of lines. | |
int | LabelBox_GetMaxNumLines (int x, int y, int w, int h, int sepy) |
Get the maximum number of lines. | |
void | LabelBox_SetAlignment (string val) |
Set the alignment. | |
void | LabelBox_SetAlignment (int val) |
Set the alignment. | |
void | LabelBox_SetFont (string val) |
Set the font. | |
void | LabelBox_SetText (string val) |
Set the text. | |
void | LabelBox_AddText (string val) |
Add text. |