These enumeration values are used to specify the vertical orientation. More...
| Variables | |
| const short | NONE = 0 | 
| no hard alignment | |
| const short | TOP = 1 | 
| aligned at the top | |
| const short | CENTER = 2 | 
| aligned at the center | |
| const short | BOTTOM = 3 | 
| aligned at the bottom | |
| const short | CHAR_TOP = 4 | 
| aligned at the top of a character (anchored to character) | |
| const short | CHAR_CENTER = 5 | 
| aligned at the center of a character (anchored to character ) | |
| const short | CHAR_BOTTOM = 6 | 
| aligned at the bottom of a character (anchored to character ) | |
| const short | LINE_TOP = 7 | 
| aligned at the top of the line (anchored to character ) | |
| const short | LINE_CENTER = 8 | 
| aligned at the center of the line (anchored to character ) | |
| const short | LINE_BOTTOM = 9 | 
| aligned at the bottom of the line (anchored to character ) | |
These enumeration values are used to specify the vertical orientation.
| const short BOTTOM = 3 | 
aligned at the bottom
| const short CENTER = 2 | 
aligned at the center
| const short CHAR_BOTTOM = 6 | 
aligned at the bottom of a character (anchored to character )
| const short CHAR_CENTER = 5 | 
aligned at the center of a character (anchored to character )
| const short CHAR_TOP = 4 | 
aligned at the top of a character (anchored to character)
| const short LINE_BOTTOM = 9 | 
aligned at the bottom of the line (anchored to character )
| const short LINE_CENTER = 8 | 
aligned at the center of the line (anchored to character )
| const short LINE_TOP = 7 | 
aligned at the top of the line (anchored to character )
| const short NONE = 0 | 
no hard alignment
| const short TOP = 1 | 
aligned at the top