core.engine.vertical_alignment
Client
Enumeration of vertical text alignment modes
Values
| Constant | Description |
|---|---|
core.engine.vertical_alignment.TOP | Aligns text to the top edge of the bounding box |
core.engine.vertical_alignment.CENTER | Centers text vertically within the bounding box |
core.engine.vertical_alignment.BOTTOM | Aligns text to the bottom edge of the bounding box |
core.engine.vertical_alignment.FILL | Stretches text to fill the full height of the bounding box |