core.engine.horizontal_alignment
Client
Enumeration of horizontal text alignment modes
Values
| Constant | Description |
|---|---|
core.engine.horizontal_alignment.LEFT | Aligns text to the left edge of the bounding box |
core.engine.horizontal_alignment.CENTER | Centers text horizontally within the bounding box |
core.engine.horizontal_alignment.RIGHT | Aligns text to the right edge of the bounding box |
core.engine.horizontal_alignment.FILL | Stretches text to fill the full width of the bounding box |