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

14 new fonts added #72

Merged
merged 19 commits into from
Sep 30, 2019
Merged

14 new fonts added #72

merged 19 commits into from
Sep 30, 2019

Conversation

sadrasabouri
Copy link
Collaborator

Reference Issues/PRs

#69 and #70

What does this implement/fix? Explain your changes.

I added all valid fonts from #69

art/text_dic3.py Outdated
@@ -14437,3 +14437,4 @@
monospace_dic = {'a': '𝚊', 'b': '𝚋', 'c': '𝚌', 'd': '𝚍', 'e': '𝚎', 'f': '𝚏', 'g': '𝚐', 'h': '𝚑', 'i': '𝚒', 'j': '𝚓', 'k': '𝚔', 'l': '𝚕', 'm': '𝚖', 'n': '𝚗', 'o': '𝚘', 'p': '𝚙', 'q': '𝚚', 'r': '𝚛', 's': '𝚜', 't': '𝚝', 'u': '𝚞', 'v': '𝚟', 'w': '𝚠', 'x': '𝚡', 'y': '𝚢', 'z': '𝚣', 'A': '𝙰', 'B': '𝙱', 'C': '𝙲', 'D': '𝙳', 'E': '𝙴', 'F': '𝙵', 'G': '𝙶', 'H': '𝙷', 'I': '𝙸', 'J': '𝙹', 'K': '𝙺', 'L': '𝙻', 'M': '𝙼', 'N': '𝙽', 'O': '𝙾', 'P': '𝙿', 'Q': '𝚀', 'R': '𝚁', 'S': '𝚂', 'T': '𝚃', 'U': '𝚄', 'V': '𝚅', 'W': '𝚆', 'X': '𝚇', 'Y': '𝚈', 'Z': '𝚉', '!': '!', '"': '"', '#': '#', '$': '$', '%': '%', '&': '&', "'": "'", '(': '(', ')': ')', '*': '*', '+': '+', ',': ',', '-': '-', '.': '.', '/': '/', ':': ':', ';': ';', '<': '<', '=': '=', '>': '>', '?': '?', '@': '@', '[': '[', '\\': '\\', ']': ']', '^': '^', '_': '_', '`': '`', '{': '{', '|': '|', '}': '}', '~': '~', '0': '𝟶', '1': '𝟷', '2': '𝟸', '3': '𝟹', '4': '𝟺', '5': '𝟻', '6': '𝟼', '7': '𝟽', '8': '𝟾', '9': '𝟿', ' ': ' '}
dirty2_dic = {'a': 'ä', 'b': 'ḅ', 'c': 'ċ', 'd': 'ď', 'e': 'ệ', 'f': 'ḟ', 'g': 'ġ', 'h': 'ḧ', 'i': 'ï', 'j': 'j', 'k': 'ḳ', 'l': 'ŀ', 'm': 'ṃ', 'n': 'ń', 'o': 'ö', 'p': 'ṗ', 'q': 'q', 'r': 'ŕ', 's': 'ṩ', 't': 'ẗ', 'u': 'ü', 'v': 'ṿ', 'w': 'ẅ', 'x': 'ẍ', 'y': 'ÿ', 'z': 'ẓ', 'A': 'Ä', 'B': 'Ḅ', 'C': 'Ċ', 'D': 'Ď', 'E': 'Ệ', 'F': 'Ḟ', 'G': 'Ġ', 'H': 'Ḧ', 'I': 'Ï', 'J': 'J', 'K': 'Ḳ', 'L': 'Ŀ', 'M': 'Ṃ', 'N': 'Ń', 'O': 'Ö', 'P': 'Ṗ', 'Q': 'Q', 'R': 'Ŕ', 'S': 'Ṩ', 'T': 'Ṯ', 'U': 'Ü', 'V': 'Ṿ', 'W': 'Ẅ', 'X': 'Ẍ', 'Y': 'Ÿ', 'Z': 'Ẓ', '!': '!', '"': '"', '#': '#', '$': '$', '%': '%', '&': '&', "'": "'", '(': '(', ')': ')', '*': '*', '+': '+', ',': ',', '-': '-', '.': '.', '/': '/', ':': ':', ';': ';', '<': '<', '=': '=', '>': '>', '?': '?', '@': '@', '[': '[', '\\': '\\', ']': ']', '^': '^', '_': '_', '`': '`', '{': '{', '|': '|', '}': '}', '~': '~', '0': '0', '1': '1', '2': '2', '3': '3', '4': '4', '5': '5', '6': '6', '7': '7', '8': '8', '9': '9', ' ': ' '}
knight2_dic = {'a': 'Ḁ', 'b': 'ḃ', 'c': 'ḉ', 'd': 'Ḋ', 'e': 'ḕ', 'f': 'ḟ', 'g': 'Ḡ', 'h': 'ḧ', 'i': 'ḭ', 'j': 'j', 'k': 'Ḳ', 'l': 'Ḷ', 'm': 'ṁ', 'n': 'Ṇ', 'o': 'ṏ', 'p': 'Ṗ', 'q': 'q', 'r': 'ṙ', 's': 'Ṡ', 't': 'Ṯ', 'u': 'ṳ', 'v': 'Ṽ', 'w': 'ẇ', 'x': 'Ẍ', 'y': 'ẏ', 'z': 'Ẓ', 'A': 'Ḁ', 'B': 'Ḃ', 'C': 'Ḉ', 'D': 'Ḋ', 'E': 'Ḕ', 'F': 'Ḟ', 'G': 'Ḡ', 'H': 'Ḧ', 'I': 'Ḭ', 'J': 'J', 'K': 'Ḳ', 'L': 'Ḷ', 'M': 'Ṁ', 'N': 'Ṇ', 'O': 'Ṏ', 'P': 'Ṗ', 'Q': 'Q', 'R': 'Ṙ', 'S': 'Ṡ', 'T': 'Ṯ', 'U': 'Ṳ', 'V': 'Ṽ', 'W': 'Ẇ', 'X': 'Ẍ', 'Y': 'Ẏ', 'Z': 'Ẓ', '!': '!', '"': '"', '#': '#', '$': '$', '%': '%', '&': '&', "'": "'", '(': '(', ')': ')', '*': '*', '+': '+', ',': ',', '-': '-', '.': '.', '/': '/', ':': ':', ';': ';', '<': '<', '=': '=', '>': '>', '?': '?', '@': '@', '[': '[', '\\': '\\', ']': ']', '^': '^', '_': '_', '`': '`', '{': '{', '|': '|', '}': '}', '~': '~', '0': '0', '1': '1', '2': '2', '3': '3', '4': '4', '5': '5', '6': '6', '7': '7', '8': '8', '9': '9', ' ': ' '}
h4k3r_dic = {'a': '4', 'b': '8', 'c': '(', 'd': 'd', 'e': '3', 'f': 'f', 'g': '9', 'h': 'h', 'i': '!', 'j': 'j', 'k': 'k', 'l': '1', 'm': 'm', 'n': 'n', 'o': '0', 'p': 'p', 'q': 'q', 'r': 'r', 's': '5', 't': '7', 'u': 'u', 'v': 'v', 'w': 'w', 'x': 'x', 'y': 'y', 'z': '2', 'A': '4', 'B': '8', 'C': '(', 'D': 'D', 'E': '3', 'F': 'F', 'G': '9', 'H': 'H', 'I': '!', 'J': 'J', 'K': 'K', 'L': '1', 'M': 'M', 'N': 'N', 'O': '0', 'P': 'P', 'Q': 'Q', 'R': 'R', 'S': '5', 'T': '7', 'U': 'U', 'V': 'V', 'W': 'W', 'X': 'X', 'Y': 'Y', 'Z': '2', '!': '!', '"': '"', '#': '#', '$': '$', '%': '%', '&': '&', "'": "'", '(': '(', ')': ')', '*': '*', '+': '+', ',': ',', '-': '-', '.': '.', '/': '/', ':': ':', ';': ';', '<': '<', '=': '=', '>': '>', '?': '?', '@': '@', '[': '[', '\\': '\\', ']': ']', '^': '^', '_': '_', '`': '`', '{': '{', '|': '|', '}': '}', '~': '~', '0': '0', '1': '1', '2': '2', '3': '3', '4': '4', '5': '5', '6': '6', '7': '7', '8': '8', '9': '9', ' ': ' '}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@sepandhaghighi this font is kind of alphabet-To-number map font.

@sadrasabouri sadrasabouri changed the title Dev 14 new fonts added Sep 27, 2019
@codecov-io
Copy link

codecov-io commented Sep 27, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #72   +/-   ##
=======================================
  Coverage   90.79%   90.79%           
=======================================
  Files           1        1           
  Lines         239      239           
  Branches       63       63           
=======================================
  Hits          217      217           
  Misses         19       19           
  Partials        3        3
Impacted Files Coverage Δ
art/art.py 90.79% <ø> (ø) ⬆️

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 9c0c35f...4c4d497. Read the comment docs.

CHANGELOG.md Outdated
1. smallcaps3
2. fraktur2
3. bold fraktur
4. bold script
Copy link
Owner

Choose a reason for hiding this comment

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

bold script or bold_script ?
Please use exactly the font name in CHANGELOG.md ;-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

all-right i will

@sepandhaghighi sepandhaghighi merged commit e343be8 into sepandhaghighi:dev Sep 30, 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