Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
create fonts section in readme
  • Loading branch information
FoamyGuy committed Dec 12, 2020
commit 97c0318e1570f4ba1cd96c4bd815de27f02464c2
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ Usage Example
print(font.get_glyph(ord("A")))


Creating Fonts
==============

See `this learn guide <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>`_ for more information about building custom fornt files

The command line tool :code:`otf2bdf` can be used make bdf files for use with this library.

The command line tool :code:`bdftopcf` can be used make pcf files for use with this library.

Contributing
============

Expand Down