Skip to content

Commit

Permalink
font : fancy109 font added #132
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 1, 2020
1 parent 111a3b1 commit bec41ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
"fancy106",
"fancy107",
"fancy108",
"fancy109",
"foxy",
"white_square",
"black_square",
Expand Down Expand Up @@ -1249,7 +1250,8 @@
"hyves": [hyves_dic, False],
"awcute": [awcute_dic, False],
"slammer": [slammer_dic, False],
"foxy": [foxy_dic, False]
"foxy": [foxy_dic, False],
"fancy109": [fancy109_dic, False]
}

DECORATIONS_MAP = {"angry1" : angry1, # pragma: no cover
Expand Down
2 changes: 2 additions & 0 deletions art/text_dic3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22080,3 +22080,5 @@

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

fancy109_dic = {'*': '*', 'h': 'ʜ', '2': '2', 'C': 'ᴄ', '%': '%', '3': '3', 'E': 'ᴇ', 'g': 'ɢ', 'x': 'x', '&': '&', '-': '-', 't': 'ᴛ', 'K': 'ᴋ', 'w': 'ᴡ', '{': '{', '9': '9', ']': ']', 'n': 'ɴ', 'Y': 'ʏ', '>': '>', 'A': 'ᴀ', 'O': 'ᴏ', 'F': 'ꜰ', '_': '_', '.': '.', 'L': 'ʟ', 'J': 'ᴊ', '0': '0', 'X': 'x', 'd': 'ᴅ', 'm': 'ᴍ', 'H': 'ʜ', 'G': 'ɢ', '(': '(', 'z': 'ᴢ', '}': '}', '!': '!', 'D': 'ᴅ', 'a': 'ᴀ', '=': '=', 'v': 'ᴠ', 'T': 'ᴛ', 'R': 'ʀ', '<': '<', 'b': 'ʙ', '?': '?', '+': '+', 'j': 'ᴊ', '/': '/', '"': '"', 'N': 'ɴ', 'P': 'ᴘ', 'U': 'ᴜ', 'e': 'ᴇ', 'W': 'ᴡ', '@': '@', 'l': 'ʟ', '7': '7', '|': '|', 'B': 'ʙ', '~': '~', 'k': 'ᴋ', 'c': 'ᴄ', ',': ',', 'u': 'ᴜ', 'p': 'ᴘ', 'Q': 'Q', ';': ';', 'y': 'ʏ', '4': '4', 'f': 'ꜰ', '[': '[', 'o': 'ᴏ', 'Z': 'ᴢ', '^': '^', 'S': 'ꜱ', 'V': 'ᴠ', '5': '5', 'q': 'Q', ')': ')', '1': '1', 'i': 'ɪ', 'I': 'ɪ', 'r': 'ʀ', '`': '`', ':': ':', '6': '6', "'": "'", '\\': '\\', 'M': 'ᴍ', ' ': ' ', '8': '8', 's': 'ꜱ', '#': '#', '$': '$'}

0 comments on commit bec41ac

Please sign in to comment.