-
-
Notifications
You must be signed in to change notification settings - Fork 131
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 #188
New fonts #188
Conversation
@sadrasabouri Please review this PR 💯 |
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.
Just a tiny comment.
'V': '𝖁', | ||
'z': '𝖟'} | ||
|
||
tarty1_dic = { |
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.
Isn't it better if we sort these lines respected to the alphabetic order (like non-ASCII fonts)?
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.
Which lines? Dictionary's keys?
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.
yes
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.
It's not easy (needs a lot of changes!!) and also Python standard dictionary doesn't support order (Python < 3.8).
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.
Codecov Report
@@ Coverage Diff @@
## dev #188 +/- ##
==========================================
+ Coverage 90.95% 90.98% +0.04%
==========================================
Files 1 1
Lines 276 277 +1
Branches 75 75
==========================================
+ Hits 251 252 +1
Misses 23 23
Partials 2 2
Continue to review full report at Codecov.
|
@sadrasabouri Please take a look at 5ce091b and 9814dde |
Reference Issues/PRs
#155
What does this implement/fix? Explain your changes.
mix_letters
function modifiedCONTRIBUTING.md
modifiedAny other comments?