From 85fcfbdf4ffdd2f6444c11688f7ab7b48842503c Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Fri, 25 Feb 2022 00:44:03 +0330 Subject: [PATCH 1/2] fix : font_wizard.py updated --- otherfile/font_wizard.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otherfile/font_wizard.py b/otherfile/font_wizard.py index 44db8441..697f2715 100644 --- a/otherfile/font_wizard.py +++ b/otherfile/font_wizard.py @@ -159,5 +159,8 @@ def is_ascii(s): print("\t2. Add a new test case to test2.py") print('\t3. Add "{0}" to the end of NON_ASCII_FONTS list in art_param.py'.format( font_name)) + if font_height > 1: + print('\t4. Add "{0}" to the end of MIX_FILTERED_FONTS list in art_param.py'.format( + font_name)) else: print(Error2) From 56282edbb58a2e6483d93ac1b949437684480946 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Fri, 25 Feb 2022 00:44:39 +0330 Subject: [PATCH 2/2] doc : CHANGELOG updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42913d04..3d14a143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. 5. fancy140 ### Changed - `__word2art` function modified +- `font_wizard.py` modified ## [5.4] - 2021-12-22 ### Added - 10 new font