Font Kerning setting Structure. More...
#include <hal_gfx_font.h>
Public Attributes | |
uint32_t | left |
int8_t | x_offset |
Font Kerning setting Structure.
Definition at line 42 of file hal_gfx_font.h.
uint32_t hal_gfx_kern_pair_t::left |
Neighbor character to the left of the current one (Unicode value)
Definition at line 43 of file hal_gfx_font.h.
int8_t hal_gfx_kern_pair_t::x_offset |
Kerning offset (horizontally)
Definition at line 44 of file hal_gfx_font.h.