lv_tiny_ttf.h
API reference for lv_tiny_ttf.h
Summary
Functions
libs/tiny_ttf/lv_tiny_ttf.h:89function
lv_tiny_ttf_set_size
Set the size of the font to a new font_size
void lv_tiny_ttf_set_size(lv_font_t *font, int32_t font_size)| Name | Type | Description |
|---|---|---|
font | lv_font_t * | the font object |
font_size | int32_t | the font size in pixel |
the font bitmap cache and glyph cache will be flushed.
Structs
struct
lv_tiny_ttf_font_src_t
Variables
libs/tiny_ttf/lv_tiny_ttf.h:35variable
lv_tiny_ttf_font_class
const lv_font_class_t lv_tiny_ttf_font_classDependencies
Indirect dependencies
How is this guide?
Last updated on