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.
1 parent a4f4eff commit 9c0dbbaCopy full SHA for 9c0dbba
shared-bindings/fontio/__init__.c
@@ -35,6 +35,12 @@
35
36
//| """Core font related data structures"""
37
//|
38
+//| .. note:: This library is intended only for low-level usage. For working with
39
+//| fonts in CircuitPython see the
40
+//| `adafruit_bitmap_font library <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
41
+//| For infromation on creating custom fonts for use in CircuitPython, see
42
+//| `this Learn guide <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>`_
43
+//|
44
45
STATIC const mp_rom_map_elem_t fontio_module_globals_table[] = {
46
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_fontio) },
0 commit comments