1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-28 04:57:44 +00:00

Add new glyphs and sort glyph map

This commit is contained in:
Peter Evans 2018-01-24 13:05:16 -06:00
parent cfee8baf25
commit 70cfa527b4

View File

@ -4,40 +4,6 @@ import os
from PIL import Image
glyphmap = {
"ampersand": "&",
"apostrophe": "'",
"asterisk": "*",
"at": "@",
"backslash": "\\",
"bar": "|",
"blank": " ",
"caret": "^",
"colon": ":",
"comma": ",",
"dollar": "$",
"emark": "!",
"equal": "=",
"grave": "`",
"hyphen": "-",
"langle": "<",
"lbrace": "{",
"lbracket": "[",
"lparen": "(",
"percent": "%",
"perfcurs": 10,
"period": ".",
"plus": "+",
"pound": "#",
"qmark": "?",
"quote": '"',
"rangle": ">",
"rbrace": "}",
"rbracket": "]",
"rparen": ")",
"semicolon": ";",
"slash": "/",
"tilde": "~",
"underscore": "_",
"0": "0",
"1": "1",
"2": "2",
@ -49,56 +15,122 @@ glyphmap = {
"8": "8",
"9": "9",
"al": "a",
"bl": "b",
"cl": "c",
"dl": "d",
"el": "e",
"fl": "f",
"gl": "g",
"hl": "h",
"il": "i",
"jl": "j",
"kl": "k",
"ll": "l",
"ml": "m",
"nl": "n",
"ol": "o",
"pl": "p",
"ql": "q",
"rl": "r",
"sl": "s",
"tl": "t",
"ul": "u",
"vl": "v",
"wl": "w",
"xl": "x",
"yl": "y",
"zl": "z",
"ampersand": "&",
"apostrophe": "'",
"apple": 1,
"arrow-down": 3,
"arrow-down-lines": 2,
"arrow-left": 5,
"arrow-left-lines": 4,
"arrow-return": 6,
"arrow-right": 8,
"arrow-right-lines": 7,
"arrow-up": 11,
"arrow-up-lines": 9,
"asterisk": "*",
"at": "@",
"au": "A",
"backslash": "\\",
"bar": "|",
"bl": "b",
"blank": " ",
"bu": "B",
"caret": "^",
"check": 13,
"check-inverse": 12,
"checkerboard1": 14,
"checkerboard2": 15,
"cl": "c",
"colon": ":",
"comma": ",",
"crosshairs": 16,
"cu": "C",
"diamond": 17,
"dl": "d",
"dollar": "$",
"du": "D",
"el": "e",
"ellipsis": 18,
"emark": "!",
"equal": "=",
"eu": "E",
"file-left": 19,
"file-right": 20,
"finger": 21,
"fl": "f",
"fu": "F",
"gl": "g",
"grave": "`",
"gu": "G",
"hl": "h",
"hourglass": 22,
"hu": "H",
"hyphen": "-",
"il": "i",
"iu": "I",
"jl": "j",
"ju": "J",
"kl": "k",
"ku": "K",
"langle": "<",
"lbrace": "{",
"lbracket": "[",
"line-box": 23,
"line-left": 25,
"line-left-bottom": 24,
"line-middle": 26,
"line-right": 28,
"line-right-inverse": 27,
"line-top": 30,
"line-top-bottom": 29,
"ll": "l",
"lparen": "(",
"lu": "L",
"mailbox": 31,
"ml": "m",
"mu": "M",
"nl": "n",
"nu": "N",
"ol": "o",
"open-apple": 32,
"ou": "O",
"percent": "%",
"perfcurs": 10,
"period": ".",
"pl": "p",
"plus": "+",
"pointer": 127,
"pound": "#",
"pu": "P",
"ql": "q",
"qmark": "?",
"qu": "Q",
"quote": '"',
"rangle": ">",
"rbrace": "}",
"rbracket": "]",
"rl": "r",
"rparen": ")",
"ru": "R",
"semicolon": ";",
"sl": "s",
"slash": "/",
"su": "S",
"tilde": "~",
"tl": "t",
"tu": "T",
"ul": "u",
"underscore": "_",
"uu": "U",
"vl": "v",
"vu": "V",
"wl": "w",
"wu": "W",
"xl": "x",
"xu": "X",
"yl": "y",
"yu": "Y",
"zl": "z",
"zu": "Z",
}