You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,15 @@ Usage Example
61
61
print(font.get_glyph(ord("A")))
62
62
63
63
64
+
Creating Fonts
65
+
==============
66
+
67
+
See `this learn guide <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>`_ for more information about building custom fornt files
68
+
69
+
The command line tool :code:`otf2bdf` can be used make bdf files for use with this library.
70
+
71
+
The command line tool :code:`bdftopcf` can be used make pcf files for use with this library.
0 commit comments