hal_gfx_glyph_t Struct Reference

Font glyph setting Structure. More...

#include <hal_gfx_font.h>

Public Attributes

uint32_t bitmapOffset
 
uint8_t width
 
uint8_t xAdvance
 
int8_t xOffset
 
int8_t yOffset
 
uint32_t kern_offset
 
uint8_t kern_length
 

Detailed Description

Font glyph setting Structure.

Definition at line 50 of file hal_gfx_font.h.

Member Data Documentation

◆ bitmapOffset

uint32_t hal_gfx_glyph_t::bitmapOffset

glyph bitmap offset address

Definition at line 51 of file hal_gfx_font.h.

◆ kern_length

uint8_t hal_gfx_glyph_t::kern_length

Kerning length

Definition at line 57 of file hal_gfx_font.h.

◆ kern_offset

uint32_t hal_gfx_glyph_t::kern_offset

Kerning offset

Definition at line 56 of file hal_gfx_font.h.

◆ width

uint8_t hal_gfx_glyph_t::width

glyph width

Definition at line 52 of file hal_gfx_font.h.

◆ xAdvance

uint8_t hal_gfx_glyph_t::xAdvance

glyph advanced setting

Definition at line 53 of file hal_gfx_font.h.

◆ xOffset

int8_t hal_gfx_glyph_t::xOffset

horizontal offset

Definition at line 54 of file hal_gfx_font.h.

◆ yOffset

int8_t hal_gfx_glyph_t::yOffset

vertical offset

Definition at line 55 of file hal_gfx_font.h.


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