We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3c5548 + c0559b8 commit 363be5fCopy full SHA for 363be5f
shared-bindings/lvfontio/OnDiskFont.c
@@ -17,7 +17,11 @@
17
#include "shared-bindings/util.h"
18
19
//| class OnDiskFont:
20
-//| """A font built into CircuitPython for use with LVGL"""
+//| """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"""
25
//|
26
//| def __init__(self, file_path: str, max_glyphs: int = 100) -> None:
27
//| """Create a OnDiskFont by loading an LVGL font file from the filesystem.
0 commit comments