Macros

#define HAL_GFX_ALIGNX_LEFT   (0x00U)
 
#define HAL_GFX_ALIGNX_RIGHT   (0x01U)
 
#define HAL_GFX_ALIGNX_CENTER   (0x02U)
 
#define HAL_GFX_ALIGNX_JUSTIFY   (0x03U)
 
#define HAL_GFX_ALIGNX_MASK   (0x03U)
 
#define HAL_GFX_ALIGNY_TOP   (0x00U)
 
#define HAL_GFX_ALIGNY_BOTTOM   (0x04U)
 
#define HAL_GFX_ALIGNY_CENTER   (0x08U)
 
#define HAL_GFX_ALIGNY_JUSTIFY   (0x0cU)
 
#define HAL_GFX_ALIGNY_MASK   (0x0cU)
 
#define HAL_GFX_TEXT_WRAP   (0x10U)
 

Detailed Description

Macro Definition Documentation

◆ HAL_GFX_ALIGNX_CENTER

#define HAL_GFX_ALIGNX_CENTER   (0x02U)

Align horizontally centered

Definition at line 24 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNX_JUSTIFY

#define HAL_GFX_ALIGNX_JUSTIFY   (0x03U)

Justify horizontally

Definition at line 25 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNX_LEFT

#define HAL_GFX_ALIGNX_LEFT   (0x00U)

Align horizontally to the left

Definition at line 22 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNX_MASK

#define HAL_GFX_ALIGNX_MASK   (0x03U)

Horizontal alignment mask

Definition at line 26 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNX_RIGHT

#define HAL_GFX_ALIGNX_RIGHT   (0x01U)

Align horizontally to the right

Definition at line 23 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNY_BOTTOM

#define HAL_GFX_ALIGNY_BOTTOM   (0x04U)

Align vertically to the bottom

Definition at line 28 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNY_CENTER

#define HAL_GFX_ALIGNY_CENTER   (0x08U)

Align vertically centered

Definition at line 29 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNY_JUSTIFY

#define HAL_GFX_ALIGNY_JUSTIFY   (0x0cU)

Justify vertically

Definition at line 30 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNY_MASK

#define HAL_GFX_ALIGNY_MASK   (0x0cU)

Vertical alignment mask

Definition at line 31 of file hal_gfx_font.h.

◆ HAL_GFX_ALIGNY_TOP

#define HAL_GFX_ALIGNY_TOP   (0x00U)

Align vertically to the top

Definition at line 27 of file hal_gfx_font.h.

◆ HAL_GFX_TEXT_WRAP

#define HAL_GFX_TEXT_WRAP   (0x10U)

Use text wrapping

Definition at line 32 of file hal_gfx_font.h.