chore(imfont): fix heading in the docs

This commit is contained in:
Gabor Kiss-Vamosi 2022-05-11 22:10:25 +02:00 committed by GitHub
parent 656a0e5167
commit 941d95b049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
```