Field Summary | ||
---|---|---|
const int | AUTOMATIC | |
When the text flow is horizontal or simple vertical same as fontBaseline
but for other vertical modes same as fontCenter.
|
||
const int | BOTTOM | |
The letters are anchored to the very bottom of a single line.
|
||
const int | BASELINE | |
The letters are anchored to the bottom baseline of a single line.
|
||
const int | CENTER | |
The letters are anchored between the two baselines of a single line.
|
||
const int | TOP | |
The letters are anchored to the top baseline of a single line.
|
const int AUTOMATIC
const int BOTTOM
const int BASELINE
const int CENTER
const int TOP