Skip to content

Commit 97c0318

Browse files
committed
create fonts section in readme
1 parent 2c6529d commit 97c0318

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ Usage Example
6161
print(font.get_glyph(ord("A")))
6262
6363
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.
72+
6473
Contributing
6574
============
6675

0 commit comments

Comments
 (0)