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

New fonts #68

Merged
merged 12 commits into from
Sep 23, 2019
Merged

New fonts #68

merged 12 commits into from
Sep 23, 2019

Conversation

sepandhaghighi
Copy link
Owner

@sepandhaghighi sepandhaghighi commented Sep 22, 2019

Reference Issues/PRs

#60 #59

What does this implement/fix? Explain your changes.

Add 5 new fonts :

  1. fancy85
  2. fancy86
  3. contouring3
  4. contouring4
  5. love2

Any other comments?

@codecov-io
Copy link

codecov-io commented Sep 22, 2019

Codecov Report

Merging #68 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7dd61e7...17599eb. Read the comment docs.

12. contouring3
13. contouring4
14. love2
- `get_font_dic` function
Copy link
Collaborator

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(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

Copy link
Owner Author

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, Thanks.

@sadrasabouri sadrasabouri merged commit f3a9dc8 into dev Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants