Macros | |
#define | DRAWTEXT_HALIGN_LEFT |
#define | DRAWTEXT_HALIGN_CENTER |
#define | DRAWTEXT_HALIGN_RIGHT |
#define | DRAWTEXT_HALIGN_MASK |
#define | DRAWTEXT_VALIGN_TOP |
#define | DRAWTEXT_VALIGN_CENTER |
#define | DRAWTEXT_VALIGN_BOTTOM |
#define | DRAWTEXT_VALIGN_MASK |
#define | DRAWTEXT_STD_ALIGN |
#define DRAWTEXT_HALIGN_LEFT |
Align to the left.
#define DRAWTEXT_HALIGN_CENTER |
Center horizontally.
#define DRAWTEXT_HALIGN_RIGHT |
Align to the right.
#define DRAWTEXT_HALIGN_MASK |
Horizontal alignment mask.
#define DRAWTEXT_VALIGN_TOP |
Align to the top.
#define DRAWTEXT_VALIGN_CENTER |
Center vertically.
#define DRAWTEXT_VALIGN_BOTTOM |
Align to the bottom.
#define DRAWTEXT_VALIGN_MASK |
Vertical alignment mask.
#define DRAWTEXT_STD_ALIGN |
Standard alignment (top-left).