PCL
|
Text alignment modes. More...
TextAlign::Unknown | Unknown or unsupported alignment |
TextAlign::Left | Left alignment |
TextAlign::Right | Right alignment |
TextAlign::HorzCenter | Centered horizontally |
TextAlign::Justify | Left and right justified |
TextAlign::Top | Top alignment |
TextAlign::Bottom | Bottom alignment |
TextAlign::VertCenter | Centered vertically |
TextAlign::Center | Centered horizontally and vertically. Equal to HorzCenter|VertCenter. |
TextAlign::Default | Default alignment. Equal to Left|Top. |