mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-27 11:43:43 +08:00
chore(imfont): fix heading in the docs
This commit is contained in:
parent
656a0e5167
commit
941d95b049
@ -1,4 +1,4 @@
|
||||
## Image font (imgfont)
|
||||
# Image font (imgfont)
|
||||
Draw image in label or span obj with imgfont.
|
||||
This is often used to display Unicode emoji icons in text.
|
||||
Supported image formats: determined by LVGL image decoder.
|
||||
@ -22,4 +22,4 @@ Use `lv_imgfont_destroy(imgfont)` to destroy a imgfont that is no longer used.
|
||||
```eval_rst
|
||||
.. doxygenfile:: lv_imgfont.h
|
||||
:project: lvgl
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user