TBSetAlignHorz sets the horizontal text alignment.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
The handle of a text object created with TBCreate.
rsAlign is one of the following values:
| Value | Meaning |
|---|---|
| LEFT |
|
| CENTER |
|
| RIGHT |
|
See also
Overview Text Objects, TBCreate, TBSetAlignVert, TBGetAlignHorz
id-441321