constants for text direction and alignment
Properties:
| Name | Type | Description |
|---|---|---|
Direction |
* | drawing directions |
Align |
* | text alignment |
Direction.DEFAULT |
* | |
Direction.RIGHT |
* | normal |
Direction.DOWN |
* | downward |
Direction.LEFT |
* | upside down, right to left |
Direction.UP |
* | upward |
Align.DEFAULT |
* | |
Align.LEFT |
* | X only |
Align.TOP |
* | Y only |
Align.CENTER |
* | X, Y |
Align.RIGHT |
* | X only |
Align.BOTTOM |
* | Y only |
Align.BASELINE |
* | Y only |