DRAWTEXT Enumeration

详细描述

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

Macro Definition Documentation

◆  DRAWTEXT_HALIGN_LEFT

#define DRAWTEXT_HALIGN_LEFT

Align to the left.

◆  DRAWTEXT_HALIGN_CENTER

#define DRAWTEXT_HALIGN_CENTER

Center horizontally.

◆  DRAWTEXT_HALIGN_RIGHT

#define DRAWTEXT_HALIGN_RIGHT

Align to the right.

◆  DRAWTEXT_HALIGN_MASK

#define DRAWTEXT_HALIGN_MASK

Horizontal alignment mask.

◆  DRAWTEXT_VALIGN_TOP

#define DRAWTEXT_VALIGN_TOP

Align to the top.

◆  DRAWTEXT_VALIGN_CENTER

#define DRAWTEXT_VALIGN_CENTER

Center vertically.

◆  DRAWTEXT_VALIGN_BOTTOM

#define DRAWTEXT_VALIGN_BOTTOM

Align to the bottom.

◆  DRAWTEXT_VALIGN_MASK

#define DRAWTEXT_VALIGN_MASK

Vertical alignment mask.

◆  DRAWTEXT_STD_ALIGN

#define DRAWTEXT_STD_ALIGN

Standard alignment (top-left).