-
-
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
New fonts #68
New fonts #68
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #68 +/- ##
=====================================
Coverage 89.3% 89.3%
=====================================
Files 1 1
Lines 243 243
Branches 63 63
=====================================
Hits 217 217
Misses 23 23
Partials 3 3 Continue to review full report at Codecov.
|
12. contouring3 | ||
13. contouring4 | ||
14. love2 | ||
- `get_font_dic` function |
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 this 🤝
@@ -68,10 +68,12 @@ def print_result(flag_list, message_list): | |||
for font1 in Font_List: | |||
for font2 in Font_List: | |||
if Font_List.index(font1) < Font_List.index(font2): | |||
if len(art.get_font_dic(font1)) == len(art.get_font_dic(font2)): | |||
if len( |
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.
What is this for?
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.
@sadrasabouri pep8 rule about max length of lines.
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.
Oh, Thanks.
Reference Issues/PRs
#60 #59
What does this implement/fix? Explain your changes.
Add 5 new fonts :
Any other comments?