SetTextJustification
DocsSetTextJustification(justifyType)Description
Types -
0: Center-Justify
1: Left-Justify
2: Right-Justify
Right-Justify requires SET_TEXT_WRAP, otherwise it will draw to the far right of the screen
Parameters
| Name | Type | Description |
|---|---|---|
justifyType | int | — |
Returns
voidThis native does not return a value.