TDrawingFontAlign Enumeration
Different types of font alignment.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Automatic |
0 |
When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
|
Top |
1 |
The letters are anchored to the top baseline of a single line.
|
Center |
2 |
The letters are anchored between the two baselines of a single line.
|
BaseLine |
3 |
The letters are anchored to the bottom baseline of a single line.
|
Bottom |
4 |
The letters are anchored to the very bottom of a single line. This is different than the bottom baseline because of letters such as "g," "q," "y," etc.
|