DominantBaseline enumeration
DominantBaseline enumeration
Specifies the dominant baseline used for aligning text.
The DominantBaseline type exposes the following members:
Fields
| Field | Description |
|---|---|
| AUTO | Automatically determines the dominant baseline based on the font and/or the language. |
| TEXT_BOTTOM | Aligns the text to the bottom of the em square. |
| ALPHABETIC | Aligns the text on the baseline used by alphabetic characters. |
| IDEOGRAPHIC | Aligns the text on the baseline used by ideographic characters. |
| MIDDLE | Aligns the text in the middle of the em square. |
| CENTRAL | Aligns the text in the central baseline of the em square. |
| MATHEMATICAL | Aligns the text on the baseline used by mathematical characters. |
| HANGING | Aligns the text on the hanging baseline, typically used for Tibetan or other Asian scripts. |
| TEXT_TOP | Aligns the text to the top of the em square. |
See Also
- module
aspose.svg.builder