Font Kerning setting Structure. More...
#include <hal_gfx_font.h>
Public Attributes | |
| uint32_t | left |
| Neighbor character to the left of the current one (Unicode value) More... | |
| int8_t | x_offset |
| Kerning offset (horizontally) More... | |
Font Kerning setting Structure.
Definition at line 83 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 84 of file hal_gfx_font.h.
| int8_t hal_gfx_kern_pair_t::x_offset |
Kerning offset (horizontally)
Definition at line 85 of file hal_gfx_font.h.