Skip to content

Commit 9c0dbba

Browse files
authored
Add links to information for fontio
1 parent a4f4eff commit 9c0dbba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shared-bindings/fontio/__init__.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535

3636
//| """Core font related data structures"""
3737
//|
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+
//|
3844

3945
STATIC const mp_rom_map_elem_t fontio_module_globals_table[] = {
4046
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_fontio) },

0 commit comments

Comments
 (0)