Skip to content

Commit

Permalink
fix : font_wizard.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 24, 2022
1 parent b83a506 commit 85fcfbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otherfile/font_wizard.py
Original file line number Diff line number Diff line change
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 85fcfbd

Please sign in to comment.