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 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)