Skip to content

Commit

Permalink
font : fancy110 font added #132
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 1, 2020
1 parent bec41ac commit d17d17f
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -656,6 +656,7 @@
"fancy107",
"fancy108",
"fancy109",
"fancy110",
"foxy",
"white_square",
"black_square",
Expand Down Expand Up @@ -1251,7 +1252,8 @@
"awcute": [awcute_dic, False],
"slammer": [slammer_dic, False],
"foxy": [foxy_dic, False],
"fancy109": [fancy109_dic, False]
"fancy109": [fancy109_dic, False],
"fancy110": [fancy110_dic, False]
}

DECORATIONS_MAP = {"angry1" : angry1, # 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 @@ -22082,3 +22082,4 @@

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': 'ꜱ', '#': '#', '$': '$'}

fancy110_dic = {'w': 'w', '"': '"', 'U': 'α΅€', 'p': 'β‚š', ' ': ' ', 'i': 'α΅’', 'L': 'β‚—', 'g': 'g', '6': '₆', '3': '₃', 'I': 'α΅’', 'E': 'β‚‘', '+': 'β‚Š', '%': '%', 'Q': 'Q', 'v': 'α΅₯', '#': '#', '@': '@', 'P': 'β‚š', '*': '*', '.': '.', 'd': 'd', '\\': '\\', ')': 'β‚Ž', '>': '>', 'q': 'q', 'h': 'β‚•', 's': 'β‚›', 'n': 'β‚™', 'D': 'D', '{': '{', '8': 'β‚ˆ', '[': '[', 'l': 'β‚—', 'V': 'α΅₯', 'B': 'B', '4': 'β‚„', '=': 'β‚Œ', 'M': 'β‚˜', 'y': 'y', '1': '₁', '0': 'β‚€', '^': '^', 'j': 'β±Ό', '&': '&', "'": "'", 'X': 'β‚“', '(': '₍', 'm': 'β‚˜', 'H': 'β‚•', '}': '}', 'Y': 'Y', 'O': 'β‚’', 'o': 'β‚’', '~': '~', 'T': 'β‚œ', 'u': 'α΅€', 'S': 'β‚›', '2': 'β‚‚', 'a': 'ₐ', 'k': 'β‚–', '7': '₇', 'Z': 'Z', '|': '|', '_': '_', '/': '/', ']': ']', '$': '$', 'G': 'G', 'c': 'c', 'R': 'α΅£', '!': '!', '`': '`', 'A': 'ₐ', ':': ':', '9': '₉', 'W': 'W', 't': 'β‚œ', ',': ',', 'K': 'β‚–', 'b': 'b', '-': 'β‚‹', 'N': 'β‚™', 'f': 'f', 'J': 'β±Ό', 'C': 'C', '<': '<', 'F': 'F', 'x': 'β‚“', 'e': 'β‚‘', 'z': 'z', '?': '?', '5': 'β‚…', ';': ';', 'r': 'α΅£'}

0 comments on commit d17d17f

Please sign in to comment.