HAlign
enum HAlign { "left", "center", "right" }
The horizontal alignment of text in the bounding box.
Member List
Member | Description |
---|---|
left | Aligned with the left of the bounding box. |
center | Aligned with the center of the bounding box. |
right | Aligned with the right of the bounding box. |