Skip to content

Commit

Permalink
font : lilia font added #101
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jan 1, 2020
1 parent a274d9a commit 8713578
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 @@ -291,7 +291,8 @@
"minion",
"hippie",
"sarah",
"dwarf"]
"dwarf",
"lilia"]

RANDOM_FILTERED_FONTS = [
'5x8',
Expand Down Expand Up @@ -776,7 +777,8 @@
"fancy90": [fancy90_dic, False],
"fancy91": [fancy91_dic, False],
"fancy92": [fancy92_dic, False],
"dwarf": [dwarf_dic, False]
"dwarf": [dwarf_dic, False],
"lilia": [lilia_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 @@ -16756,4 +16756,5 @@

dwarf_dic = {'n': 'ᶰ', 'z': 'ᶻ', '\\': '\\', '.': 'ˑ', ' ': ' ', 'P': 'ᴾ', '3': '³', ':': ':', '=': '=', 't': 'ᵗ', 'X': 'ᵡ', '7': '⁷', ']': ']', '<': '<', 'l': 'ˡ', '#': '#', 'W': 'ᵂ', '5': '⁵', '`': '`','B': 'ᴮ', 'm': 'ᵐ', 'f': 'ᶠ', 'K': 'ᴷ', 'a': 'ᵃ', 'V': 'ᵛ', '1': '¹', 'c': 'ᶜ', '4': '⁴', '0': '⁰', 'S': 'ˢ', '%': '%', '?': 'ˀ', 'J': 'ᴶ', ';': ';', '}': '}', 'p': 'ᵖ', 'Z': 'ᶻ', "'": "'", '[': '[', 'b': 'ᵇ', ',': '˒', 'H': 'ᴴ', '2': '²', 'q': 'ᵠ', 'L': 'ᴸ', '^': '^', 'Y': 'ᵞ', 'e': 'ᵉ', '6': '⁶', '{': '{', '"': '"', 'i': 'ᶤ', '*': '*', 'Q': 'ᵠ', 'N': 'ᴺ', 's': 'ˢ', ')': '⁾', '@': '@', 'E': 'ᴱ', 'y': 'ʸ', 'x': 'ˣ', '_': '_', 'M': 'ᴹ', 'd': 'ᵈ', '/': '/', '!': 'ᵎ', '&': '&', '~': '~', 'u': 'ᵘ', '|': '|', 'v': 'ᵛ', '(': '⁽', 'w': 'ʷ', 'D': 'ᴰ', 'G': 'ᴳ', 'R': 'ᴿ', 'U': 'ᵁ', 'k': 'ᵏ', '+': '⁺', 'I': 'ᴵ', 'r': 'ʳ', 'C': 'ᶜ', 'T': 'ᵀ', 'o': 'ᵒ', 'O': 'ᴼ', 'F': 'ᶠ', 'A': 'ᴬ', '$': '$', '9': '⁹', '>': '>', 'j': 'ʲ', 'g': 'ᵍ', '-': '⁻', 'h': 'ʰ', '8': '⁸'}

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

0 comments on commit 8713578

Please sign in to comment.