TextFontAlignType Enum

TextFontAlignType Enum

Represents the different types of font alignment.


type TextFontAlignType int32

Fields

FieldDescription
AutomaticWhen the text flow is horizontal or simple vertical same as fontBaselinebut for other vertical modes same as fontCenter.
BottomThe letters are anchored to the very bottom of a single line.
BaselineThe letters are anchored to the bottom baseline of a single line.
CenterThe letters are anchored between the two baselines of a single line.
TopThe letters are anchored to the top baseline of a single line.