Skip to content

Commit

Permalink
font : strikethrough font added #101
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 4, 2020
1 parent ad13762 commit a930470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@
"malayalam",
"cranky",
"lopioo",
"scammer"]
"scammer",
"strikethrough"]

RANDOM_FILTERED_FONTS = [
'5x8',
Expand Down Expand Up @@ -834,7 +835,8 @@
"fancy107": [fancy107_dic, False],
"cranky": [cranky_dic, False],
"lopioo": [lopioo_dic, False],
"scammer": [scammer_dic, False]
"scammer": [scammer_dic, False],
"strikethrough": [strikethrough_dic, False]
}

FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover
Expand Down
1 change: 1 addition & 0 deletions art/text_dic3.py
Original file line number Diff line number Diff line change
Expand Up @@ -20140,3 +20140,4 @@

scammer_dic ={')': ')', 'c': 'c', 's': 's', 'A': 'Å', '.': '.', 'Z': 'Z', 'j': 'j', '_': '_', 'w': 'w', 'z': 'z', '?': '?', 'y': 'y', '%': '%', '4': '4', 'N': 'N', 'x': 'x', 'O': 'O', 'n': 'n', '+': '+', 'h': 'h', 'K': 'K', 'T': 'Ť', 'Q': 'Q', 'C': 'C', 'g': 'g', 'd': 'd', 'b': 'b', 'Y': 'Y', 'M': 'M', '\\': '\\', "'": "'", '=': '=', 'p': 'p', 'k': 'k', 'i': 'í', 'v': 'v', '`': '`', 'H': 'H', 'V': 'V', ',': ',', 'X': 'X', ']': ']', 'W': 'W', 't': 't', 'U': 'U', '^': '^', '<': '<', 'f': 'f', '{': '{', 'F': 'F', '-': '-', '}': '}', '8': '8', '1': '1', 'J': 'J', 'e': 'ě', 'P': 'P', '[': '[', '3': '3', '&': '&', 'S': 'S', '>': '>', 'a': 'å', '$': '$', 'E': 'E', '7': '7', ' ': ' ', ';': ';', '6': '6', 'q': 'q', 'L': 'L', '(': '(', '"': '"', 'I': 'Í', 'B': 'B', '9': '9', '*': '*', 'r': 'r', 'G': 'Ğ', '~': '~', '#': '#', 'l': 'l', '@': '@', '!': '!', '0': '0', 'u': 'ü', 'o': 'ø', '2': '2', '5': '5', 'R': 'R', ':': ':', 'D': 'Ď', 'm': 'm', '|': '|', '/': '/'}

strikethrough_dic = {'e': 'ɇ', '|': '|', '.': '.', '^': '^', 'A': 'Ⱥ', 'D': 'Đ', '`': '`', 'p': 'ᵽ', 'E': 'Ɇ', '@': '@', "'": "'", '$': '$', 'L': 'Ł', ':': ':', '4': '4', 'U': 'ᵾ', '>': '>', 'u': 'ᵾ', 'R': 'Ɍ', '_': '_', ',': ',', 'H': 'Ħ', '?': '?', 'l': 'ł', 'S': 'S', 'n': 'n', 'q': '𝚚', 'y': 'ɏ', ';': ';', '+': '+', '9': '9', '5': '5', '7': '7', ')': ')', 'Y': 'Ɏ', 'm': 'm', 'M': 'M', '0': '0', '/': '/', 'P': 'Ᵽ', 'T': 'Ŧ', 'G': 'Ǥ', 'X': 'X', 'C': 'Ȼ', '~': '~', '#': '#', 'F': 'F', '\\': '\\', 'b': 'ƀ', '%': '%', 'K': 'Ꞣ', ']': ']', 'f': 'f', '6': '6', 'W': 'W', 'v': 'v', '[': '[', 't': 'ŧ', '=': '=', '!': '!', '{': '{', '&': '&', 'g': 'ǥ', 'Q': 'ⵕ', ' ': ' ', 'V': 'V', '<': '<', '*': '*', 'N': 'N', 'a': 'Ⱥ', 'h': 'ħ', 'c': 'ȼ', 'O': 'Ø', '1': '1', 'k': 'ꝁ', 'B': 'Ƀ', '2': 'ƻ', 'i': 'ɨ', '"': '"', 'x': 'x', '-': '-', 'j': 'ɉ', 'd': 'đ', 's': 's', '8': '8', 'J': 'Ɉ', 'z': 'ƶ', '}': '}', 'o': 'ø', 'w': 'w', 'r': 'ɍ', '3': '3', 'I': 'Ɨ', '(': '(', 'Z': 'Ƶ'}

0 comments on commit a930470

Please sign in to comment.