gewel.draw.TextVerticalPosition
- class gewel.draw.TextVerticalPosition(value)[source]
Bases:
enum.EnumAn enumeration for specifying the vertical position of text.
Attributes
Text appears at the top.
Text appears in the middle.
Text appears at the botton.
- BOTTOM = 3
Text appears at the botton.
- MIDDLE = 2
Text appears in the middle.
- TOP = 1
Text appears at the top.