DominantBaseline Enum
DominantBaseline enumeration
Specifies the dominant baseline used for aligning text.
public enum DominantBaseline
Values
Name | Value | Description |
---|---|---|
Auto | 0 | Automatically determines the dominant baseline based on the font and/or the language. |
TextBottom | 1 | Aligns the text to the bottom of the em square. |
Alphabetic | 2 | Aligns the text on the baseline used by alphabetic characters. |
Ideographic | 3 | Aligns the text on the baseline used by ideographic characters. |
Middle | 4 | Aligns the text in the middle of the em square. |
Central | 5 | Aligns the text in the central baseline of the em square. |
Mathematical | 6 | Aligns the text on the baseline used by mathematical characters. |
Hanging | 7 | Aligns the text on the hanging baseline, typically used for Tibetan or other Asian scripts. |
TextTop | 8 | Aligns the text to the top of the em square. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG