-
Notifications
You must be signed in to change notification settings - Fork 0
/
_glyphContructions_basic+.py
135 lines (115 loc) · 2.91 KB
/
_glyphContructions_basic+.py
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
basics = """
Agrave = A+grave@top
Aacute = A+acute@top
Acircumflex = A+circumflex@top
Atilde = A+tilde@top
Adieresis = A+dieresis@top
Amacron = A+macron@top
Abreve = A+breve@top
Aring = A+ring@ring
Aringacute = A+ringacute@ring
Adotbelow = A+dotaccent@bottom
Aogonek = A+ogonek@ogonek
AEacute = AE+acute@top
Cacute = C+acute@top
Ccircumflex = C+circumflex@top
Ccaron = C+caron@top
Cdotaccent = C+dotaccent@top
Ccedilla = C+cedilla@cedilla
Dcaron = D+caron@top
dcaron = d+caronslovak@right
Egrave = E+grave@top
Eacute = E+acute@top
Ecircumflex = E+circumflex@top
Etilde = E+tilde@top
Ecaron = E+caron@top
Edieresis = E+dieresis@top
Emacron = E+macron@top
Ebreve = E+breve@top
Edotaccent = E+dotaccent@top
Eogonek = E+ogonek@ogonek
Gcircumflex = G+circumflex@top
Gcaron = G+caron@top
Gbreve = G+breve@top
Gdotaccent = G+dotaccent@top
Gcedilla = G+commaaccent@bottom
gcedilla = g+commaaccent_top@top
Hcircumflex = H+circumflex@top
Igrave = I+grave@top
igrave = dotlessi+grave@top
Iacute = I+acute@top
iacute = dotlessi+acute@top
Icircumflex = I+circumflex@top
icircumflex = dotlessi+circumflex@top
Itilde = I+tilde@top
itilde = dotlessi+tilde@top
Idieresis = I+dieresis@top
idieresis = dotlessi+dieresis@top
Idotaccent = I+dotaccent@top
Imacron = I+macron@top
imacron = dotlessi+macron@top
Ibreve = I+breve@top
ibreve = dotlessi+breve@top
Idotbelow = I+dotaccent@bottom
Iogonek = I+ogonek@ogonek
Jacute = J+acute@top
jacute = dotlessj+acute@top
Jcircumflex = J+circumflex@top
jcircumflex = dotlessj+circumflex@top
Kcedilla = K+commaaccent@bottom
Lacute = L+acute@top
Lcaron = L+caronslovak@right
Lcedilla = L+commaaccent@bottom
Ldot = L+dotaccent@middle
Nacute = N+acute@top
Ntilde = N+tilde@top
Ncaron = N+caron@top
Ncedilla = N+commaaccent@bottom
Ograve = O+grave@top
Oacute = O+acute@top
Ocircumflex = O+circumflex@top
Otilde = O+tilde@top
Odieresis = O+dieresis@top
Omacron = O+macron@top
Obreve = O+breve@top
Ohungarumlaut = O+hungarumlaut@top
Odotbelow = O+dotaccent@bottom
Oogonek = O+ogonek@ogonek
Oslashacute = Oslash+acute@top
Racute = R+acute@top
Rcaron = R+caron@top
Rcedilla = R+commaaccent@bottom
Sacute = S+acute@top
Scircumflex = S+circumflex@top
Scaron = S+caron@top
Scedilla = S+cedilla@cedilla
Scommaaccent = S+commaaccent@bottom
Tcaron = T+caron@top
tcaron = t+caronslovak@right
Tcommaaccent = T+commaaccent@bottom
Tcedilla = T+cedilla@cedilla
Ugrave = U+grave@top
Uacute = U+acute@top
Ucircumflex = U+circumflex@top
Utilde = U+tilde@top
Udieresis = U+dieresis@top
Umacron = U+macron@top
Ubreve = U+breve@top
Uring = U+ring@ring
Uhungarumlaut = U+hungarumlaut@top
Udotbelow = U+dotaccent@bottom
Uogonek = U+ogonek@ogonek
Wgrave = W+grave@top
Wacute = W+acute@top
Wcircumflex = W+circumflex@top
Wdieresis = W+dieresis@top
Ygrave = Y+grave@top
Yacute = Y+acute@top
Ycircumflex = Y+circumflex@top
Ytilde = Y+tilde@top
Ydieresis = Y+dieresis@top
Ymacron = Y+macron@top
Zacute = Z+acute@top
Zcaron = Z+caron@top
Zdotaccent = Z+dotaccent@top
"""