File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33
33
#include "shared-bindings/fontio/BuiltinFont.h"
34
34
#include "shared-bindings/fontio/Glyph.h"
35
35
36
- //| """Core font related data structures"""
36
+ //| """Core font related data structures
37
37
//|
38
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
39
+ //| fonts in CircuitPython see the `adafruit_bitmap_font library
40
+ //| <https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font>`_.
41
+ //| For information on creating custom fonts for use in CircuitPython, see
42
42
//| `this Learn guide <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>`_
43
43
//|
44
+ //| """
45
+ //|
44
46
45
47
STATIC const mp_rom_map_elem_t fontio_module_globals_table [] = {
46
48
{ MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_fontio ) },
You can’t perform that action at this time.
0 commit comments