TKE_Text_Alignment
Opcode
ASCII |
* |
Hexadecimal |
2A |
Decimal |
42 |
Operands
Byte alignment
alignment |
combined enumerations of text alignment and justification |
Notes
Indicates how the text should be drawn relative to the insertion point (lower nibble of value), and for multiline text, justification - how the lines align against each other (upper nibble of value).
Alignment enumeration
0 | Lower Left |
1 | Upper Left |
2 | Center Left |
3 | Lower Right |
4 | Upper Right |
5 | Center Right |
6 | Lower Center |
7 | Upper Center |
8 | Center |
9 | Insertion Point |
15 | no setting |
Justification Enumeration
0 |
no setting |
1 |
Left |
2 |
Center |
3 |
Right |