Skip to content

Commit

Permalink
font : fancy114 font added #132
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 2, 2020
1 parent 1121174 commit 5ff5d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@
"fancy111",
"fancy112",
"fancy113",
"fancy114",
"foxy",
"white_square",
"black_square",
Expand Down Expand Up @@ -1262,6 +1263,7 @@
"fancy111": [fancy111_dic, False],
"fancy112": [fancy112_dic, False],
"fancy113": [fancy113_dic, False],
"fancy114": [fancy114_dic, False],
"sheqi": [sheqi_dic, False],
"fari": [fari_dic, False]
}
Expand Down
3 changes: 3 additions & 0 deletions art/text_dic3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22853,3 +22853,6 @@
' ': ' ',
'w': 'γ€Žw』',
'v': 'γ€Žv』'}

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

0 comments on commit 5ff5d5f

Please sign in to comment.