CrImage::Font::VerticalAlign
Inherits Enum / Comparable / Value / Object
VerticalAlign specifies vertical text alignment within a bounding box.
Options:
Top: Align text to the top edgeMiddle: Center text verticallyBottom: Align text to the bottom edge
Constants
Top = 0
Middle = 1
Bottom = 2