From 93e42c4dd9c60d2ee872f1b4e81f8e6bda2befde Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Thu, 17 Oct 2019 13:58:16 +0100 Subject: [PATCH] FONT_TO_PY.md Update for V0.33 --- FONT_TO_PY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FONT_TO_PY.md b/FONT_TO_PY.md index 8887f3a..d30b7c8 100644 --- a/FONT_TO_PY.md +++ b/FONT_TO_PY.md @@ -14,6 +14,7 @@ is known as frozen bytecode. 17 Oct 2019 V0.33 With thanks to Stephen Irons (@ironss). 1. Fix bug where input rather than output filename was checked. 2. Add `baseline()` to ouput file returning the maximum descent. + 3. Correct left position of rendered glyph. 21 Sept 2019 V0.22