diff --git a/docs/others/imgfont.md b/docs/others/imgfont.md index 9c4b05e466..0f0f09941a 100644 --- a/docs/others/imgfont.md +++ b/docs/others/imgfont.md @@ -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 -``` \ No newline at end of file +```