Skip to content

Commit 363be5f

Browse files
authored
Merge pull request #10452 from FoamyGuy/lvfont_docs
add more info to lvfontio docs
2 parents e3c5548 + c0559b8 commit 363be5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/lvfontio/OnDiskFont.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
#include "shared-bindings/util.h"
1818

1919
//| class OnDiskFont:
20-
//| """A font built into CircuitPython for use with LVGL"""
20+
//| """A font built into CircuitPython for use with LVGL.
21+
//|
22+
//| There is an in-browser converter here: https://lvgl.io/tools/fontconverter
23+
//|
24+
//| The format is documented here: https://github.com/lvgl/lv_font_conv/tree/master/doc"""
2125
//|
2226
//| def __init__(self, file_path: str, max_glyphs: int = 100) -> None:
2327
//| """Create a OnDiskFont by loading an LVGL font file from the filesystem.

0 commit comments

Comments
 (0)