lv_font_private.h

API reference for lv_font_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_font.h
Summary

Functions

lv_font_get_glyph_bitmap_internal

 
const void * lv_font_get_glyph_bitmap_internal(lv_font_glyph_dsc_t *g_dsc, lv_draw_buf_t *draw_buf)
Parameters

lv_font_get_glyph_static_bitmap_internal

 
const void * lv_font_get_glyph_static_bitmap_internal(lv_font_glyph_dsc_t *g_dsc)
Parameters

lv_font_get_glyph_dsc_internal

 
bool lv_font_get_glyph_dsc_internal(const lv_font_t *font, lv_font_glyph_dsc_t *dsc_out, uint32_t letter, uint32_t letter_next)
Parameters
NameType
fontconst lv_font_t *
dsc_outlv_font_glyph_dsc_t *
letteruint32_t
letter_nextuint32_t

lv_font_get_glyph_width_internal

 
uint16_t lv_font_get_glyph_width_internal(const lv_font_t *font, uint32_t letter, uint32_t letter_next)
Parameters
NameType
fontconst lv_font_t *
letteruint32_t
letter_nextuint32_t

lv_font_get_line_height_internal

 
static int32_t lv_font_get_line_height_internal(const lv_font_t *font)
Parameters
NameType
fontconst lv_font_t *

Dependencies

  • lvgl_public.h

Last updated on

On this page