Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font wizard update #194

Merged
merged 2 commits into from Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)