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 enhancement #135

Merged
merged 5 commits into from
Oct 9, 2020
Merged

Font wizard enhancement #135

merged 5 commits into from
Oct 9, 2020

Conversation

sepandhaghighi
Copy link
Owner

Reference Issues/PRs

#77

What does this implement/fix? Explain your changes.

  • font_wizard.py script updated
  • README.md modified

Any other comments?

@codecov-io
Copy link

codecov-io commented Oct 8, 2020

Codecov Report

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

Impacted file tree graph

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

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

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

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?

Copy link
Owner Author

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 💯

Copy link
Collaborator

@sadrasabouri sadrasabouri left a 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.

@sadrasabouri sadrasabouri merged commit 25d0ecd into dev Oct 9, 2020
@sepandhaghighi sepandhaghighi deleted the font_wizard_enhancement branch October 9, 2020 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants