CrImage::Font::HorizontalAlign
Inherits Enum / Comparable / Value / Object
HorizontalAlign specifies horizontal text alignment within a bounding box.
Options:
Left: Align text to the left edgeCenter: Center text horizontallyRight: Align text to the right edge
Constants
Left = 0
Center = 1
Right = 2