Macros | |
#define | D4D_ALIGN_MASK |
The aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_H_MASK |
The horizontal aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_H_LEFT_MASK |
The horizontal left aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_H_RIGHT_MASK |
The horizontal right aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_H_CENTER_MASK |
The horizontal center aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_V_MASK |
The vertical aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_V_TOP_MASK |
The vertical top aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_V_BOTTOM_MASK |
The vertical bottom aligment option mask (for texts and also bitmaps). More... | |
#define | D4D_ALIGN_V_CENTER_MASK |
The vertical center aligment option mask (for texts and also bitmaps). More... | |
This section specifies masks of aligment properties.
#define D4D_ALIGN_H_CENTER_MASK |
The horizontal center aligment option mask (for texts and also bitmaps).
Definition at line 225 of file d4d_base.h.
#define D4D_ALIGN_H_LEFT_MASK |
The horizontal left aligment option mask (for texts and also bitmaps).
Definition at line 221 of file d4d_base.h.
#define D4D_ALIGN_H_MASK |
The horizontal aligment option mask (for texts and also bitmaps).
Definition at line 219 of file d4d_base.h.
#define D4D_ALIGN_H_RIGHT_MASK |
The horizontal right aligment option mask (for texts and also bitmaps).
Definition at line 223 of file d4d_base.h.
#define D4D_ALIGN_MASK |
The aligment option mask (for texts and also bitmaps).
Definition at line 216 of file d4d_base.h.
#define D4D_ALIGN_V_BOTTOM_MASK |
The vertical bottom aligment option mask (for texts and also bitmaps).
Definition at line 232 of file d4d_base.h.
#define D4D_ALIGN_V_CENTER_MASK |
The vertical center aligment option mask (for texts and also bitmaps).
Definition at line 234 of file d4d_base.h.
#define D4D_ALIGN_V_MASK |
The vertical aligment option mask (for texts and also bitmaps).
Definition at line 228 of file d4d_base.h.
#define D4D_ALIGN_V_TOP_MASK |
The vertical top aligment option mask (for texts and also bitmaps).
Definition at line 230 of file d4d_base.h.