eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D FONT Defines masks of underline properties
Collaboration diagram for D4D FONT Defines masks of underline properties:

Macros

#define D4D_FNT_PRTY_UNDERLINE_MASK
 Font Underline property masks. More...
 
#define D4D_FNT_PRTY_UNDERLINE_NONE_MASK
 None Underline Text Property mask. More...
 
#define D4D_FNT_PRTY_UNDERLINE_LINE_MASK
 One Line Underline Text Property mask. More...
 
#define D4D_FNT_PRTY_UNDERLINE_DOT_MASK
 Dot Line Underline Text Property mask. More...
 
#define D4D_FNT_PRTY_UNDERLINE_RES_MASK
 Reserved - Underline Text Property mask. More...
 

Detailed Description

This section specifies masks of underline properties.

Macro Definition Documentation

#define D4D_FNT_PRTY_UNDERLINE_DOT_MASK

Dot Line Underline Text Property mask.

Definition at line 88 of file d4d_font.h.

#define D4D_FNT_PRTY_UNDERLINE_LINE_MASK

One Line Underline Text Property mask.

Definition at line 87 of file d4d_font.h.

#define D4D_FNT_PRTY_UNDERLINE_MASK

Font Underline property masks.

Underline Property mask

Definition at line 85 of file d4d_font.h.

#define D4D_FNT_PRTY_UNDERLINE_NONE_MASK

None Underline Text Property mask.

Definition at line 86 of file d4d_font.h.

#define D4D_FNT_PRTY_UNDERLINE_RES_MASK

Reserved - Underline Text Property mask.

Definition at line 89 of file d4d_font.h.