lv_font_private.h
API reference for lv_font_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_font.h
const void * lv_font_get_glyph_bitmap_internal(lv_font_glyph_dsc_t *g_dsc, lv_draw_buf_t *draw_buf)
Parametersconst void * lv_font_get_glyph_static_bitmap_internal(lv_font_glyph_dsc_t *g_dsc)
Parametersbool 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)
Parametersuint16_t lv_font_get_glyph_width_internal(const lv_font_t *font, uint32_t letter, uint32_t letter_next)
Parametersstatic int32_t lv_font_get_line_height_internal(const lv_font_t *font)
Parametersint32_t lv_font_glyph_dsc_compare(const lv_font_glyph_dsc_t *lhs, const lv_font_glyph_dsc_t *rhs)
Parametersvoid lv_font_glyph_release_draw_data_internal(lv_font_glyph_dsc_t *g_dsc)
Parametersstatic bool lv_font_has_static_bitmap_internal(const lv_font_t *font)
Parameters
Last updated on