Skip to content

Commit

Permalink
Merge pull request #194 from sepandhaghighi/font_wizard_update
Browse files Browse the repository at this point in the history
Font wizard update
  • Loading branch information
sadrasabouri committed Feb 25, 2022
2 parents b83a506 + 56282ed commit 1c6095b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions otherfile/font_wizard.py
Expand Up @@ -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)

0 comments on commit 1c6095b

Please sign in to comment.