NanoCanvas
Enumerations
NanoCanvas::TextAlign Namespace Reference

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...
 

Detailed Description

The text alignment is formed by horizontal alignment and vertical alignemt.

Enumeration Type Documentation

Horizontal Alignment.

Enumerator
Left 

Align text horizontally to left.

Center 

Align text horizontally to center.

Right 

Align text horizontally to right.

Vertical Alignment.

Enumerator
Top 

Align text vertically to top.

Middle 

Align text vertically to middle.

Bottom 

Align text vertically to bottom.

Baseline 

Align text vertically to baseline.


The documentation was generated by Doxygen

Copyright © 2015 Geequlim. All rights reserved.