summaryrefslogtreecommitdiff
path: root/fonts/fpl/source/pplrc9d-kern.afm
blob: 8167d9454cebb50e137dddb11b0575bc1a046496 (plain)
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
StartFontMetrics 2.0
Comment Generated by pfaedit
Comment Creation Date: Wed Jul 21 17:18:31 2004
FontName URWPalladioL-SC
FullName URW Palladio L Small Caps & Old Style Figures
FamilyName URW Palladio L
Weight Roman
Notice (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner)
ItalicAngle 0
IsFixedPitch false
UnderlinePosition -100
UnderlineThickness 50
Version 1.000
EncodingScheme CorkEncoding
FontBBox -166 -274 1021 943
CapHeight 692
XHeight 491
Ascender 487
Descender -3
StartCharMetrics 315
C 0 ; WX 333 ; N grave ; B 31 531 255 702 ;
C 1 ; WX 333 ; N acute ; B 78 531 302 702 ;
C 2 ; WX 333 ; N circumflex ; B 11 531 323 698 ;
C 3 ; WX 333 ; N tilde ; B 2 560 332 665 ;
C 4 ; WX 333 ; N dieresis ; B 17 562 316 662 ;
C 5 ; WX 380 ; N hungarumlaut ; B 3 531 377 712 ;
C 6 ; WX 333 ; N ring ; B 67 521 267 721 ;
C 7 ; WX 333 ; N caron ; B 11 531 323 698 ;
C 8 ; WX 333 ; N breve ; B 26 531 308 689 ;
C 9 ; WX 333 ; N macron ; B 11 563 323 616 ;
C 10 ; WX 250 ; N dotaccent ; B 75 562 175 662 ;
C 11 ; WX 333 ; N cedilla ; B 96 -225 304 -10 ;
C 12 ; WX 313 ; N ogonek ; B 68 -145 245 0 ;
C 13 ; WX 278 ; N quotesinglbase ; B 22 -153 210 110 ;
C 14 ; WX 331 ; N guilsinglleft ; B 66 71 265 428 ;
C 15 ; WX 331 ; N guilsinglright ; B 66 71 265 428 ;
C 16 ; WX 500 ; N quotedblleft ; B 51 446 449 709 ;
C 17 ; WX 500 ; N quotedblright ; B 51 446 449 709 ;
C 18 ; WX 500 ; N quotedblbase ; B 51 -153 449 110 ;
C 19 ; WX 500 ; N guillemotleft ; B 50 71 450 428 ;
C 20 ; WX 500 ; N guillemotright ; B 50 71 450 428 ;
C 21 ; WX 500 ; N endash ; B 0 219 500 277 ;
C 22 ; WX 1000 ; N emdash ; B 125 219 875 277 ;
C 25 ; WX 333 ; N dotlessi ; B 22 -3 308 487 ;
C 28 ; WX 777 ; N fi ; B 22 -3 752 487 ;
C 29 ; WX 944 ; N fl ; B 22 -3 911 487 ;
C 33 ; WX 278 ; N exclam ; B 81 -5 197 694 ;
C 34 ; WX 371 ; N quotedbl ; B 52 469 319 709 ;
C 35 ; WX 500 ; N numbersign ; B 4 0 495 684 ;
C 36 ; WX 500 ; N dollar ; B 30 -116 471 731 ;
C 37 ; WX 840 ; N percent ; B 39 -20 802 709 ;
C 38 ; WX 778 ; N ampersand ; B 43 -20 753 689 ;
C 39 ; WX 278 ; N quoteright ; B 45 446 233 709 ;
C 40 ; WX 333 ; N parenleft ; B 60 -215 301 726 ;
C 41 ; WX 333 ; N parenright ; B 32 -215 273 726 ;
C 42 ; WX 389 ; N asterisk ; B 32 342 359 689 ;
C 43 ; WX 606 ; N plus ; B 51 7 555 512 ;
C 44 ; WX 250 ; N comma ; B 16 -155 218 123 ;
C 45 ; WX 333 ; N hyphen ; B 17 215 312 287 ;
C 46 ; WX 250 ; N period ; B 67 -5 183 111 ;
C 47 ; WX 606 ; N slash ; B 87 -119 519 726 ;
C 48 ; WX 500 ; N zero ; B 23 -19 477 477 ;
C 49 ; WX 500 ; N one ; B 72 -3 429 485 ;
C 50 ; WX 500 ; N two ; B 33 -5 468 479 ;
C 51 ; WX 500 ; N three ; B 15 -234 438 478 ;
C 52 ; WX 500 ; N four ; B 2 -236 472 474 ;
C 53 ; WX 500 ; N five ; B 15 -234 442 474 ;
C 54 ; WX 500 ; N six ; B 32 -20 468 689 ;
C 55 ; WX 500 ; N seven ; B 44 -223 497 469 ;
C 56 ; WX 500 ; N eight ; B 30 -20 464 689 ;
C 57 ; WX 500 ; N nine ; B 20 -225 457 484 ;
C 58 ; WX 250 ; N colon ; B 66 -5 182 456 ;
C 59 ; WX 250 ; N semicolon ; B 16 -153 218 456 ;
C 60 ; WX 606 ; N less ; B 57 -2 558 524 ;
C 61 ; WX 606 ; N equal ; B 51 136 555 386 ;
C 62 ; WX 606 ; N greater ; B 48 -2 549 524 ;
C 63 ; WX 444 ; N question ; B 43 -5 395 694 ;
C 64 ; WX 747 ; N at ; B 24 -20 724 694 ;
C 65 ; WX 778 ; N A ; B 15 -3 756 700 ;
C 66 ; WX 611 ; N B ; B 26 -3 576 692 ;
C 67 ; WX 709 ; N C ; B 22 -20 670 709 ;
C 68 ; WX 774 ; N D ; B 22 -3 751 692 ;
C 69 ; WX 611 ; N E ; B 22 -3 572 692 ;
C 70 ; WX 556 ; N F ; B 22 -3 536 692 ;
C 71 ; WX 763 ; N G ; B 22 -20 728 709 ;
C 72 ; WX 832 ; N H ; B 22 -3 810 692 ;
C 73 ; WX 337 ; N I ; B 22 -3 315 692 ;
C 74 ; WX 333 ; N J ; B -15 -196 311 692 ;
C 75 ; WX 726 ; N K ; B 22 -3 719 692 ;
C 76 ; WX 611 ; N L ; B 22 -3 586 692 ;
C 77 ; WX 946 ; N M ; B 16 -13 926 692 ;
C 78 ; WX 831 ; N N ; B 17 -20 813 692 ;
C 79 ; WX 786 ; N O ; B 22 -20 764 709 ;
C 80 ; WX 604 ; N P ; B 22 -3 580 692 ;
C 81 ; WX 786 ; N Q ; B 22 -176 764 709 ;
C 82 ; WX 668 ; N R ; B 22 -3 669 692 ;
C 83 ; WX 525 ; N S ; B 24 -20 503 709 ;
C 84 ; WX 613 ; N T ; B 18 -3 595 692 ; L M trademark ;
C 85 ; WX 778 ; N U ; B 12 -20 759 692 ;
C 86 ; WX 722 ; N V ; B 8 -9 706 692 ;
C 87 ; WX 1000 ; N W ; B 8 -9 984 700 ;
C 88 ; WX 667 ; N X ; B 14 -3 648 700 ;
C 89 ; WX 667 ; N Y ; B 9 -3 654 706 ;
C 90 ; WX 667 ; N Z ; B 15 -3 638 692 ;
C 91 ; WX 333 ; N bracketleft ; B 79 -184 288 726 ;
C 92 ; WX 606 ; N backslash ; B 81 0 512 726 ;
C 93 ; WX 333 ; N bracketright ; B 45 -184 254 726 ;
C 94 ; WX 606 ; N asciicircum ; B 51 283 554 689 ;
C 95 ; WX 500 ; N underscore ; B 0 -160 500 -102 ;
C 96 ; WX 278 ; N quoteleft ; B 45 446 233 709 ;
C 97 ; WX 611 ; N a ; B 17 -3 592 498 ;
C 98 ; WX 500 ; N b ; B 28 -3 466 487 ;
C 99 ; WX 556 ; N c ; B 45 -14 524 496 ;
C 100 ; WX 611 ; N d ; B 35 -3 563 487 ;
C 101 ; WX 500 ; N e ; B 22 -3 458 487 ;
C 102 ; WX 444 ; N f ; B 22 -3 420 487 ; L l fl ; L i fi ;
C 103 ; WX 556 ; N g ; B 29 -14 526 496 ;
C 104 ; WX 667 ; N h ; B 22 -3 652 487 ;
C 105 ; WX 333 ; N i ; B 22 -3 308 487 ;
C 106 ; WX 333 ; N j ; B 14 -142 300 487 ;
C 107 ; WX 556 ; N k ; B 28 -3 549 487 ;
C 108 ; WX 500 ; N l ; B 22 -3 467 487 ;
C 109 ; WX 778 ; N m ; B 29 -11 751 487 ;
C 110 ; WX 667 ; N n ; B 17 -20 647 487 ;
C 111 ; WX 611 ; N o ; B 40 -14 570 498 ;
C 112 ; WX 500 ; N p ; B 22 -3 468 491 ;
C 113 ; WX 611 ; N q ; B 40 -135 570 498 ;
C 114 ; WX 556 ; N r ; B 22 -3 552 487 ;
C 115 ; WX 444 ; N s ; B 45 -14 399 498 ;
C 116 ; WX 500 ; N t ; B 18 -3 475 487 ;
C 117 ; WX 611 ; N u ; B 20 -14 590 487 ;
C 118 ; WX 556 ; N v ; B 12 -8 541 487 ;
C 119 ; WX 778 ; N w ; B 12 -8 762 487 ;
C 120 ; WX 500 ; N x ; B 14 -3 484 491 ;
C 121 ; WX 500 ; N y ; B 16 -3 481 492 ;
C 122 ; WX 500 ; N z ; B 15 -3 477 487 ;
C 123 ; WX 333 ; N braceleft ; B 58 -175 289 726 ;
C 124 ; WX 606 ; N bar ; B 275 0 331 726 ;
C 125 ; WX 333 ; N braceright ; B 44 -175 275 726 ;
C 126 ; WX 606 ; N asciitilde ; B 51 182 555 341 ;
C 128 ; WX 778 ; N Abreve ; B 15 -3 756 895 ;
C 129 ; WX 778 ; N Aogonek ; B 15 -145 778 700 ;
C 130 ; WX 709 ; N Cacute ; B 22 -20 670 908 ;
C 131 ; WX 709 ; N Ccaron ; B 22 -20 670 908 ;
C 132 ; WX 774 ; N Dcaron ; B 22 -3 751 908 ;
C 133 ; WX 611 ; N Ecaron ; B 22 -3 572 908 ;
C 134 ; WX 611 ; N Eogonek ; B 22 -145 611 692 ;
C 135 ; WX 763 ; N Gbreve ; B 22 -20 728 895 ;
C 136 ; WX 611 ; N Lacute ; B 22 -3 586 908 ;
C 137 ; WX 611 ; N Lcaron ; B 22 -3 586 696 ;
C 138 ; WX 611 ; N Lslash ; B 6 -3 586 692 ;
C 139 ; WX 831 ; N Nacute ; B 17 -20 813 908 ;
C 140 ; WX 831 ; N Ncaron ; B 17 -20 813 908 ;
C 142 ; WX 786 ; N Ohungarumlaut ; B 22 -20 764 918 ;
C 143 ; WX 668 ; N Racute ; B 22 -3 669 908 ;
C 144 ; WX 668 ; N Rcaron ; B 22 -3 669 908 ;
C 145 ; WX 525 ; N Sacute ; B 24 -20 503 908 ;
C 146 ; WX 525 ; N Scaron ; B 24 -20 503 908 ;
C 147 ; WX 525 ; N Scedilla ; B 24 -225 503 709 ;
C 148 ; WX 613 ; N Tcaron ; B 18 -3 595 908 ;
C 149 ; WX 613 ; N Tcommaaccent ; B 18 -274 595 692 ;
C 150 ; WX 778 ; N Uhungarumlaut ; B 12 -20 759 918 ;
C 151 ; WX 778 ; N Uring ; B 12 -20 759 943 ;
C 152 ; WX 667 ; N Ydieresis ; B 9 -3 654 868 ;
C 153 ; WX 667 ; N Zacute ; B 15 -3 638 908 ;
C 154 ; WX 667 ; N Zcaron ; B 15 -3 638 908 ;
C 155 ; WX 667 ; N Zdotaccent ; B 15 -3 638 868 ;
C 157 ; WX 337 ; N Idotaccent ; B 22 -3 315 868 ;
C 158 ; WX 611 ; N dcroat ; B 35 -3 563 487 ;
C 159 ; WX 500 ; N section ; B 26 -219 465 709 ;
C 160 ; WX 611 ; N abreve ; B 17 -3 592 716 ;
C 161 ; WX 611 ; N aogonek ; B 17 -145 612 498 ;
C 162 ; WX 556 ; N cacute ; B 45 -14 524 729 ;
C 163 ; WX 556 ; N ccaron ; B 45 -14 524 725 ;
C 164 ; WX 611 ; N dcaron ; B 35 -3 563 725 ;
C 165 ; WX 500 ; N ecaron ; B 22 -3 458 725 ;
C 166 ; WX 500 ; N eogonek ; B 22 -143 501 487 ;
C 167 ; WX 556 ; N gbreve ; B 29 -14 526 716 ;
C 168 ; WX 500 ; N lacute ; B 22 -3 467 729 ;
C 169 ; WX 500 ; N lcaron ; B 3 -3 467 725 ;
C 170 ; WX 500 ; N lslash ; B 22 -3 467 487 ;
C 171 ; WX 667 ; N nacute ; B 17 -20 647 729 ;
C 172 ; WX 667 ; N ncaron ; B 17 -20 647 725 ;
C 174 ; WX 611 ; N ohungarumlaut ; B 40 -14 570 739 ;
C 175 ; WX 556 ; N racute ; B 22 -3 552 729 ;
C 176 ; WX 556 ; N rcaron ; B 22 -3 552 725 ;
C 177 ; WX 444 ; N sacute ; B 45 -14 399 729 ;
C 178 ; WX 444 ; N scaron ; B 45 -14 399 725 ;
C 179 ; WX 444 ; N scedilla ; B 45 -222 399 498 ;
C 181 ; WX 500 ; N tcommaaccent ; B 18 -274 475 487 ;
C 182 ; WX 611 ; N uhungarumlaut ; B 20 -14 590 739 ;
C 183 ; WX 611 ; N uring ; B 20 -14 590 758 ;
C 184 ; WX 500 ; N ydieresis ; B 16 -3 481 658 ;
C 185 ; WX 500 ; N zacute ; B 15 -3 477 729 ;
C 186 ; WX 500 ; N zcaron ; B 15 -3 477 725 ;
C 187 ; WX 500 ; N zdotaccent ; B 15 -3 477 658 ;
C 189 ; WX 278 ; N exclamdown ; B 81 -225 197 469 ;
C 190 ; WX 444 ; N questiondown ; B 43 -231 395 469 ;
C 191 ; WX 500 ; N sterling ; B 12 -13 478 694 ;
C 192 ; WX 778 ; N Agrave ; B 15 -3 756 908 ;
C 193 ; WX 778 ; N Aacute ; B 15 -3 756 908 ;
C 194 ; WX 778 ; N Acircumflex ; B 15 -3 756 908 ;
C 195 ; WX 778 ; N Atilde ; B 15 -3 756 871 ;
C 196 ; WX 778 ; N Adieresis ; B 15 -3 756 868 ;
C 197 ; WX 778 ; N Aring ; B 15 -3 756 943 ;
C 198 ; WX 944 ; N AE ; B -10 -3 908 692 ;
C 199 ; WX 709 ; N Ccedilla ; B 22 -225 670 709 ;
C 200 ; WX 611 ; N Egrave ; B 22 -3 572 908 ;
C 201 ; WX 611 ; N Eacute ; B 22 -3 572 908 ;
C 202 ; WX 611 ; N Ecircumflex ; B 22 -3 572 908 ;
C 203 ; WX 611 ; N Edieresis ; B 22 -3 572 868 ;
C 204 ; WX 337 ; N Igrave ; B 22 -3 315 908 ;
C 205 ; WX 337 ; N Iacute ; B 22 -3 315 908 ;
C 206 ; WX 337 ; N Icircumflex ; B 13 -3 325 908 ;
C 207 ; WX 337 ; N Idieresis ; B 19 -3 318 868 ;
C 208 ; WX 774 ; N Eth ; B 14 -3 751 692 ;
C 209 ; WX 831 ; N Ntilde ; B 17 -20 813 871 ;
C 210 ; WX 786 ; N Ograve ; B 22 -20 764 908 ;
C 211 ; WX 786 ; N Oacute ; B 22 -20 764 908 ;
C 212 ; WX 786 ; N Ocircumflex ; B 22 -20 764 908 ;
C 213 ; WX 786 ; N Otilde ; B 22 -20 764 871 ;
C 214 ; WX 786 ; N Odieresis ; B 22 -20 764 868 ;
C 215 ; WX 998 ; N OE ; B 22 -20 962 709 ;
C 216 ; WX 833 ; N Oslash ; B 30 -20 797 709 ;
C 217 ; WX 778 ; N Ugrave ; B 12 -20 759 908 ;
C 218 ; WX 778 ; N Uacute ; B 12 -20 759 908 ;
C 219 ; WX 778 ; N Ucircumflex ; B 12 -20 759 908 ;
C 220 ; WX 778 ; N Udieresis ; B 12 -20 759 868 ;
C 221 ; WX 667 ; N Yacute ; B 9 -3 654 908 ;
C 222 ; WX 604 ; N Thorn ; B 32 -3 574 692 ;
C 224 ; WX 611 ; N agrave ; B 17 -3 592 729 ;
C 225 ; WX 611 ; N aacute ; B 17 -3 592 729 ;
C 226 ; WX 611 ; N acircumflex ; B 17 -3 592 725 ;
C 227 ; WX 611 ; N atilde ; B 17 -3 592 663 ;
C 228 ; WX 611 ; N adieresis ; B 17 -3 592 658 ;
C 229 ; WX 611 ; N aring ; B 17 -3 592 758 ;
C 230 ; WX 778 ; N ae ; B 9 -3 739 487 ;
C 231 ; WX 556 ; N ccedilla ; B 45 -222 524 496 ;
C 232 ; WX 500 ; N egrave ; B 22 -3 458 729 ;
C 233 ; WX 500 ; N eacute ; B 22 -3 458 729 ;
C 234 ; WX 500 ; N ecircumflex ; B 22 -3 458 725 ;
C 235 ; WX 500 ; N edieresis ; B 22 -3 458 658 ;
C 236 ; WX 333 ; N igrave ; B 22 -3 308 729 ;
C 237 ; WX 333 ; N iacute ; B 22 -3 308 729 ;
C 238 ; WX 333 ; N icircumflex ; B 9 -3 321 725 ;
C 239 ; WX 333 ; N idieresis ; B 15 -3 315 658 ;
C 240 ; WX 611 ; N eth ; B 35 -3 563 487 ;
C 241 ; WX 667 ; N ntilde ; B 17 -20 647 663 ;
C 242 ; WX 611 ; N ograve ; B 40 -14 570 729 ;
C 243 ; WX 611 ; N oacute ; B 40 -14 570 729 ;
C 244 ; WX 611 ; N ocircumflex ; B 40 -14 570 725 ;
C 245 ; WX 611 ; N otilde ; B 40 -14 570 663 ;
C 246 ; WX 611 ; N odieresis ; B 40 -14 570 658 ;
C 247 ; WX 833 ; N oe ; B 40 -14 794 498 ;
C 248 ; WX 611 ; N oslash ; B 26 -16 570 498 ;
C 249 ; WX 611 ; N ugrave ; B 20 -14 590 729 ;
C 250 ; WX 611 ; N uacute ; B 20 -14 590 729 ;
C 251 ; WX 611 ; N ucircumflex ; B 20 -14 590 725 ;
C 252 ; WX 611 ; N udieresis ; B 20 -14 590 658 ;
C 253 ; WX 500 ; N yacute ; B 16 -3 481 729 ;
C 254 ; WX 500 ; N thorn ; B 22 -3 468 487 ;
C 255 ; WX 888 ; N germandbls ; B 45 -14 843 498 ;
C -1 ; WX 250 ; N space ; B 0 0 0 0 ;
C -1 ; WX 500 ; N cent ; B 61 -101 448 562 ;
C -1 ; WX 167 ; N fraction ; B -166 0 337 689 ;
C -1 ; WX 500 ; N yen ; B 5 -3 496 701 ;
C -1 ; WX 500 ; N florin ; B 0 -262 473 706 ;
C -1 ; WX 500 ; N currency ; B 30 96 470 531 ;
C -1 ; WX 208 ; N quotesingle ; B 61 469 147 709 ;
C -1 ; WX 500 ; N dagger ; B 34 -5 466 694 ;
C -1 ; WX 500 ; N daggerdbl ; B 34 -249 466 694 ;
C -1 ; WX 250 ; N periodcentered ; B 67 203 183 319 ;
C -1 ; WX 628 ; N paragraph ; B 39 -150 589 695 ;
C -1 ; WX 606 ; N bullet ; B 131 172 475 516 ;
C -1 ; WX 1000 ; N ellipsis ; B 109 -5 891 111 ;
C -1 ; WX 1144 ; N perthousand ; B 123 -20 1021 709 ;
C -1 ; WX 333 ; N ordfeminine ; B 24 422 310 709 ;
C -1 ; WX 333 ; N ordmasculine ; B 10 416 323 709 ;
C -1 ; WX 611 ; N Edotaccent ; B 22 -3 572 868 ;
C -1 ; WX 778 ; N Amacron ; B 15 -3 756 822 ;
C -1 ; WX 611 ; N Emacron ; B 22 -3 572 822 ;
C -1 ; WX 337 ; N Imacron ; B 13 -3 325 822 ;
C -1 ; WX 337 ; N Iogonek ; B 22 -145 337 692 ;
C -1 ; WX 726 ; N Kcommaaccent ; B 22 -274 719 692 ;
C -1 ; WX 611 ; N Lcommaaccent ; B 22 -274 586 692 ;
C -1 ; WX 831 ; N Ncommaaccent ; B 17 -274 813 692 ;
C -1 ; WX 786 ; N Omacron ; B 22 -20 764 822 ;
C -1 ; WX 668 ; N Rcommaaccent ; B 22 -274 669 692 ;
C -1 ; WX 763 ; N Gcommaaccent ; B 22 -274 728 709 ;
C -1 ; WX 778 ; N Umacron ; B 12 -20 759 822 ;
C -1 ; WX 778 ; N Uogonek ; B 12 -145 759 692 ;
C -1 ; WX 500 ; N edotaccent ; B 22 -3 458 658 ;
C -1 ; WX 444 ; N scommaaccent ; B 45 -274 399 498 ;
C -1 ; WX 500 ; N tcaron ; B 18 -3 475 725 ;
C -1 ; WX 611 ; N amacron ; B 17 -3 592 611 ;
C -1 ; WX 500 ; N emacron ; B 22 -3 458 611 ;
C -1 ; WX 333 ; N imacron ; B 9 -3 321 611 ;
C -1 ; WX 556 ; N kcommaaccent ; B 28 -274 549 487 ;
C -1 ; WX 500 ; N lcommaaccent ; B 22 -274 467 487 ;
C -1 ; WX 667 ; N ncommaaccent ; B 17 -274 647 487 ;
C -1 ; WX 611 ; N omacron ; B 40 -14 570 611 ;
C -1 ; WX 556 ; N rcommaaccent ; B 22 -274 552 487 ;
C -1 ; WX 611 ; N umacron ; B 20 -14 590 611 ;
C -1 ; WX 611 ; N uogonek ; B 20 -113 590 487 ;
C -1 ; WX 556 ; N gcommaaccent ; B 29 -274 526 496 ;
C -1 ; WX 333 ; N iogonek ; B 22 -143 332 487 ;
C -1 ; WX 525 ; N Scommaaccent ; B 24 -274 503 709 ;
C -1 ; WX 774 ; N Dcroat ; B 14 -3 751 692 ;
C -1 ; WX 500 ; N Euro ; B -38 -20 465 709 ;
C -1 ; WX 300 ; N onesuperior ; B 32 271 254 689 ;
C -1 ; WX 300 ; N twosuperior ; B 6 271 284 686 ;
C -1 ; WX 300 ; N threesuperior ; B 5 261 281 686 ;
C -1 ; WX 400 ; N degree ; B 50 389 350 689 ;
C -1 ; WX 606 ; N minus ; B 51 233 555 289 ;
C -1 ; WX 606 ; N multiply ; B 83 36 523 474 ;
C -1 ; WX 606 ; N divide ; B 51 10 555 512 ;
C -1 ; WX 979 ; N trademark ; B 40 285 939 689 ;
C -1 ; WX 606 ; N plusminus ; B 51 0 555 512 ;
C -1 ; WX 750 ; N onehalf ; B 15 -3 735 692 ;
C -1 ; WX 750 ; N onequarter ; B 30 -3 727 692 ;
C -1 ; WX 750 ; N threequarters ; B 15 -3 735 689 ;
C -1 ; WX 333 ; N commaaccent ; B 54 -274 223 -37 ;
C -1 ; WX 747 ; N copyright ; B 11 -18 736 706 ;
C -1 ; WX 747 ; N registered ; B 11 -18 736 706 ;
C -1 ; WX 494 ; N lozenge ; B 18 0 466 740 ;
C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ;
C -1 ; WX 606 ; N notequal ; B 51 -25 555 549 ;
C -1 ; WX 549 ; N radical ; B 5 -48 520 918 ;
C -1 ; WX 606 ; N lessequal ; B 57 0 558 613 ;
C -1 ; WX 606 ; N greaterequal ; B 48 0 549 613 ;
C -1 ; WX 606 ; N logicalnot ; B 51 120 551 386 ;
C -1 ; WX 713 ; N summation ; B 14 -123 695 752 ;
C -1 ; WX 494 ; N partialdiff ; B 26 -10 462 753 ;
C -1 ; WX 606 ; N brokenbar ; B 275 0 331 726 ;
C -1 ; WX 603 ; N mu ; B 18 -236 581 469 ;
EndCharMetrics
StartKernData
StartKernPairs 2201
KPX guilsinglright Ydieresis -147
KPX guilsinglright Yacute -147
KPX guilsinglright Tcommaaccent -133
KPX guilsinglright Tcaron -133
KPX guilsinglright Atilde -93
KPX guilsinglright Aring -93
KPX guilsinglright Aogonek -93
KPX guilsinglright Agrave -93
KPX guilsinglright Adieresis -93
KPX guilsinglright Acircumflex -93
KPX guilsinglright Abreve -93
KPX guilsinglright Aacute -93
KPX guilsinglright Y -147
KPX guilsinglright W -88
KPX guilsinglright V -123
KPX guilsinglright T -133
KPX guilsinglright AE -86
KPX guilsinglright A -93
KPX quotedblleft atilde -17
KPX quotedblleft aring -17
KPX quotedblleft aogonek -17
KPX quotedblleft agrave -17
KPX quotedblleft adieresis -17
KPX quotedblleft acircumflex -17
KPX quotedblleft abreve -17
KPX quotedblleft aacute -17
KPX quotedblleft a -17
KPX guillemotright Ydieresis -138
KPX guillemotright Yacute -138
KPX guillemotright Tcommaaccent -126
KPX guillemotright Tcaron -126
KPX guillemotright Atilde -86
KPX guillemotright Aring -86
KPX guillemotright Aogonek -86
KPX guillemotright Agrave -86
KPX guillemotright Adieresis -86
KPX guillemotright Acircumflex -86
KPX guillemotright Abreve -86
KPX guillemotright Aacute -86
KPX guillemotright AE -86
KPX guillemotright Y -138
KPX guillemotright W -81
KPX guillemotright V -114
KPX guillemotright T -126
KPX guillemotright A -86
KPX quoteright quoteright -36
KPX A guilsinglleft -92
KPX A guillemotleft -83
KPX A ydieresis -74
KPX A yacute -74
KPX A uring -55
KPX A uhungarumlaut -55
KPX A ugrave -55
KPX A udieresis -55
KPX A ucircumflex -55
KPX A uacute -55
KPX A tcommaaccent -55
KPX A otilde -55
KPX A oslash -55
KPX A ohungarumlaut -55
KPX A ograve -55
KPX A odieresis -55
KPX A ocircumflex -55
KPX A oacute -55
KPX A gbreve -36
KPX A ccedilla -55
KPX A ccaron -55
KPX A cacute -55
KPX A Ydieresis -111
KPX A Yacute -111
KPX A Uring -36
KPX A Uhungarumlaut -36
KPX A Ugrave -36
KPX A Udieresis -36
KPX A Ucircumflex -36
KPX A Uacute -36
KPX A Tcommaaccent -74
KPX A Tcaron -74
KPX A T -74
KPX A U -36
KPX A V -111
KPX A W -74
KPX A Y -111
KPX A c -55
KPX A g -36
KPX A o -55
KPX A q -55
KPX A quoteright -74
KPX A t -55
KPX A u -55
KPX A v -92
KPX A w -74
KPX A y -74
KPX B atilde -36
KPX B aring -36
KPX B aogonek -36
KPX B agrave -36
KPX B adieresis -36
KPX B acircumflex -36
KPX B abreve -36
KPX B aacute -36
KPX B a -36
KPX D atilde -55
KPX D aring -55
KPX D aogonek -55
KPX D agrave -55
KPX D adieresis -55
KPX D acircumflex -55
KPX D abreve -55
KPX D aacute -55
KPX D a -55
KPX F AE -74
KPX F atilde -74
KPX F aring -74
KPX F aogonek -74
KPX F agrave -74
KPX F adieresis -74
KPX F acircumflex -74
KPX F abreve -74
KPX F aacute -74
KPX F Atilde -74
KPX F Aring -74
KPX F Aogonek -74
KPX F Agrave -74
KPX F Adieresis -74
KPX F Acircumflex -74
KPX F Abreve -74
KPX F Aacute -74
KPX F A -74
KPX F a -74
KPX F comma -92
KPX F period -92
KPX L ydieresis -55
KPX L yacute -55
KPX L Ydieresis -92
KPX L Yacute -92
KPX L Tcommaaccent -74
KPX L Tcaron -74
KPX L T -74
KPX L V -92
KPX L W -74
KPX L Y -92
KPX L quoteright -74
KPX L y -55
KPX O atilde -55
KPX O aring -55
KPX O aogonek -55
KPX O agrave -55
KPX O adieresis -55
KPX O acircumflex -55
KPX O abreve -55
KPX O aacute -55
KPX O a -55
KPX P AE -92
KPX P otilde -36
KPX P oslash -36
KPX P ohungarumlaut -36
KPX P ograve -36
KPX P odieresis -36
KPX P ocircumflex -36
KPX P oacute -36
KPX P atilde -92
KPX P aring -92
KPX P aogonek -92
KPX P agrave -92
KPX P adieresis -92
KPX P acircumflex -92
KPX P abreve -92
KPX P aacute -92
KPX P Atilde -92
KPX P Aring -92
KPX P Aogonek -92
KPX P Agrave -92
KPX P Adieresis -92
KPX P Acircumflex -92
KPX P Abreve -92
KPX P Aacute -92
KPX P A -92
KPX P a -92
KPX P comma -128
KPX P o -36
KPX P period -128
KPX R ydieresis -36
KPX R yacute -36
KPX R Ydieresis -36
KPX R Yacute -36
KPX R Tcommaaccent -36
KPX R Tcaron -36
KPX R T -36
KPX R V -55
KPX R W -36
KPX R Y -36
KPX R y -36
KPX T ae -92
KPX T AE -74
KPX T guilsinglleft -133
KPX T guillemotleft -126
KPX T dotlessi -55
KPX T ydieresis -74
KPX T yacute -74
KPX T uring -74
KPX T uhungarumlaut -74
KPX T ugrave -74
KPX T udieresis -74
KPX T ucircumflex -74
KPX T uacute -74
KPX T racute -74
KPX T rcaron -74
KPX T otilde -92
KPX T oslash -92
KPX T ohungarumlaut -92
KPX T ograve -92
KPX T odieresis -92
KPX T ocircumflex -92
KPX T oacute -92
KPX T igrave -55
KPX T idieresis -55
KPX T icircumflex -55
KPX T iacute -55
KPX T eogonek -55
KPX T egrave -55
KPX T edieresis -55
KPX T ecircumflex -55
KPX T ecaron -55
KPX T eacute -55
KPX T atilde -92
KPX T aring -92
KPX T aogonek -92
KPX T agrave -92
KPX T adieresis -92
KPX T acircumflex -92
KPX T abreve -92
KPX T aacute -92
KPX T Otilde -17
KPX T Oslash -17
KPX T Ohungarumlaut -17
KPX T Ograve -17
KPX T Odieresis -17
KPX T Ocircumflex -17
KPX T Oacute -17
KPX T Atilde -74
KPX T Aring -74
KPX T Aogonek -74
KPX T Agrave -74
KPX T Adieresis -74
KPX T Acircumflex -74
KPX T Abreve -74
KPX T Aacute -74
KPX T A -74
KPX T O -17
KPX T a -92
KPX T colon -55
KPX T comma -74
KPX T e -55
KPX T h -55
KPX T hyphen -55
KPX T i -55
KPX T o -92
KPX T period -74
KPX T r -74
KPX T semicolon -55
KPX T u -74
KPX T w -74
KPX T y -74
KPX U AE -55
KPX U atilde -55
KPX U aring -55
KPX U aogonek -55
KPX U agrave -55
KPX U adieresis -55
KPX U acircumflex -55
KPX U abreve -55
KPX U aacute -55
KPX U Atilde -55
KPX U Aring -55
KPX U Aogonek -55
KPX U Agrave -55
KPX U Adieresis -55
KPX U Acircumflex -55
KPX U Abreve -55
KPX U Aacute -55
KPX U A -55
KPX U a -55
KPX V ae -92
KPX V AE -111
KPX V guilsinglleft -123
KPX V guillemotleft -114
KPX V dotlessi -55
KPX V uring -74
KPX V uhungarumlaut -74
KPX V ugrave -74
KPX V udieresis -74
KPX V ucircumflex -74
KPX V uacute -74
KPX V otilde -111
KPX V oslash -111
KPX V ohungarumlaut -111
KPX V ograve -111
KPX V odieresis -111
KPX V ocircumflex -111
KPX V oacute -111
KPX V igrave -55
KPX V idieresis -55
KPX V icircumflex -55
KPX V iacute -55
KPX V gbreve -55
KPX V eogonek -111
KPX V egrave -111
KPX V edieresis -111
KPX V ecircumflex -111
KPX V ecaron -111
KPX V eacute -111
KPX V atilde -128
KPX V aring -128
KPX V aogonek -128
KPX V agrave -128
KPX V adieresis -128
KPX V acircumflex -128
KPX V abreve -128
KPX V aacute -128
KPX V Atilde -111
KPX V Aring -111
KPX V Aogonek -111
KPX V Agrave -111
KPX V Adieresis -111
KPX V Acircumflex -111
KPX V Abreve -111
KPX V Aacute -111
KPX V A -111
KPX V a -128
KPX V colon -55
KPX V comma -128
KPX V e -111
KPX V g -55
KPX V hyphen -74
KPX V i -55
KPX V o -111
KPX V period -128
KPX V semicolon -55
KPX V u -74
KPX W ae -92
KPX W AE -92
KPX W guilsinglleft -100
KPX W guillemotleft -93
KPX W dotlessi -55
KPX W ydieresis -50
KPX W yacute -50
KPX W uring -50
KPX W uhungarumlaut -50
KPX W ugrave -50
KPX W udieresis -50
KPX W ucircumflex -50
KPX W uacute -50
KPX W otilde -92
KPX W oslash -92
KPX W ohungarumlaut -92
KPX W ograve -92
KPX W odieresis -92
KPX W ocircumflex -92
KPX W oacute -92
KPX W igrave -55
KPX W idieresis -55
KPX W icircumflex -55
KPX W iacute -55
KPX W eogonek -92
KPX W egrave -92
KPX W edieresis -92
KPX W ecircumflex -92
KPX W ecaron -92
KPX W eacute -92
KPX W atilde -111
KPX W aring -111
KPX W aogonek -111
KPX W agrave -111
KPX W adieresis -111
KPX W acircumflex -111
KPX W abreve -111
KPX W aacute -111
KPX W Atilde -92
KPX W Aring -92
KPX W Aogonek -92
KPX W Agrave -92
KPX W Adieresis -92
KPX W Acircumflex -92
KPX W Abreve -92
KPX W Aacute -92
KPX W A -92
KPX W a -111
KPX W colon -17
KPX W comma -92
KPX W e -92
KPX W h -55
KPX W hyphen -55
KPX W i -55
KPX W o -92
KPX W period -92
KPX W semicolon -17
KPX W u -50
KPX W y -50
KPX Y ae -92
KPX Y AE -92
KPX Y guilsinglleft -135
KPX Y guillemotleft -126
KPX Y dotlessi -55
KPX Y uring -90
KPX Y uhungarumlaut -90
KPX Y ugrave -90
KPX Y udieresis -90
KPX Y ucircumflex -90
KPX Y uacute -90
KPX Y scedilla -36
KPX Y scaron -36
KPX Y sacute -36
KPX Y germandbls -36
KPX Y otilde -92
KPX Y oslash -92
KPX Y ohungarumlaut -92
KPX Y ograve -92
KPX Y odieresis -92
KPX Y ocircumflex -92
KPX Y oacute -92
KPX Y igrave -55
KPX Y idieresis -55
KPX Y icircumflex -55
KPX Y iacute -55
KPX Y eogonek -92
KPX Y egrave -92
KPX Y edieresis -92
KPX Y ecircumflex -92
KPX Y ecaron -92
KPX Y eacute -92
KPX Y ccedilla -111
KPX Y ccaron -111
KPX Y cacute -111
KPX Y atilde -92
KPX Y aring -92
KPX Y aogonek -92
KPX Y agrave -92
KPX Y adieresis -92
KPX Y acircumflex -92
KPX Y abreve -92
KPX Y aacute -92
KPX Y Atilde -92
KPX Y Aring -92
KPX Y Aogonek -92
KPX Y Agrave -92
KPX Y Adieresis -92
KPX Y Acircumflex -92
KPX Y Abreve -92
KPX Y Aacute -92
KPX Y A -92
KPX Y a -92
KPX Y c -111
KPX Y colon -74
KPX Y comma -111
KPX Y e -92
KPX Y hyphen -92
KPX Y i -55
KPX Y o -92
KPX Y period -111
KPX Y s -36
KPX Y semicolon -74
KPX Y u -90
KPX quoteleft atilde -36
KPX quoteleft aring -36
KPX quoteleft aogonek -36
KPX quoteleft agrave -36
KPX quoteleft adieresis -36
KPX quoteleft acircumflex -36
KPX quoteleft abreve -36
KPX quoteleft aacute -36
KPX quoteleft a -36
KPX quoteleft quoteleft -36
KPX a ydieresis -55
KPX a yacute -55
KPX a uring -55
KPX a uhungarumlaut -55
KPX a ugrave -55
KPX a udieresis -55
KPX a ucircumflex -55
KPX a uacute -55
KPX a tcommaaccent -36
KPX a otilde -17
KPX a oslash -17
KPX a ohungarumlaut -17
KPX a ograve -17
KPX a odieresis -17
KPX a ocircumflex -17
KPX a oacute -17
KPX a gbreve -17
KPX a ccedilla -17
KPX a ccaron -17
KPX a cacute -17
KPX a c -17
KPX a g -17
KPX a o -17
KPX a quotedblright -17
KPX a quoteright -36
KPX a t -36
KPX a u -55
KPX a v -74
KPX a w -55
KPX a y -55
KPX d ydieresis -17
KPX d yacute -17
KPX d uring -17
KPX d uhungarumlaut -17
KPX d ugrave -17
KPX d udieresis -17
KPX d ucircumflex -17
KPX d uacute -17
KPX d atilde -17
KPX d aring -17
KPX d aogonek -17
KPX d agrave -17
KPX d adieresis -17
KPX d acircumflex -17
KPX d abreve -17
KPX d aacute -17
KPX d a -17
KPX d comma -36
KPX d period -36
KPX d u -17
KPX d w -17
KPX d y -17
KPX f atilde -36
KPX f aring -36
KPX f aogonek -36
KPX f agrave -36
KPX f adieresis -36
KPX f acircumflex -36
KPX f abreve -36
KPX f aacute -36
KPX f a -36
KPX f comma -55
KPX f period -55
KPX j atilde -36
KPX j aring -36
KPX j aogonek -36
KPX j agrave -36
KPX j adieresis -36
KPX j acircumflex -36
KPX j abreve -36
KPX j aacute -36
KPX j a -36
KPX j comma -36
KPX j period -36
KPX l ydieresis -55
KPX l yacute -55
KPX l tcommaaccent -36
KPX l quoteright -55
KPX l t -36
KPX l v -55
KPX l w -55
KPX l y -55
KPX n atilde -36
KPX n aring -36
KPX n aogonek -36
KPX n agrave -36
KPX n adieresis -36
KPX n acircumflex -36
KPX n abreve -36
KPX n aacute -36
KPX n a -36
KPX n comma -17
KPX n period -17
KPX o ydieresis -17
KPX o yacute -17
KPX o atilde -55
KPX o aring -55
KPX o aogonek -55
KPX o agrave -55
KPX o adieresis -55
KPX o acircumflex -55
KPX o abreve -55
KPX o aacute -55
KPX o a -55
KPX o comma -17
KPX o period -17
KPX o v -36
KPX o x -17
KPX o y -17
KPX p atilde -55
KPX p aring -55
KPX p aogonek -55
KPX p agrave -55
KPX p adieresis -55
KPX p acircumflex -55
KPX p abreve -55
KPX p aacute -55
KPX p a -55
KPX p comma -74
KPX p period -74
KPX r uring -8
KPX r uhungarumlaut -8
KPX r ugrave -8
KPX r udieresis -8
KPX r ucircumflex -8
KPX r uacute -8
KPX r otilde -17
KPX r oslash -17
KPX r ohungarumlaut -17
KPX r ograve -17
KPX r odieresis -17
KPX r ocircumflex -17
KPX r oacute -17
KPX r ccedilla -17
KPX r ccaron -17
KPX r cacute -17
KPX r c -17
KPX r hyphen -17
KPX r o -17
KPX r q -17
KPX r u -8
KPX r v -17
KPX s atilde -17
KPX s aring -17
KPX s aogonek -17
KPX s agrave -17
KPX s adieresis -17
KPX s acircumflex -17
KPX s abreve -17
KPX s aacute -17
KPX s a -17
KPX t atilde -36
KPX t aring -36
KPX t aogonek -36
KPX t agrave -36
KPX t adieresis -36
KPX t acircumflex -36
KPX t abreve -36
KPX t aacute -36
KPX t a -36
KPX t comma -55
KPX t period -55
KPX u atilde -55
KPX u aring -55
KPX u aogonek -55
KPX u agrave -55
KPX u adieresis -55
KPX u acircumflex -55
KPX u abreve -55
KPX u aacute -55
KPX u a -55
KPX u comma -36
KPX u period -36
KPX v atilde -92
KPX v aring -92
KPX v aogonek -92
KPX v agrave -92
KPX v adieresis -92
KPX v acircumflex -92
KPX v abreve -92
KPX v aacute -92
KPX v a -92
KPX v comma -111
KPX v period -111
KPX w atilde -74
KPX w aring -74
KPX w aogonek -74
KPX w agrave -74
KPX w adieresis -74
KPX w acircumflex -74
KPX w abreve -74
KPX w aacute -74
KPX w a -74
KPX w comma -92
KPX w period -92
KPX x ccedilla -17
KPX x ccaron -17
KPX x cacute -17
KPX x c -17
KPX y otilde -17
KPX y oslash -17
KPX y ohungarumlaut -17
KPX y ograve -17
KPX y odieresis -17
KPX y ocircumflex -17
KPX y oacute -17
KPX y ccedilla -17
KPX y ccaron -17
KPX y cacute -17
KPX y atilde -55
KPX y aring -55
KPX y aogonek -55
KPX y agrave -55
KPX y adieresis -55
KPX y acircumflex -55
KPX y abreve -55
KPX y aacute -55
KPX y a -55
KPX y c -17
KPX y comma -111
KPX y o -17
KPX y period -111
KPX Abreve guilsinglleft -92
KPX Abreve guillemotleft -83
KPX Abreve ydieresis -74
KPX Abreve yacute -74
KPX Abreve uring -55
KPX Abreve uhungarumlaut -55
KPX Abreve ugrave -55
KPX Abreve udieresis -55
KPX Abreve ucircumflex -55
KPX Abreve uacute -55
KPX Abreve tcommaaccent -55
KPX Abreve otilde -55
KPX Abreve oslash -55
KPX Abreve ohungarumlaut -55
KPX Abreve ograve -55
KPX Abreve odieresis -55
KPX Abreve ocircumflex -55
KPX Abreve oacute -55
KPX Abreve gbreve -36
KPX Abreve ccedilla -55
KPX Abreve ccaron -55
KPX Abreve cacute -55
KPX Abreve Ydieresis -111
KPX Abreve Yacute -111
KPX Abreve Uring -36
KPX Abreve Uhungarumlaut -36
KPX Abreve Ugrave -36
KPX Abreve Udieresis -36
KPX Abreve Ucircumflex -36
KPX Abreve Uacute -36
KPX Abreve Tcommaaccent -74
KPX Abreve Tcaron -74
KPX Abreve U -36
KPX Abreve c -55
KPX Abreve g -36
KPX Abreve o -55
KPX Abreve q -55
KPX Abreve t -55
KPX Abreve u -55
KPX Abreve v -92
KPX Abreve w -74
KPX Abreve y -74
KPX Abreve T -74
KPX Abreve V -111
KPX Abreve W -74
KPX Abreve Y -111
KPX Abreve quoteright -74
KPX Aogonek guilsinglleft -92
KPX Aogonek guillemotleft -83
KPX Aogonek ydieresis -74
KPX Aogonek yacute -74
KPX Aogonek uring -55
KPX Aogonek uhungarumlaut -55
KPX Aogonek ugrave -55
KPX Aogonek udieresis -55
KPX Aogonek ucircumflex -55
KPX Aogonek uacute -55
KPX Aogonek tcommaaccent -55
KPX Aogonek otilde -55
KPX Aogonek oslash -55
KPX Aogonek ohungarumlaut -55
KPX Aogonek ograve -55
KPX Aogonek odieresis -55
KPX Aogonek ocircumflex -55
KPX Aogonek oacute -55
KPX Aogonek gbreve -36
KPX Aogonek ccedilla -55
KPX Aogonek ccaron -55
KPX Aogonek cacute -55
KPX Aogonek Ydieresis -111
KPX Aogonek Yacute -111
KPX Aogonek Uring -36
KPX Aogonek Uhungarumlaut -36
KPX Aogonek Ugrave -36
KPX Aogonek Udieresis -36
KPX Aogonek Ucircumflex -36
KPX Aogonek Uacute -36
KPX Aogonek Tcommaaccent -74
KPX Aogonek Tcaron -74
KPX Aogonek U -36
KPX Aogonek c -55
KPX Aogonek g -36
KPX Aogonek o -55
KPX Aogonek q -55
KPX Aogonek t -55
KPX Aogonek u -55
KPX Aogonek v -92
KPX Aogonek w -74
KPX Aogonek y -74
KPX Aogonek T -74
KPX Aogonek V -111
KPX Aogonek W -74
KPX Aogonek Y -111
KPX Aogonek quoteright -74
KPX Dcaron atilde -55
KPX Dcaron aring -55
KPX Dcaron aogonek -55
KPX Dcaron agrave -55
KPX Dcaron adieresis -55
KPX Dcaron acircumflex -55
KPX Dcaron abreve -55
KPX Dcaron aacute -55
KPX Dcaron a -55
KPX Lacute ydieresis -55
KPX Lacute yacute -55
KPX Lacute Ydieresis -92
KPX Lacute Yacute -92
KPX Lacute Tcommaaccent -74
KPX Lacute Tcaron -74
KPX Lacute y -55
KPX Lacute T -74
KPX Lacute V -92
KPX Lacute W -74
KPX Lacute Y -92
KPX Lacute quoteright -74
KPX Lslash ydieresis -55
KPX Lslash yacute -55
KPX Lslash Ydieresis -92
KPX Lslash Yacute -92
KPX Lslash Tcommaaccent -74
KPX Lslash Tcaron -74
KPX Lslash y -55
KPX Lslash T -74
KPX Lslash V -92
KPX Lslash W -74
KPX Lslash Y -92
KPX Lslash quoteright -74
KPX Ohungarumlaut atilde -55
KPX Ohungarumlaut aring -55
KPX Ohungarumlaut aogonek -55
KPX Ohungarumlaut agrave -55
KPX Ohungarumlaut adieresis -55
KPX Ohungarumlaut acircumflex -55
KPX Ohungarumlaut abreve -55
KPX Ohungarumlaut aacute -55
KPX Ohungarumlaut a -55
KPX Racute ydieresis -36
KPX Racute yacute -36
KPX Racute Ydieresis -36
KPX Racute Yacute -36
KPX Racute Tcommaaccent -36
KPX Racute Tcaron -36
KPX Racute y -36
KPX Racute T -36
KPX Racute V -55
KPX Racute W -36
KPX Racute Y -36
KPX Rcaron ydieresis -36
KPX Rcaron yacute -36
KPX Rcaron Ydieresis -36
KPX Rcaron Yacute -36
KPX Rcaron Tcommaaccent -36
KPX Rcaron Tcaron -36
KPX Rcaron y -36
KPX Rcaron T -36
KPX Rcaron V -55
KPX Rcaron W -36
KPX Rcaron Y -36
KPX Tcaron ae -92
KPX Tcaron AE -74
KPX Tcaron guilsinglleft -133
KPX Tcaron guillemotleft -126
KPX Tcaron dotlessi -55
KPX Tcaron ydieresis -74
KPX Tcaron yacute -74
KPX Tcaron uring -74
KPX Tcaron uhungarumlaut -74
KPX Tcaron ugrave -74
KPX Tcaron udieresis -74
KPX Tcaron ucircumflex -74
KPX Tcaron uacute -74
KPX Tcaron racute -74
KPX Tcaron rcaron -74
KPX Tcaron otilde -92
KPX Tcaron oslash -92
KPX Tcaron ohungarumlaut -92
KPX Tcaron ograve -92
KPX Tcaron odieresis -92
KPX Tcaron ocircumflex -92
KPX Tcaron oacute -92
KPX Tcaron igrave -55
KPX Tcaron idieresis -55
KPX Tcaron icircumflex -55
KPX Tcaron iacute -55
KPX Tcaron eogonek -55
KPX Tcaron egrave -55
KPX Tcaron edieresis -55
KPX Tcaron ecircumflex -55
KPX Tcaron ecaron -55
KPX Tcaron eacute -55
KPX Tcaron atilde -92
KPX Tcaron aring -92
KPX Tcaron aogonek -92
KPX Tcaron agrave -92
KPX Tcaron adieresis -92
KPX Tcaron acircumflex -92
KPX Tcaron abreve -92
KPX Tcaron aacute -92
KPX Tcaron Otilde -17
KPX Tcaron Oslash -17
KPX Tcaron Ohungarumlaut -17
KPX Tcaron Ograve -17
KPX Tcaron Odieresis -17
KPX Tcaron Ocircumflex -17
KPX Tcaron Oacute -17
KPX Tcaron Atilde -74
KPX Tcaron Aring -74
KPX Tcaron Aogonek -74
KPX Tcaron Agrave -74
KPX Tcaron Adieresis -74
KPX Tcaron Acircumflex -74
KPX Tcaron Abreve -74
KPX Tcaron Aacute -74
KPX Tcaron a -92
KPX Tcaron e -55
KPX Tcaron h -55
KPX Tcaron i -55
KPX Tcaron o -92
KPX Tcaron r -74
KPX Tcaron u -74
KPX Tcaron w -74
KPX Tcaron y -74
KPX Tcaron A -74
KPX Tcaron O -17
KPX Tcaron colon -55
KPX Tcaron comma -74
KPX Tcaron hyphen -55
KPX Tcaron period -74
KPX Tcaron semicolon -55
KPX Tcommaaccent ae -92
KPX Tcommaaccent AE -74
KPX Tcommaaccent guilsinglleft -133
KPX Tcommaaccent guillemotleft -126
KPX Tcommaaccent dotlessi -55
KPX Tcommaaccent ydieresis -74
KPX Tcommaaccent yacute -74
KPX Tcommaaccent uring -74
KPX Tcommaaccent uhungarumlaut -74
KPX Tcommaaccent ugrave -74
KPX Tcommaaccent udieresis -74
KPX Tcommaaccent ucircumflex -74
KPX Tcommaaccent uacute -74
KPX Tcommaaccent racute -74
KPX Tcommaaccent rcaron -74
KPX Tcommaaccent otilde -92
KPX Tcommaaccent oslash -92
KPX Tcommaaccent ohungarumlaut -92
KPX Tcommaaccent ograve -92
KPX Tcommaaccent odieresis -92
KPX Tcommaaccent ocircumflex -92
KPX Tcommaaccent oacute -92
KPX Tcommaaccent igrave -55
KPX Tcommaaccent idieresis -55
KPX Tcommaaccent icircumflex -55
KPX Tcommaaccent iacute -55
KPX Tcommaaccent eogonek -55
KPX Tcommaaccent egrave -55
KPX Tcommaaccent edieresis -55
KPX Tcommaaccent ecircumflex -55
KPX Tcommaaccent ecaron -55
KPX Tcommaaccent eacute -55
KPX Tcommaaccent atilde -92
KPX Tcommaaccent aring -92
KPX Tcommaaccent aogonek -92
KPX Tcommaaccent agrave -92
KPX Tcommaaccent adieresis -92
KPX Tcommaaccent acircumflex -92
KPX Tcommaaccent abreve -92
KPX Tcommaaccent aacute -92
KPX Tcommaaccent Otilde -17
KPX Tcommaaccent Oslash -17
KPX Tcommaaccent Ohungarumlaut -17
KPX Tcommaaccent Ograve -17
KPX Tcommaaccent Odieresis -17
KPX Tcommaaccent Ocircumflex -17
KPX Tcommaaccent Oacute -17
KPX Tcommaaccent Atilde -74
KPX Tcommaaccent Aring -74
KPX Tcommaaccent Aogonek -74
KPX Tcommaaccent Agrave -74
KPX Tcommaaccent Adieresis -74
KPX Tcommaaccent Acircumflex -74
KPX Tcommaaccent Abreve -74
KPX Tcommaaccent Aacute -74
KPX Tcommaaccent a -92
KPX Tcommaaccent e -55
KPX Tcommaaccent h -55
KPX Tcommaaccent i -55
KPX Tcommaaccent o -92
KPX Tcommaaccent r -74
KPX Tcommaaccent u -74
KPX Tcommaaccent w -74
KPX Tcommaaccent y -74
KPX Tcommaaccent A -74
KPX Tcommaaccent O -17
KPX Tcommaaccent colon -55
KPX Tcommaaccent comma -74
KPX Tcommaaccent hyphen -55
KPX Tcommaaccent period -74
KPX Tcommaaccent semicolon -55
KPX Uhungarumlaut AE -55
KPX Uhungarumlaut atilde -55
KPX Uhungarumlaut aring -55
KPX Uhungarumlaut aogonek -55
KPX Uhungarumlaut agrave -55
KPX Uhungarumlaut adieresis -55
KPX Uhungarumlaut acircumflex -55
KPX Uhungarumlaut abreve -55
KPX Uhungarumlaut aacute -55
KPX Uhungarumlaut Atilde -55
KPX Uhungarumlaut Aring -55
KPX Uhungarumlaut Aogonek -55
KPX Uhungarumlaut Agrave -55
KPX Uhungarumlaut Adieresis -55
KPX Uhungarumlaut Acircumflex -55
KPX Uhungarumlaut Abreve -55
KPX Uhungarumlaut Aacute -55
KPX Uhungarumlaut A -55
KPX Uhungarumlaut a -55
KPX Uring AE -55
KPX Uring atilde -55
KPX Uring aring -55
KPX Uring aogonek -55
KPX Uring agrave -55
KPX Uring adieresis -55
KPX Uring acircumflex -55
KPX Uring abreve -55
KPX Uring aacute -55
KPX Uring Atilde -55
KPX Uring Aring -55
KPX Uring Aogonek -55
KPX Uring Agrave -55
KPX Uring Adieresis -55
KPX Uring Acircumflex -55
KPX Uring Abreve -55
KPX Uring Aacute -55
KPX Uring A -55
KPX Uring a -55
KPX Ydieresis ae -92
KPX Ydieresis AE -92
KPX Ydieresis guilsinglleft -135
KPX Ydieresis guillemotleft -126
KPX Ydieresis dotlessi -55
KPX Ydieresis uring -90
KPX Ydieresis uhungarumlaut -90
KPX Ydieresis ugrave -90
KPX Ydieresis udieresis -90
KPX Ydieresis ucircumflex -90
KPX Ydieresis uacute -90
KPX Ydieresis scedilla -36
KPX Ydieresis scaron -36
KPX Ydieresis sacute -36
KPX Ydieresis germandbls -36
KPX Ydieresis otilde -92
KPX Ydieresis oslash -92
KPX Ydieresis ohungarumlaut -92
KPX Ydieresis ograve -92
KPX Ydieresis odieresis -92
KPX Ydieresis ocircumflex -92
KPX Ydieresis oacute -92
KPX Ydieresis igrave -55
KPX Ydieresis idieresis -55
KPX Ydieresis icircumflex -55
KPX Ydieresis iacute -55
KPX Ydieresis eogonek -92
KPX Ydieresis egrave -92
KPX Ydieresis edieresis -92
KPX Ydieresis ecircumflex -92
KPX Ydieresis ecaron -92
KPX Ydieresis eacute -92
KPX Ydieresis ccedilla -111
KPX Ydieresis ccaron -111
KPX Ydieresis cacute -111
KPX Ydieresis atilde -92
KPX Ydieresis aring -92
KPX Ydieresis aogonek -92
KPX Ydieresis agrave -92
KPX Ydieresis adieresis -92
KPX Ydieresis acircumflex -92
KPX Ydieresis abreve -92
KPX Ydieresis aacute -92
KPX Ydieresis Atilde -92
KPX Ydieresis Aring -92
KPX Ydieresis Aogonek -92
KPX Ydieresis Agrave -92
KPX Ydieresis Adieresis -92
KPX Ydieresis Acircumflex -92
KPX Ydieresis Abreve -92
KPX Ydieresis Aacute -92
KPX Ydieresis a -92
KPX Ydieresis c -111
KPX Ydieresis e -92
KPX Ydieresis i -55
KPX Ydieresis o -92
KPX Ydieresis s -36
KPX Ydieresis u -90
KPX Ydieresis A -92
KPX Ydieresis colon -74
KPX Ydieresis comma -111
KPX Ydieresis hyphen -92
KPX Ydieresis period -111
KPX Ydieresis semicolon -74
KPX abreve ydieresis -55
KPX abreve yacute -55
KPX abreve uring -55
KPX abreve uhungarumlaut -55
KPX abreve ugrave -55
KPX abreve udieresis -55
KPX abreve ucircumflex -55
KPX abreve uacute -55
KPX abreve tcommaaccent -36
KPX abreve otilde -17
KPX abreve oslash -17
KPX abreve ohungarumlaut -17
KPX abreve ograve -17
KPX abreve odieresis -17
KPX abreve ocircumflex -17
KPX abreve oacute -17
KPX abreve gbreve -17
KPX abreve ccedilla -17
KPX abreve ccaron -17
KPX abreve cacute -17
KPX abreve c -17
KPX abreve g -17
KPX abreve o -17
KPX abreve quotedblright -17
KPX abreve quoteright -36
KPX abreve t -36
KPX abreve u -55
KPX abreve v -74
KPX abreve w -55
KPX abreve y -55
KPX aogonek ydieresis -55
KPX aogonek yacute -55
KPX aogonek uring -55
KPX aogonek uhungarumlaut -55
KPX aogonek ugrave -55
KPX aogonek udieresis -55
KPX aogonek ucircumflex -55
KPX aogonek uacute -55
KPX aogonek tcommaaccent -36
KPX aogonek otilde -17
KPX aogonek oslash -17
KPX aogonek ohungarumlaut -17
KPX aogonek ograve -17
KPX aogonek odieresis -17
KPX aogonek ocircumflex -17
KPX aogonek oacute -17
KPX aogonek gbreve -17
KPX aogonek ccedilla -17
KPX aogonek ccaron -17
KPX aogonek cacute -17
KPX aogonek c -17
KPX aogonek g -17
KPX aogonek o -17
KPX aogonek quotedblright -17
KPX aogonek quoteright -36
KPX aogonek t -36
KPX aogonek u -55
KPX aogonek v -74
KPX aogonek w -55
KPX aogonek y -55
KPX dcaron ydieresis -17
KPX dcaron yacute -17
KPX dcaron uring -17
KPX dcaron uhungarumlaut -17
KPX dcaron ugrave -17
KPX dcaron udieresis -17
KPX dcaron ucircumflex -17
KPX dcaron uacute -17
KPX dcaron atilde -17
KPX dcaron aring -17
KPX dcaron aogonek -17
KPX dcaron agrave -17
KPX dcaron adieresis -17
KPX dcaron acircumflex -17
KPX dcaron abreve -17
KPX dcaron aacute -17
KPX dcaron a -17
KPX dcaron comma -36
KPX dcaron period -36
KPX dcaron u -17
KPX dcaron w -17
KPX dcaron y -17
KPX lacute ydieresis -55
KPX lacute yacute -55
KPX lacute tcommaaccent -36
KPX lacute quoteright -55
KPX lacute t -36
KPX lacute v -55
KPX lacute w -55
KPX lacute y -55
KPX lslash ydieresis -55
KPX lslash yacute -55
KPX lslash tcommaaccent -36
KPX lslash quoteright -55
KPX lslash t -36
KPX lslash v -55
KPX lslash w -55
KPX lslash y -55
KPX nacute atilde -36
KPX nacute aring -36
KPX nacute aogonek -36
KPX nacute agrave -36
KPX nacute adieresis -36
KPX nacute acircumflex -36
KPX nacute abreve -36
KPX nacute aacute -36
KPX nacute a -36
KPX nacute comma -17
KPX nacute period -17
KPX ncaron atilde -36
KPX ncaron aring -36
KPX ncaron aogonek -36
KPX ncaron agrave -36
KPX ncaron adieresis -36
KPX ncaron acircumflex -36
KPX ncaron abreve -36
KPX ncaron aacute -36
KPX ncaron a -36
KPX ncaron comma -17
KPX ncaron period -17
KPX ohungarumlaut ydieresis -17
KPX ohungarumlaut yacute -17
KPX ohungarumlaut atilde -55
KPX ohungarumlaut aring -55
KPX ohungarumlaut aogonek -55
KPX ohungarumlaut agrave -55
KPX ohungarumlaut adieresis -55
KPX ohungarumlaut acircumflex -55
KPX ohungarumlaut abreve -55
KPX ohungarumlaut aacute -55
KPX ohungarumlaut a -55
KPX ohungarumlaut comma -17
KPX ohungarumlaut period -17
KPX ohungarumlaut v -36
KPX ohungarumlaut x -17
KPX ohungarumlaut y -17
KPX racute uring -8
KPX racute uhungarumlaut -8
KPX racute ugrave -8
KPX racute udieresis -8
KPX racute ucircumflex -8
KPX racute uacute -8
KPX racute otilde -17
KPX racute oslash -17
KPX racute ohungarumlaut -17
KPX racute ograve -17
KPX racute odieresis -17
KPX racute ocircumflex -17
KPX racute oacute -17
KPX racute ccedilla -17
KPX racute ccaron -17
KPX racute cacute -17
KPX racute c -17
KPX racute hyphen -17
KPX racute o -17
KPX racute q -17
KPX racute u -8
KPX racute v -17
KPX rcaron uring -8
KPX rcaron uhungarumlaut -8
KPX rcaron ugrave -8
KPX rcaron udieresis -8
KPX rcaron ucircumflex -8
KPX rcaron uacute -8
KPX rcaron otilde -17
KPX rcaron oslash -17
KPX rcaron ohungarumlaut -17
KPX rcaron ograve -17
KPX rcaron odieresis -17
KPX rcaron ocircumflex -17
KPX rcaron oacute -17
KPX rcaron ccedilla -17
KPX rcaron ccaron -17
KPX rcaron cacute -17
KPX rcaron c -17
KPX rcaron hyphen -17
KPX rcaron o -17
KPX rcaron q -17
KPX rcaron u -8
KPX rcaron v -17
KPX sacute atilde -17
KPX sacute aring -17
KPX sacute aogonek -17
KPX sacute agrave -17
KPX sacute adieresis -17
KPX sacute acircumflex -17
KPX sacute abreve -17
KPX sacute aacute -17
KPX sacute a -17
KPX scaron atilde -17
KPX scaron aring -17
KPX scaron aogonek -17
KPX scaron agrave -17
KPX scaron adieresis -17
KPX scaron acircumflex -17
KPX scaron abreve -17
KPX scaron aacute -17
KPX scaron a -17
KPX scedilla atilde -17
KPX scedilla aring -17
KPX scedilla aogonek -17
KPX scedilla agrave -17
KPX scedilla adieresis -17
KPX scedilla acircumflex -17
KPX scedilla abreve -17
KPX scedilla aacute -17
KPX scedilla a -17
KPX tcommaaccent atilde -36
KPX tcommaaccent aring -36
KPX tcommaaccent aogonek -36
KPX tcommaaccent agrave -36
KPX tcommaaccent adieresis -36
KPX tcommaaccent acircumflex -36
KPX tcommaaccent abreve -36
KPX tcommaaccent aacute -36
KPX tcommaaccent a -36
KPX tcommaaccent comma -55
KPX tcommaaccent period -55
KPX uhungarumlaut atilde -55
KPX uhungarumlaut aring -55
KPX uhungarumlaut aogonek -55
KPX uhungarumlaut agrave -55
KPX uhungarumlaut adieresis -55
KPX uhungarumlaut acircumflex -55
KPX uhungarumlaut abreve -55
KPX uhungarumlaut aacute -55
KPX uhungarumlaut a -55
KPX uhungarumlaut comma -36
KPX uhungarumlaut period -36
KPX uring atilde -55
KPX uring aring -55
KPX uring aogonek -55
KPX uring agrave -55
KPX uring adieresis -55
KPX uring acircumflex -55
KPX uring abreve -55
KPX uring aacute -55
KPX uring a -55
KPX uring comma -36
KPX uring period -36
KPX ydieresis otilde -17
KPX ydieresis oslash -17
KPX ydieresis ohungarumlaut -17
KPX ydieresis ograve -17
KPX ydieresis odieresis -17
KPX ydieresis ocircumflex -17
KPX ydieresis oacute -17
KPX ydieresis ccedilla -17
KPX ydieresis ccaron -17
KPX ydieresis cacute -17
KPX ydieresis atilde -55
KPX ydieresis aring -55
KPX ydieresis aogonek -55
KPX ydieresis agrave -55
KPX ydieresis adieresis -55
KPX ydieresis acircumflex -55
KPX ydieresis abreve -55
KPX ydieresis aacute -55
KPX ydieresis a -55
KPX ydieresis c -17
KPX ydieresis comma -111
KPX ydieresis o -17
KPX ydieresis period -111
KPX Agrave guilsinglleft -92
KPX Agrave guillemotleft -83
KPX Agrave ydieresis -74
KPX Agrave yacute -74
KPX Agrave uring -55
KPX Agrave uhungarumlaut -55
KPX Agrave ugrave -55
KPX Agrave udieresis -55
KPX Agrave ucircumflex -55
KPX Agrave uacute -55
KPX Agrave tcommaaccent -55
KPX Agrave otilde -55
KPX Agrave oslash -55
KPX Agrave ohungarumlaut -55
KPX Agrave ograve -55
KPX Agrave odieresis -55
KPX Agrave ocircumflex -55
KPX Agrave oacute -55
KPX Agrave gbreve -36
KPX Agrave ccedilla -55
KPX Agrave ccaron -55
KPX Agrave cacute -55
KPX Agrave Ydieresis -111
KPX Agrave Yacute -111
KPX Agrave Uring -36
KPX Agrave Uhungarumlaut -36
KPX Agrave Ugrave -36
KPX Agrave Udieresis -36
KPX Agrave Ucircumflex -36
KPX Agrave Uacute -36
KPX Agrave Tcommaaccent -74
KPX Agrave Tcaron -74
KPX Agrave U -36
KPX Agrave c -55
KPX Agrave g -36
KPX Agrave o -55
KPX Agrave q -55
KPX Agrave t -55
KPX Agrave u -55
KPX Agrave v -92
KPX Agrave w -74
KPX Agrave y -74
KPX Agrave T -74
KPX Agrave V -111
KPX Agrave W -74
KPX Agrave Y -111
KPX Agrave quoteright -74
KPX Aacute guilsinglleft -92
KPX Aacute guillemotleft -83
KPX Aacute ydieresis -74
KPX Aacute yacute -74
KPX Aacute uring -55
KPX Aacute uhungarumlaut -55
KPX Aacute ugrave -55
KPX Aacute udieresis -55
KPX Aacute ucircumflex -55
KPX Aacute uacute -55
KPX Aacute tcommaaccent -55
KPX Aacute otilde -55
KPX Aacute oslash -55
KPX Aacute ohungarumlaut -55
KPX Aacute ograve -55
KPX Aacute odieresis -55
KPX Aacute ocircumflex -55
KPX Aacute oacute -55
KPX Aacute gbreve -36
KPX Aacute ccedilla -55
KPX Aacute ccaron -55
KPX Aacute cacute -55
KPX Aacute Ydieresis -111
KPX Aacute Yacute -111
KPX Aacute Uring -36
KPX Aacute Uhungarumlaut -36
KPX Aacute Ugrave -36
KPX Aacute Udieresis -36
KPX Aacute Ucircumflex -36
KPX Aacute Uacute -36
KPX Aacute Tcommaaccent -74
KPX Aacute Tcaron -74
KPX Aacute U -36
KPX Aacute c -55
KPX Aacute g -36
KPX Aacute o -55
KPX Aacute q -55
KPX Aacute t -55
KPX Aacute u -55
KPX Aacute v -92
KPX Aacute w -74
KPX Aacute y -74
KPX Aacute T -74
KPX Aacute V -111
KPX Aacute W -74
KPX Aacute Y -111
KPX Aacute quoteright -74
KPX Acircumflex guilsinglleft -92
KPX Acircumflex guillemotleft -83
KPX Acircumflex ydieresis -74
KPX Acircumflex yacute -74
KPX Acircumflex uring -55
KPX Acircumflex uhungarumlaut -55
KPX Acircumflex ugrave -55
KPX Acircumflex udieresis -55
KPX Acircumflex ucircumflex -55
KPX Acircumflex uacute -55
KPX Acircumflex tcommaaccent -55
KPX Acircumflex otilde -55
KPX Acircumflex oslash -55
KPX Acircumflex ohungarumlaut -55
KPX Acircumflex ograve -55
KPX Acircumflex odieresis -55
KPX Acircumflex ocircumflex -55
KPX Acircumflex oacute -55
KPX Acircumflex gbreve -36
KPX Acircumflex ccedilla -55
KPX Acircumflex ccaron -55
KPX Acircumflex cacute -55
KPX Acircumflex Ydieresis -111
KPX Acircumflex Yacute -111
KPX Acircumflex Uring -36
KPX Acircumflex Uhungarumlaut -36
KPX Acircumflex Ugrave -36
KPX Acircumflex Udieresis -36
KPX Acircumflex Ucircumflex -36
KPX Acircumflex Uacute -36
KPX Acircumflex Tcommaaccent -74
KPX Acircumflex Tcaron -74
KPX Acircumflex U -36
KPX Acircumflex c -55
KPX Acircumflex g -36
KPX Acircumflex o -55
KPX Acircumflex q -55
KPX Acircumflex t -55
KPX Acircumflex u -55
KPX Acircumflex v -92
KPX Acircumflex w -74
KPX Acircumflex y -74
KPX Acircumflex T -74
KPX Acircumflex V -111
KPX Acircumflex W -74
KPX Acircumflex Y -111
KPX Acircumflex quoteright -74
KPX Atilde guilsinglleft -92
KPX Atilde guillemotleft -83
KPX Atilde ydieresis -74
KPX Atilde yacute -74
KPX Atilde uring -55
KPX Atilde uhungarumlaut -55
KPX Atilde ugrave -55
KPX Atilde udieresis -55
KPX Atilde ucircumflex -55
KPX Atilde uacute -55
KPX Atilde tcommaaccent -55
KPX Atilde otilde -55
KPX Atilde oslash -55
KPX Atilde ohungarumlaut -55
KPX Atilde ograve -55
KPX Atilde odieresis -55
KPX Atilde ocircumflex -55
KPX Atilde oacute -55
KPX Atilde gbreve -36
KPX Atilde ccedilla -55
KPX Atilde ccaron -55
KPX Atilde cacute -55
KPX Atilde Ydieresis -111
KPX Atilde Yacute -111
KPX Atilde Uring -36
KPX Atilde Uhungarumlaut -36
KPX Atilde Ugrave -36
KPX Atilde Udieresis -36
KPX Atilde Ucircumflex -36
KPX Atilde Uacute -36
KPX Atilde Tcommaaccent -74
KPX Atilde Tcaron -74
KPX Atilde U -36
KPX Atilde c -55
KPX Atilde g -36
KPX Atilde o -55
KPX Atilde q -55
KPX Atilde t -55
KPX Atilde u -55
KPX Atilde v -92
KPX Atilde w -74
KPX Atilde y -74
KPX Atilde T -74
KPX Atilde V -111
KPX Atilde W -74
KPX Atilde Y -111
KPX Atilde quoteright -74
KPX Adieresis guilsinglleft -92
KPX Adieresis guillemotleft -83
KPX Adieresis ydieresis -74
KPX Adieresis yacute -74
KPX Adieresis uring -55
KPX Adieresis uhungarumlaut -55
KPX Adieresis ugrave -55
KPX Adieresis udieresis -55
KPX Adieresis ucircumflex -55
KPX Adieresis uacute -55
KPX Adieresis tcommaaccent -55
KPX Adieresis otilde -55
KPX Adieresis oslash -55
KPX Adieresis ohungarumlaut -55
KPX Adieresis ograve -55
KPX Adieresis odieresis -55
KPX Adieresis ocircumflex -55
KPX Adieresis oacute -55
KPX Adieresis gbreve -36
KPX Adieresis ccedilla -55
KPX Adieresis ccaron -55
KPX Adieresis cacute -55
KPX Adieresis Ydieresis -111
KPX Adieresis Yacute -111
KPX Adieresis Uring -36
KPX Adieresis Uhungarumlaut -36
KPX Adieresis Ugrave -36
KPX Adieresis Udieresis -36
KPX Adieresis Ucircumflex -36
KPX Adieresis Uacute -36
KPX Adieresis Tcommaaccent -74
KPX Adieresis Tcaron -74
KPX Adieresis U -36
KPX Adieresis c -55
KPX Adieresis g -36
KPX Adieresis o -55
KPX Adieresis q -55
KPX Adieresis t -55
KPX Adieresis u -55
KPX Adieresis v -92
KPX Adieresis w -74
KPX Adieresis y -74
KPX Adieresis T -74
KPX Adieresis V -111
KPX Adieresis W -74
KPX Adieresis Y -111
KPX Adieresis quoteright -74
KPX Aring guilsinglleft -92
KPX Aring guillemotleft -83
KPX Aring ydieresis -74
KPX Aring yacute -74
KPX Aring uring -55
KPX Aring uhungarumlaut -55
KPX Aring ugrave -55
KPX Aring udieresis -55
KPX Aring ucircumflex -55
KPX Aring uacute -55
KPX Aring tcommaaccent -55
KPX Aring otilde -55
KPX Aring oslash -55
KPX Aring ohungarumlaut -55
KPX Aring ograve -55
KPX Aring odieresis -55
KPX Aring ocircumflex -55
KPX Aring oacute -55
KPX Aring gbreve -36
KPX Aring ccedilla -55
KPX Aring ccaron -55
KPX Aring cacute -55
KPX Aring Ydieresis -111
KPX Aring Yacute -111
KPX Aring Uring -36
KPX Aring Uhungarumlaut -36
KPX Aring Ugrave -36
KPX Aring Udieresis -36
KPX Aring Ucircumflex -36
KPX Aring Uacute -36
KPX Aring Tcommaaccent -74
KPX Aring Tcaron -74
KPX Aring U -36
KPX Aring c -55
KPX Aring g -36
KPX Aring o -55
KPX Aring q -55
KPX Aring t -55
KPX Aring u -55
KPX Aring v -92
KPX Aring w -74
KPX Aring y -74
KPX Aring T -74
KPX Aring V -111
KPX Aring W -74
KPX Aring Y -111
KPX Aring quoteright -74
KPX Ograve atilde -55
KPX Ograve aring -55
KPX Ograve aogonek -55
KPX Ograve agrave -55
KPX Ograve adieresis -55
KPX Ograve acircumflex -55
KPX Ograve abreve -55
KPX Ograve aacute -55
KPX Ograve a -55
KPX Oacute atilde -55
KPX Oacute aring -55
KPX Oacute aogonek -55
KPX Oacute agrave -55
KPX Oacute adieresis -55
KPX Oacute acircumflex -55
KPX Oacute abreve -55
KPX Oacute aacute -55
KPX Oacute a -55
KPX Ocircumflex atilde -55
KPX Ocircumflex aring -55
KPX Ocircumflex aogonek -55
KPX Ocircumflex agrave -55
KPX Ocircumflex adieresis -55
KPX Ocircumflex acircumflex -55
KPX Ocircumflex abreve -55
KPX Ocircumflex aacute -55
KPX Ocircumflex a -55
KPX Otilde atilde -55
KPX Otilde aring -55
KPX Otilde aogonek -55
KPX Otilde agrave -55
KPX Otilde adieresis -55
KPX Otilde acircumflex -55
KPX Otilde abreve -55
KPX Otilde aacute -55
KPX Otilde a -55
KPX Odieresis atilde -55
KPX Odieresis aring -55
KPX Odieresis aogonek -55
KPX Odieresis agrave -55
KPX Odieresis adieresis -55
KPX Odieresis acircumflex -55
KPX Odieresis abreve -55
KPX Odieresis aacute -55
KPX Odieresis a -55
KPX Oslash atilde -55
KPX Oslash aring -55
KPX Oslash aogonek -55
KPX Oslash agrave -55
KPX Oslash adieresis -55
KPX Oslash acircumflex -55
KPX Oslash abreve -55
KPX Oslash aacute -55
KPX Oslash a -55
KPX Ugrave AE -55
KPX Ugrave atilde -55
KPX Ugrave aring -55
KPX Ugrave aogonek -55
KPX Ugrave agrave -55
KPX Ugrave adieresis -55
KPX Ugrave acircumflex -55
KPX Ugrave abreve -55
KPX Ugrave aacute -55
KPX Ugrave Atilde -55
KPX Ugrave Aring -55
KPX Ugrave Aogonek -55
KPX Ugrave Agrave -55
KPX Ugrave Adieresis -55
KPX Ugrave Acircumflex -55
KPX Ugrave Abreve -55
KPX Ugrave Aacute -55
KPX Ugrave A -55
KPX Ugrave a -55
KPX Uacute AE -55
KPX Uacute atilde -55
KPX Uacute aring -55
KPX Uacute aogonek -55
KPX Uacute agrave -55
KPX Uacute adieresis -55
KPX Uacute acircumflex -55
KPX Uacute abreve -55
KPX Uacute aacute -55
KPX Uacute Atilde -55
KPX Uacute Aring -55
KPX Uacute Aogonek -55
KPX Uacute Agrave -55
KPX Uacute Adieresis -55
KPX Uacute Acircumflex -55
KPX Uacute Abreve -55
KPX Uacute Aacute -55
KPX Uacute A -55
KPX Uacute a -55
KPX Ucircumflex AE -55
KPX Ucircumflex atilde -55
KPX Ucircumflex aring -55
KPX Ucircumflex aogonek -55
KPX Ucircumflex agrave -55
KPX Ucircumflex adieresis -55
KPX Ucircumflex acircumflex -55
KPX Ucircumflex abreve -55
KPX Ucircumflex aacute -55
KPX Ucircumflex Atilde -55
KPX Ucircumflex Aring -55
KPX Ucircumflex Aogonek -55
KPX Ucircumflex Agrave -55
KPX Ucircumflex Adieresis -55
KPX Ucircumflex Acircumflex -55
KPX Ucircumflex Abreve -55
KPX Ucircumflex Aacute -55
KPX Ucircumflex A -55
KPX Ucircumflex a -55
KPX Udieresis AE -55
KPX Udieresis atilde -55
KPX Udieresis aring -55
KPX Udieresis aogonek -55
KPX Udieresis agrave -55
KPX Udieresis adieresis -55
KPX Udieresis acircumflex -55
KPX Udieresis abreve -55
KPX Udieresis aacute -55
KPX Udieresis Atilde -55
KPX Udieresis Aring -55
KPX Udieresis Aogonek -55
KPX Udieresis Agrave -55
KPX Udieresis Adieresis -55
KPX Udieresis Acircumflex -55
KPX Udieresis Abreve -55
KPX Udieresis Aacute -55
KPX Udieresis A -55
KPX Udieresis a -55
KPX Yacute ae -92
KPX Yacute AE -92
KPX Yacute guilsinglleft -135
KPX Yacute guillemotleft -126
KPX Yacute dotlessi -55
KPX Yacute uring -90
KPX Yacute uhungarumlaut -90
KPX Yacute ugrave -90
KPX Yacute udieresis -90
KPX Yacute ucircumflex -90
KPX Yacute uacute -90
KPX Yacute scedilla -36
KPX Yacute scaron -36
KPX Yacute sacute -36
KPX Yacute germandbls -36
KPX Yacute otilde -92
KPX Yacute oslash -92
KPX Yacute ohungarumlaut -92
KPX Yacute ograve -92
KPX Yacute odieresis -92
KPX Yacute ocircumflex -92
KPX Yacute oacute -92
KPX Yacute igrave -55
KPX Yacute idieresis -55
KPX Yacute icircumflex -55
KPX Yacute iacute -55
KPX Yacute eogonek -92
KPX Yacute egrave -92
KPX Yacute edieresis -92
KPX Yacute ecircumflex -92
KPX Yacute ecaron -92
KPX Yacute eacute -92
KPX Yacute ccedilla -111
KPX Yacute ccaron -111
KPX Yacute cacute -111
KPX Yacute atilde -92
KPX Yacute aring -92
KPX Yacute aogonek -92
KPX Yacute agrave -92
KPX Yacute adieresis -92
KPX Yacute acircumflex -92
KPX Yacute abreve -92
KPX Yacute aacute -92
KPX Yacute Atilde -92
KPX Yacute Aring -92
KPX Yacute Aogonek -92
KPX Yacute Agrave -92
KPX Yacute Adieresis -92
KPX Yacute Acircumflex -92
KPX Yacute Abreve -92
KPX Yacute Aacute -92
KPX Yacute a -92
KPX Yacute c -111
KPX Yacute e -92
KPX Yacute i -55
KPX Yacute o -92
KPX Yacute s -36
KPX Yacute u -90
KPX Yacute A -92
KPX Yacute colon -74
KPX Yacute comma -111
KPX Yacute hyphen -92
KPX Yacute period -111
KPX Yacute semicolon -74
KPX agrave ydieresis -55
KPX agrave yacute -55
KPX agrave uring -55
KPX agrave uhungarumlaut -55
KPX agrave ugrave -55
KPX agrave udieresis -55
KPX agrave ucircumflex -55
KPX agrave uacute -55
KPX agrave tcommaaccent -36
KPX agrave otilde -17
KPX agrave oslash -17
KPX agrave ohungarumlaut -17
KPX agrave ograve -17
KPX agrave odieresis -17
KPX agrave ocircumflex -17
KPX agrave oacute -17
KPX agrave gbreve -17
KPX agrave ccedilla -17
KPX agrave ccaron -17
KPX agrave cacute -17
KPX agrave c -17
KPX agrave g -17
KPX agrave o -17
KPX agrave quotedblright -17
KPX agrave quoteright -36
KPX agrave t -36
KPX agrave u -55
KPX agrave v -74
KPX agrave w -55
KPX agrave y -55
KPX aacute ydieresis -55
KPX aacute yacute -55
KPX aacute uring -55
KPX aacute uhungarumlaut -55
KPX aacute ugrave -55
KPX aacute udieresis -55
KPX aacute ucircumflex -55
KPX aacute uacute -55
KPX aacute tcommaaccent -36
KPX aacute otilde -17
KPX aacute oslash -17
KPX aacute ohungarumlaut -17
KPX aacute ograve -17
KPX aacute odieresis -17
KPX aacute ocircumflex -17
KPX aacute oacute -17
KPX aacute gbreve -17
KPX aacute ccedilla -17
KPX aacute ccaron -17
KPX aacute cacute -17
KPX aacute c -17
KPX aacute g -17
KPX aacute o -17
KPX aacute quotedblright -17
KPX aacute quoteright -36
KPX aacute t -36
KPX aacute u -55
KPX aacute v -74
KPX aacute w -55
KPX aacute y -55
KPX acircumflex ydieresis -55
KPX acircumflex yacute -55
KPX acircumflex uring -55
KPX acircumflex uhungarumlaut -55
KPX acircumflex ugrave -55
KPX acircumflex udieresis -55
KPX acircumflex ucircumflex -55
KPX acircumflex uacute -55
KPX acircumflex tcommaaccent -36
KPX acircumflex otilde -17
KPX acircumflex oslash -17
KPX acircumflex ohungarumlaut -17
KPX acircumflex ograve -17
KPX acircumflex odieresis -17
KPX acircumflex ocircumflex -17
KPX acircumflex oacute -17
KPX acircumflex gbreve -17
KPX acircumflex ccedilla -17
KPX acircumflex ccaron -17
KPX acircumflex cacute -17
KPX acircumflex c -17
KPX acircumflex g -17
KPX acircumflex o -17
KPX acircumflex quotedblright -17
KPX acircumflex quoteright -36
KPX acircumflex t -36
KPX acircumflex u -55
KPX acircumflex v -74
KPX acircumflex w -55
KPX acircumflex y -55
KPX atilde ydieresis -55
KPX atilde yacute -55
KPX atilde uring -55
KPX atilde uhungarumlaut -55
KPX atilde ugrave -55
KPX atilde udieresis -55
KPX atilde ucircumflex -55
KPX atilde uacute -55
KPX atilde tcommaaccent -36
KPX atilde otilde -17
KPX atilde oslash -17
KPX atilde ohungarumlaut -17
KPX atilde ograve -17
KPX atilde odieresis -17
KPX atilde ocircumflex -17
KPX atilde oacute -17
KPX atilde gbreve -17
KPX atilde ccedilla -17
KPX atilde ccaron -17
KPX atilde cacute -17
KPX atilde c -17
KPX atilde g -17
KPX atilde o -17
KPX atilde quotedblright -17
KPX atilde quoteright -36
KPX atilde t -36
KPX atilde u -55
KPX atilde v -74
KPX atilde w -55
KPX atilde y -55
KPX adieresis ydieresis -55
KPX adieresis yacute -55
KPX adieresis uring -55
KPX adieresis uhungarumlaut -55
KPX adieresis ugrave -55
KPX adieresis udieresis -55
KPX adieresis ucircumflex -55
KPX adieresis uacute -55
KPX adieresis tcommaaccent -36
KPX adieresis otilde -17
KPX adieresis oslash -17
KPX adieresis ohungarumlaut -17
KPX adieresis ograve -17
KPX adieresis odieresis -17
KPX adieresis ocircumflex -17
KPX adieresis oacute -17
KPX adieresis gbreve -17
KPX adieresis ccedilla -17
KPX adieresis ccaron -17
KPX adieresis cacute -17
KPX adieresis c -17
KPX adieresis g -17
KPX adieresis o -17
KPX adieresis quotedblright -17
KPX adieresis quoteright -36
KPX adieresis t -36
KPX adieresis u -55
KPX adieresis v -74
KPX adieresis w -55
KPX adieresis y -55
KPX aring ydieresis -55
KPX aring yacute -55
KPX aring uring -55
KPX aring uhungarumlaut -55
KPX aring ugrave -55
KPX aring udieresis -55
KPX aring ucircumflex -55
KPX aring uacute -55
KPX aring tcommaaccent -36
KPX aring otilde -17
KPX aring oslash -17
KPX aring ohungarumlaut -17
KPX aring ograve -17
KPX aring odieresis -17
KPX aring ocircumflex -17
KPX aring oacute -17
KPX aring gbreve -17
KPX aring ccedilla -17
KPX aring ccaron -17
KPX aring cacute -17
KPX aring c -17
KPX aring g -17
KPX aring o -17
KPX aring quotedblright -17
KPX aring quoteright -36
KPX aring t -36
KPX aring u -55
KPX aring v -74
KPX aring w -55
KPX aring y -55
KPX ntilde atilde -36
KPX ntilde aring -36
KPX ntilde aogonek -36
KPX ntilde agrave -36
KPX ntilde adieresis -36
KPX ntilde acircumflex -36
KPX ntilde abreve -36
KPX ntilde aacute -36
KPX ntilde a -36
KPX ntilde comma -17
KPX ntilde period -17
KPX ograve ydieresis -17
KPX ograve yacute -17
KPX ograve atilde -55
KPX ograve aring -55
KPX ograve aogonek -55
KPX ograve agrave -55
KPX ograve adieresis -55
KPX ograve acircumflex -55
KPX ograve abreve -55
KPX ograve aacute -55
KPX ograve a -55
KPX ograve comma -17
KPX ograve period -17
KPX ograve v -36
KPX ograve x -17
KPX ograve y -17
KPX oacute ydieresis -17
KPX oacute yacute -17
KPX oacute atilde -55
KPX oacute aring -55
KPX oacute aogonek -55
KPX oacute agrave -55
KPX oacute adieresis -55
KPX oacute acircumflex -55
KPX oacute abreve -55
KPX oacute aacute -55
KPX oacute a -55
KPX oacute comma -17
KPX oacute period -17
KPX oacute v -36
KPX oacute x -17
KPX oacute y -17
KPX ocircumflex ydieresis -17
KPX ocircumflex yacute -17
KPX ocircumflex atilde -55
KPX ocircumflex aring -55
KPX ocircumflex aogonek -55
KPX ocircumflex agrave -55
KPX ocircumflex adieresis -55
KPX ocircumflex acircumflex -55
KPX ocircumflex abreve -55
KPX ocircumflex aacute -55
KPX ocircumflex a -55
KPX ocircumflex comma -17
KPX ocircumflex period -17
KPX ocircumflex v -36
KPX ocircumflex x -17
KPX ocircumflex y -17
KPX otilde ydieresis -17
KPX otilde yacute -17
KPX otilde atilde -55
KPX otilde aring -55
KPX otilde aogonek -55
KPX otilde agrave -55
KPX otilde adieresis -55
KPX otilde acircumflex -55
KPX otilde abreve -55
KPX otilde aacute -55
KPX otilde a -55
KPX otilde comma -17
KPX otilde period -17
KPX otilde v -36
KPX otilde x -17
KPX otilde y -17
KPX odieresis ydieresis -17
KPX odieresis yacute -17
KPX odieresis atilde -55
KPX odieresis aring -55
KPX odieresis aogonek -55
KPX odieresis agrave -55
KPX odieresis adieresis -55
KPX odieresis acircumflex -55
KPX odieresis abreve -55
KPX odieresis aacute -55
KPX odieresis a -55
KPX odieresis comma -17
KPX odieresis period -17
KPX odieresis v -36
KPX odieresis x -17
KPX odieresis y -17
KPX oslash ydieresis -17
KPX oslash yacute -17
KPX oslash atilde -55
KPX oslash aring -55
KPX oslash aogonek -55
KPX oslash agrave -55
KPX oslash adieresis -55
KPX oslash acircumflex -55
KPX oslash abreve -55
KPX oslash aacute -55
KPX oslash a -55
KPX oslash comma -17
KPX oslash period -17
KPX oslash v -36
KPX oslash x -17
KPX oslash y -17
KPX ugrave atilde -55
KPX ugrave aring -55
KPX ugrave aogonek -55
KPX ugrave agrave -55
KPX ugrave adieresis -55
KPX ugrave acircumflex -55
KPX ugrave abreve -55
KPX ugrave aacute -55
KPX ugrave a -55
KPX ugrave comma -36
KPX ugrave period -36
KPX uacute atilde -55
KPX uacute aring -55
KPX uacute aogonek -55
KPX uacute agrave -55
KPX uacute adieresis -55
KPX uacute acircumflex -55
KPX uacute abreve -55
KPX uacute aacute -55
KPX uacute a -55
KPX uacute comma -36
KPX uacute period -36
KPX ucircumflex atilde -55
KPX ucircumflex aring -55
KPX ucircumflex aogonek -55
KPX ucircumflex agrave -55
KPX ucircumflex adieresis -55
KPX ucircumflex acircumflex -55
KPX ucircumflex abreve -55
KPX ucircumflex aacute -55
KPX ucircumflex a -55
KPX ucircumflex comma -36
KPX ucircumflex period -36
KPX udieresis atilde -55
KPX udieresis aring -55
KPX udieresis aogonek -55
KPX udieresis agrave -55
KPX udieresis adieresis -55
KPX udieresis acircumflex -55
KPX udieresis abreve -55
KPX udieresis aacute -55
KPX udieresis a -55
KPX udieresis comma -36
KPX udieresis period -36
KPX yacute otilde -17
KPX yacute oslash -17
KPX yacute ohungarumlaut -17
KPX yacute ograve -17
KPX yacute odieresis -17
KPX yacute ocircumflex -17
KPX yacute oacute -17
KPX yacute ccedilla -17
KPX yacute ccaron -17
KPX yacute cacute -17
KPX yacute atilde -55
KPX yacute aring -55
KPX yacute aogonek -55
KPX yacute agrave -55
KPX yacute adieresis -55
KPX yacute acircumflex -55
KPX yacute abreve -55
KPX yacute aacute -55
KPX yacute a -55
KPX yacute c -17
KPX yacute comma -111
KPX yacute o -17
KPX yacute period -111
KPX germandbls atilde -17
KPX germandbls aring -17
KPX germandbls aogonek -17
KPX germandbls agrave -17
KPX germandbls adieresis -17
KPX germandbls acircumflex -17
KPX germandbls abreve -17
KPX germandbls aacute -17
KPX germandbls a -17
KPX space A -36
KPX space Y -17
EndKernPairs
EndKernData
EndFontMetrics