NanoCanvas
|
The text alignment is formed by horizontal alignment and vertical alignemt. More...
Enumerations | |
enum | HorizontalAlign { Left = 1<<0, Center = 1<<1, Right = 1<<2 } |
Horizontal Alignment. More... | |
enum | VerticalAlign { Top = 1<<3, Middle = 1<<4, Bottom = 1<<5, Baseline = 1<<6 } |
Vertical Alignment. More... | |
The text alignment is formed by horizontal alignment and vertical alignemt.