-
-
Notifications
You must be signed in to change notification settings - Fork 137
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 enhancement #135
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #135 +/- ##
=======================================
Coverage 90.71% 90.71%
=======================================
Files 1 1
Lines 269 269
Branches 73 73
=======================================
Hits 244 244
Misses 23 23
Partials 2 2 Continue to review full report at Codecov.
|
print("\nThis font is {0}".format(ascii_flag)) | ||
print("{}_dic = ".format(font_name),font_dic) | ||
print("- Add this dictionary to the end of text_dic3.py") | ||
print("- This font is {0} : ".format(ascii_flag)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering next line if, is this line necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not?
I think it would be better if we show to user that this font is ASCII or not 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for these updates.
I've left a comment, after that I'll merge it.
Reference Issues/PRs
#77
What does this implement/fix? Explain your changes.
font_wizard.py
script updatedREADME.md
modifiedAny other comments?