From ab60f34c7ebb57943d611a86ebec35863e6fdaa4 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Thu, 17 Oct 2024 10:34:00 +0100 Subject: [PATCH] README: Include reference to microPyEZfonts. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c07267..a2542e7 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ RAM usage when importing fonts stored as frozen bytecode. Converting scalable `ttf` or `otf` files programmatically works best for larger fonts. For small fonts it is best to use hand-designed bitmapped font files. These are now supported: `bdf` or `pcf` font files may be converted to Python -source in the same format as files originating from scalable fonts. +source in the same format as files originating from scalable fonts. See also +[microPyEZfonts](https://github.com/easytarget/microPyEZfonts) which includes +compatible small fonts (in `examples/fonts`). ## 3.2 Limitations