-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathethnocentric_places.h
More file actions
117 lines (108 loc) · 3.56 KB
/
ethnocentric_places.h
File metadata and controls
117 lines (108 loc) · 3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
//Generated automatically
#include <map>
struct _glyphDsc{
int x,y,width,height;
_glyphDsc(int _x,int _y,int _w,int _h) : x(_x),y(_y),width(_w),height(_h){}
_glyphDsc(){}
};
std::map<wchar_t,_glyphDsc> glyph_Ethnocentric_Rg_initializer()
{
std::map<wchar_t,_glyphDsc> rt;
rt[L' ']=_glyphDsc(8,8,11,43);
rt[L'!']=_glyphDsc(27,8,10,43);
rt[L'"']=_glyphDsc(45,8,16,43);
rt[L'#']=_glyphDsc(69,8,22,43);
rt[L'$']=_glyphDsc(99,8,22,43);
rt[L'%']=_glyphDsc(129,8,32,43);
rt[L'&']=_glyphDsc(169,8,29,43);
rt[L'\'']=_glyphDsc(206,8,9,43);
rt[L'(']=_glyphDsc(223,8,10,43);
rt[L')']=_glyphDsc(241,8,10,43);
rt[L'*']=_glyphDsc(259,8,15,43);
rt[L'+']=_glyphDsc(282,8,20,43);
rt[L',']=_glyphDsc(310,8,10,43);
rt[L'-']=_glyphDsc(328,8,17,43);
rt[L'.']=_glyphDsc(353,8,10,43);
rt[L'/']=_glyphDsc(371,8,17,43);
rt[L'0']=_glyphDsc(8,59,30,43);
rt[L'1']=_glyphDsc(46,59,15,43);
rt[L'2']=_glyphDsc(69,59,30,43);
rt[L'3']=_glyphDsc(107,59,30,43);
rt[L'4']=_glyphDsc(145,59,32,43);
rt[L'5']=_glyphDsc(185,59,29,43);
rt[L'6']=_glyphDsc(222,59,31,43);
rt[L'7']=_glyphDsc(261,59,29,43);
rt[L'8']=_glyphDsc(298,59,31,43);
rt[L'9']=_glyphDsc(337,59,31,43);
rt[L':']=_glyphDsc(376,59,10,43);
rt[L';']=_glyphDsc(394,59,10,43);
rt[L'<']=_glyphDsc(412,59,20,43);
rt[L'=']=_glyphDsc(440,59,20,43);
rt[L'>']=_glyphDsc(468,59,20,43);
rt[L'?']=_glyphDsc(496,59,25,43);
rt[L'@']=_glyphDsc(8,110,29,43);
rt[L'A']=_glyphDsc(45,110,38,43);
rt[L'B']=_glyphDsc(91,110,30,43);
rt[L'C']=_glyphDsc(129,110,31,43);
rt[L'D']=_glyphDsc(168,110,30,43);
rt[L'E']=_glyphDsc(206,110,27,43);
rt[L'F']=_glyphDsc(241,110,26,43);
rt[L'G']=_glyphDsc(275,110,31,43);
rt[L'H']=_glyphDsc(314,110,28,43);
rt[L'I']=_glyphDsc(350,110,9,43);
rt[L'J']=_glyphDsc(367,110,24,43);
rt[L'K']=_glyphDsc(399,110,29,43);
rt[L'L']=_glyphDsc(436,110,26,43);
rt[L'M']=_glyphDsc(470,110,42,43);
rt[L'N']=_glyphDsc(520,110,28,43);
rt[L'O']=_glyphDsc(556,110,34,43);
rt[L'P']=_glyphDsc(8,161,31,43);
rt[L'Q']=_glyphDsc(47,161,34,43);
rt[L'R']=_glyphDsc(89,161,33,43);
rt[L'S']=_glyphDsc(130,161,31,43);
rt[L'T']=_glyphDsc(169,161,31,43);
rt[L'U']=_glyphDsc(208,161,31,43);
rt[L'V']=_glyphDsc(247,161,38,43);
rt[L'W']=_glyphDsc(293,161,42,43);
rt[L'X']=_glyphDsc(343,161,35,43);
rt[L'Y']=_glyphDsc(386,161,35,43);
rt[L'Z']=_glyphDsc(429,161,31,43);
rt[L'[']=_glyphDsc(468,161,9,43);
rt[L'\\']=_glyphDsc(485,161,17,43);
rt[L']']=_glyphDsc(510,161,9,43);
rt[L'^']=_glyphDsc(527,161,18,43);
rt[L'_']=_glyphDsc(553,161,24,43);
rt[L'`']=_glyphDsc(8,212,13,43);
rt[L'a']=_glyphDsc(29,212,38,43);
rt[L'b']=_glyphDsc(75,212,30,43);
rt[L'c']=_glyphDsc(113,212,31,43);
rt[L'd']=_glyphDsc(152,212,30,43);
rt[L'e']=_glyphDsc(190,212,27,43);
rt[L'f']=_glyphDsc(225,212,26,43);
rt[L'g']=_glyphDsc(259,212,31,43);
rt[L'h']=_glyphDsc(298,212,28,43);
rt[L'i']=_glyphDsc(334,212,9,43);
rt[L'j']=_glyphDsc(351,212,24,43);
rt[L'k']=_glyphDsc(383,212,29,43);
rt[L'l']=_glyphDsc(420,212,26,43);
rt[L'm']=_glyphDsc(454,212,42,43);
rt[L'n']=_glyphDsc(504,212,28,43);
rt[L'o']=_glyphDsc(540,212,34,43);
rt[L'p']=_glyphDsc(8,263,31,43);
rt[L'q']=_glyphDsc(47,263,34,43);
rt[L'r']=_glyphDsc(89,263,33,43);
rt[L's']=_glyphDsc(130,263,31,43);
rt[L't']=_glyphDsc(169,263,31,43);
rt[L'u']=_glyphDsc(208,263,31,43);
rt[L'v']=_glyphDsc(247,263,38,43);
rt[L'w']=_glyphDsc(293,263,42,43);
rt[L'x']=_glyphDsc(343,263,35,43);
rt[L'y']=_glyphDsc(386,263,35,43);
rt[L'z']=_glyphDsc(429,263,31,43);
rt[L'{']=_glyphDsc(468,263,10,43);
rt[L'|']=_glyphDsc(486,263,6,43);
rt[L'}']=_glyphDsc(500,263,11,43);
rt[L'~']=_glyphDsc(519,263,18,43);
return rt;
}
std::map<wchar_t,_glyphDsc> Ethnocentric_Rg_glyphs = glyph_Ethnocentric_Rg_initializer();