Enum DominantBaseline
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the dominant baseline used for aligning text.
[ComVisible(true)]
public enum DominantBaseline
Fields
Alphabetic = 2
Aligns the text on the baseline used by alphabetic characters.
Auto = 0
Automatically determines the dominant baseline based on the font and/or the language.
Central = 5
Aligns the text in the central baseline of the em square.
Hanging = 7
Aligns the text on the hanging baseline, typically used for Tibetan or other Asian scripts.
Ideographic = 3
Aligns the text on the baseline used by ideographic characters.
Mathematical = 6
Aligns the text on the baseline used by mathematical characters.
Middle = 4
Aligns the text in the middle of the em square.
TextBottom = 1
Aligns the text to the bottom of the em square.
TextTop = 8
Aligns the text to the top of the em square.