hal_gfx_glyph_t Struct Reference

Font glyph setting Structure. More...

#include <hal_gfx_font.h>

Public Attributes

uint32_t bitmapOffset
 glyph bitmap offset address More...
 
uint8_t width
 glyph width More...
 
uint8_t xAdvance
 glyph advanced setting More...
 
int8_t xOffset
 horizontal offset More...
 
int8_t yOffset
 vertical offset More...
 
uint32_t kern_offset
 Kerning offset. More...
 
uint8_t kern_length
 Kerning length. More...
 

Detailed Description

Font glyph setting Structure.

Definition at line 91 of file hal_gfx_font.h.

Member Data Documentation

◆ bitmapOffset

uint32_t hal_gfx_glyph_t::bitmapOffset

glyph bitmap offset address

Definition at line 92 of file hal_gfx_font.h.

◆ kern_length

uint8_t hal_gfx_glyph_t::kern_length

Kerning length.

Definition at line 98 of file hal_gfx_font.h.

◆ kern_offset

uint32_t hal_gfx_glyph_t::kern_offset

Kerning offset.

Definition at line 97 of file hal_gfx_font.h.

◆ width

uint8_t hal_gfx_glyph_t::width

glyph width

Definition at line 93 of file hal_gfx_font.h.

◆ xAdvance

uint8_t hal_gfx_glyph_t::xAdvance

glyph advanced setting

Definition at line 94 of file hal_gfx_font.h.

◆ xOffset

int8_t hal_gfx_glyph_t::xOffset

horizontal offset

Definition at line 95 of file hal_gfx_font.h.

◆ yOffset

int8_t hal_gfx_glyph_t::yOffset

vertical offset

Definition at line 96 of file hal_gfx_font.h.


The documentation for this struct was generated from the following file: