fixedsys.sfd 32 KB
Newer Older
1 2 3 4 5 6
SplineFontDB: 3.0
FontName: fixedsys
FullName: Fixedsys
FamilyName: Fixedsys
Weight: Medium
Copyright: Copyright (C) 2013 Huw D M Davies, Dmitry Timoshkov, et al.
7
UComments: "#pragma makedep font vgafix.fon -d 128 15,1252,8"
8 9 10 11 12 13 14
Version: 001.000
ItalicAngle: 0
UnderlinePosition: -100
UnderlineWidth: 50
Ascent: 12
Descent: 3
LayerCount: 2
15 16
Layer: 0 0 "Back" 1
Layer: 1 0 "Fore" 0
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
FSType: 8
OS2Version: 1
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 0
PfmFamily: 49
TTFWeight: 400
TTFWidth: 5
LineGap: 0
VLineGap: 0
Panose: 2 11 6 9 0 0 0 0 0 0
OS2TypoAscent: 0
OS2TypoAOffset: 1
OS2TypoDescent: 0
OS2TypoDOffset: 1
OS2TypoLinegap: 0
OS2WinAscent: 12
OS2WinAOffset: 0
OS2WinDescent: 3
OS2WinDOffset: 0
HheadAscent: 12
HheadAOffset: 0
HheadDescent: -3
HheadDOffset: 0
OS2Vendor: 'Wine'
MarkAttachClasses: 1
DEI: 91125
LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html"
Encoding: UnicodeBmp
UnicodeInterp: none
NameList: Adobe Glyph List
DisplaySize: 15
AntiAlias: 0
FitToEm: 1
WinInfo: 8192 16 9
OnlyBitmaps: 1
BeginPrivate: 0
EndPrivate
TeXData: 1 0 0 346030 173015 115343 0 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
BeginChars: 65536 251

StartChar: exclam
Encoding: 33 33 0
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quotedbl
Encoding: 34 34 1
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: numbersign
Encoding: 35 35 2
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: dollar
Encoding: 36 36 3
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: percent
Encoding: 37 37 4
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ampersand
Encoding: 38 38 5
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quotesingle
Encoding: 39 39 6
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: parenleft
Encoding: 40 40 7
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: parenright
Encoding: 41 41 8
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: asterisk
Encoding: 42 42 9
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: plus
Encoding: 43 43 10
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: comma
Encoding: 44 44 11
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: hyphen
Encoding: 45 45 12
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: period
Encoding: 46 46 13
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: slash
Encoding: 47 47 14
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: zero
Encoding: 48 48 15
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: one
Encoding: 49 49 16
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: two
Encoding: 50 50 17
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: three
Encoding: 51 51 18
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: four
Encoding: 52 52 19
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: five
Encoding: 53 53 20
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: six
Encoding: 54 54 21
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: seven
Encoding: 55 55 22
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: eight
Encoding: 56 56 23
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: nine
Encoding: 57 57 24
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: colon
Encoding: 58 58 25
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: semicolon
Encoding: 59 59 26
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: less
Encoding: 60 60 27
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: equal
Encoding: 61 61 28
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: greater
Encoding: 62 62 29
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: question
Encoding: 63 63 30
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: at
Encoding: 64 64 31
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: A
Encoding: 65 65 32
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: B
Encoding: 66 66 33
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: C
Encoding: 67 67 34
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: D
Encoding: 68 68 35
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: E
Encoding: 69 69 36
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: F
Encoding: 70 70 37
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: G
Encoding: 71 71 38
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: H
Encoding: 72 72 39
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: I
Encoding: 73 73 40
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: J
Encoding: 74 74 41
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: K
Encoding: 75 75 42
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: L
Encoding: 76 76 43
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: M
Encoding: 77 77 44
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: N
Encoding: 78 78 45
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: O
Encoding: 79 79 46
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: P
Encoding: 80 80 47
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Q
Encoding: 81 81 48
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: R
Encoding: 82 82 49
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: S
Encoding: 83 83 50
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: T
Encoding: 84 84 51
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: U
Encoding: 85 85 52
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: V
Encoding: 86 86 53
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: W
Encoding: 87 87 54
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: X
Encoding: 88 88 55
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Y
Encoding: 89 89 56
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Z
Encoding: 90 90 57
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: bracketleft
Encoding: 91 91 58
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: backslash
Encoding: 92 92 59
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: bracketright
Encoding: 93 93 60
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: asciicircum
Encoding: 94 94 61
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: underscore
Encoding: 95 95 62
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: grave
Encoding: 96 96 63
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: a
Encoding: 97 97 64
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: b
Encoding: 98 98 65
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: c
Encoding: 99 99 66
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: d
Encoding: 100 100 67
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: e
Encoding: 101 101 68
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: f
Encoding: 102 102 69
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: g
Encoding: 103 103 70
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: h
Encoding: 104 104 71
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: i
Encoding: 105 105 72
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: j
Encoding: 106 106 73
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: k
Encoding: 107 107 74
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: l
Encoding: 108 108 75
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: m
Encoding: 109 109 76
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: n
Encoding: 110 110 77
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: o
Encoding: 111 111 78
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: p
Encoding: 112 112 79
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: q
Encoding: 113 113 80
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: r
Encoding: 114 114 81
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: s
Encoding: 115 115 82
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: t
Encoding: 116 116 83
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: u
Encoding: 117 117 84
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: v
Encoding: 118 118 85
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: w
Encoding: 119 119 86
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: x
Encoding: 120 120 87
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: y
Encoding: 121 121 88
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: z
Encoding: 122 122 89
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: braceleft
Encoding: 123 123 90
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: bar
Encoding: 124 124 91
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: braceright
Encoding: 125 125 92
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: asciitilde
Encoding: 126 126 93
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0080
Encoding: 128 128 94
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni00A0
Encoding: 160 160 95
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: exclamdown
Encoding: 161 161 96
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: cent
Encoding: 162 162 97
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: sterling
Encoding: 163 163 98
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: currency
Encoding: 164 164 99
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: yen
Encoding: 165 165 100
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: brokenbar
Encoding: 166 166 101
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: section
Encoding: 167 167 102
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: dieresis
Encoding: 168 168 103
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: copyright
Encoding: 169 169 104
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ordfeminine
Encoding: 170 170 105
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: guillemotleft
Encoding: 171 171 106
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: logicalnot
Encoding: 172 172 107
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni00AD
Encoding: 173 173 108
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: registered
Encoding: 174 174 109
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: macron
Encoding: 175 175 110
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: degree
Encoding: 176 176 111
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: plusminus
Encoding: 177 177 112
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni00B2
Encoding: 178 178 113
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni00B3
Encoding: 179 179 114
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: acute
Encoding: 180 180 115
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni00B5
Encoding: 181 181 116
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: paragraph
Encoding: 182 182 117
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: periodcentered
Encoding: 183 183 118
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: cedilla
Encoding: 184 184 119
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni00B9
Encoding: 185 185 120
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ordmasculine
Encoding: 186 186 121
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: guillemotright
Encoding: 187 187 122
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: onequarter
Encoding: 188 188 123
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: onehalf
Encoding: 189 189 124
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: threequarters
Encoding: 190 190 125
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: questiondown
Encoding: 191 191 126
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Agrave
Encoding: 192 192 127
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Aacute
Encoding: 193 193 128
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Acircumflex
Encoding: 194 194 129
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Atilde
Encoding: 195 195 130
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Adieresis
Encoding: 196 196 131
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Aring
Encoding: 197 197 132
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: AE
Encoding: 198 198 133
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ccedilla
Encoding: 199 199 134
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Egrave
Encoding: 200 200 135
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Eacute
Encoding: 201 201 136
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ecircumflex
Encoding: 202 202 137
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Edieresis
Encoding: 203 203 138
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Igrave
Encoding: 204 204 139
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Iacute
Encoding: 205 205 140
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Icircumflex
Encoding: 206 206 141
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Idieresis
Encoding: 207 207 142
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Eth
Encoding: 208 208 143
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ntilde
Encoding: 209 209 144
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ograve
Encoding: 210 210 145
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Oacute
Encoding: 211 211 146
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ocircumflex
Encoding: 212 212 147
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Otilde
Encoding: 213 213 148
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Odieresis
Encoding: 214 214 149
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: multiply
Encoding: 215 215 150
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Oslash
Encoding: 216 216 151
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ugrave
Encoding: 217 217 152
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Uacute
Encoding: 218 218 153
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ucircumflex
Encoding: 219 219 154
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Udieresis
Encoding: 220 220 155
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Yacute
Encoding: 221 221 156
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Thorn
Encoding: 222 222 157
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: germandbls
Encoding: 223 223 158
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: agrave
Encoding: 224 224 159
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: space
Encoding: 32 32 160
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: aacute
Encoding: 225 225 161
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: acircumflex
Encoding: 226 226 162
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: atilde
Encoding: 227 227 163
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: adieresis
Encoding: 228 228 164
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: aring
Encoding: 229 229 165
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ae
Encoding: 230 230 166
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ccedilla
Encoding: 231 231 167
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: egrave
Encoding: 232 232 168
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: eacute
Encoding: 233 233 169
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ecircumflex
Encoding: 234 234 170
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: edieresis
Encoding: 235 235 171
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: igrave
Encoding: 236 236 172
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: iacute
Encoding: 237 237 173
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: icircumflex
Encoding: 238 238 174
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: idieresis
Encoding: 239 239 175
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: eth
Encoding: 240 240 176
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ntilde
Encoding: 241 241 177
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ograve
Encoding: 242 242 178
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: oacute
Encoding: 243 243 179
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ocircumflex
Encoding: 244 244 180
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: otilde
Encoding: 245 245 181
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: odieresis
Encoding: 246 246 182
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: divide
Encoding: 247 247 183
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: oslash
Encoding: 248 248 184
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ugrave
Encoding: 249 249 185
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uacute
Encoding: 250 250 186
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ucircumflex
Encoding: 251 251 187
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: udieresis
Encoding: 252 252 188
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: yacute
Encoding: 253 253 189
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: thorn
Encoding: 254 254 190
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ydieresis
Encoding: 255 255 191
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni007F
Encoding: 127 127 192
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0081
Encoding: 129 129 193
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0082
Encoding: 130 130 194
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0083
Encoding: 131 131 195
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0084
Encoding: 132 132 196
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0085
Encoding: 133 133 197
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0086
Encoding: 134 134 198
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0087
Encoding: 135 135 199
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0088
Encoding: 136 136 200
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0089
Encoding: 137 137 201
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni008A
Encoding: 138 138 202
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni008B
Encoding: 139 139 203
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni008C
Encoding: 140 140 204
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni008D
Encoding: 141 141 205
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni008E
Encoding: 142 142 206
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni008F
Encoding: 143 143 207
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0090
Encoding: 144 144 208
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0091
Encoding: 145 145 209
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0092
Encoding: 146 146 210
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0093
Encoding: 147 147 211
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0094
Encoding: 148 148 212
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0095
Encoding: 149 149 213
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0096
Encoding: 150 150 214
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0097
Encoding: 151 151 215
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0098
Encoding: 152 152 216
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni0099
Encoding: 153 153 217
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni009A
Encoding: 154 154 218
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni009B
Encoding: 155 155 219
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni009C
Encoding: 156 156 220
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni009D
Encoding: 157 157 221
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni009E
Encoding: 158 158 222
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: uni009F
Encoding: 159 159 223
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Euro
Encoding: 8364 8364 224
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quotesinglbase
Encoding: 8218 8218 225
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: florin
Encoding: 402 402 226
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quotedblbase
Encoding: 8222 8222 227
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: ellipsis
Encoding: 8230 8230 228
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: dagger
Encoding: 8224 8224 229
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: daggerdbl
Encoding: 8225 8225 230
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: circumflex
Encoding: 710 710 231
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: perthousand
Encoding: 8240 8240 232
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Scaron
Encoding: 352 352 233
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: guilsinglleft
Encoding: 8249 8249 234
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: guilsinglright
Encoding: 8250 8250 235
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: OE
Encoding: 338 338 236
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Zcaron
Encoding: 381 381 237
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quoteleft
Encoding: 8216 8216 238
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quoteright
Encoding: 8217 8217 239
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quotedblleft
Encoding: 8220 8220 240
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: quotedblright
Encoding: 8221 8221 241
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: bullet
Encoding: 8226 8226 242
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: endash
Encoding: 8211 8211 243
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: emdash
Encoding: 8212 8212 244
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: tilde
Encoding: 732 732 245
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: trademark
Encoding: 8482 8482 246
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: scaron
Encoding: 353 353 247
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: oe
Encoding: 339 339 248
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: zcaron
Encoding: 382 382 249
Width: 8
Flags: W
LayerCount: 2
EndChar

StartChar: Ydieresis
Encoding: 376 376 250
Width: 8
Flags: W
LayerCount: 2
EndChar
EndChars
BitmapFont: 15 252 12 3 1
BDFChar: 0 33 8 2 5 0 9
@.<[Tn6fW(?sis7
BDFChar: 1 34 8 1 6 7 9
bfn92
BDFChar: 2 35 8 1 7 0 9
Ci')eCi!qeChs(O
BDFChar: 3 36 8 1 6 -2 10
0JIaq^qb1'%*WrM0E;(Q
BDFChar: 4 37 8 0 7 0 10
E7s"&Hl,%ogRAZQ
BDFChar: 5 38 8 1 7 0 9
Gg+CUG];B^gi`Yt
BDFChar: 6 39 8 1 2 7 9
^qd_c
BDFChar: 7 40 8 3 6 -3 9
0OS9r^qdb$^gLPX0E;(Q
BDFChar: 8 41 8 1 4 -3 9
^gLPX0JG170OS9r^]4?7
BDFChar: 9 42 8 1 6 2 6
b]s&1bQ%VC
BDFChar: 10 43 8 1 6 1 7
0JG3Y0JG0\
BDFChar: 11 44 8 1 3 -1 1
?spbM
BDFChar: 12 45 8 1 6 4 4
qu?]s
BDFChar: 13 46 8 1 2 0 1
^q]pM
BDFChar: 14 47 8 2 5 -2 9
0JG17?smAM^qdb$
BDFChar: 15 48 8 1 6 0 8
Gg+subj=]?GQ7^D
BDFChar: 16 49 8 2 5 0 8
0^pbM0JG170E;(Q
BDFChar: 17 50 8 1 6 0 8
Gg+A?(bf@5qu?]s
BDFChar: 18 51 8 1 6 0 8
Gg$R)GRP#)GQ7^D
BDFChar: 19 52 8 1 7 0 8
*'A%Rbfp%p$ig8-
BDFChar: 20 53 8 1 6 0 8
r4p,CbR=p(GQ7^D
BDFChar: 21 54 8 1 6 0 8
Gg*t=prpt+GQ7^D
BDFChar: 22 55 8 1 6 0 8
r!XDZ0JHmB^]4?7
BDFChar: 23 56 8 1 6 0 8
Gg+CUGg+CUGQ7^D
BDFChar: 24 57 8 1 6 0 8
Gg+CUHjgG-GQ7^D
BDFChar: 25 58 8 3 4 0 6
^q]pM!5QAM
BDFChar: 26 59 8 2 4 -1 6
?sis7!+93M
BDFChar: 27 60 8 1 6 0 8
$lC[+^gJi5$ig8-
BDFChar: 28 61 8 1 6 3 6
qu?`p
BDFChar: 29 62 8 1 6 0 8
^gJi5$lC[+^]4?7
BDFChar: 30 63 8 1 6 0 9
Gg+A?(bdWD0JEJ,
BDFChar: 31 64 8 0 7 0 8
IcnVpgY:$3IfKHK
BDFChar: 32 65 8 1 6 0 8
0JIaqbfp"/bQ%VC
BDFChar: 33 66 8 1 7 0 8
r5Qarr5Qarqu?]s
BDFChar: 34 67 8 1 7 0 8
3,HUM^qds+2uipY
BDFChar: 35 68 8 1 7 0 8
prpat`l?$Bp](9o
BDFChar: 36 69 8 1 7 0 8
rkQ=br4p+`rVuou
BDFChar: 37 70 8 1 7 0 8
rkQ=br4p+`^]4?7
BDFChar: 38 71 8 1 7 0 8
3,HUMhT!QQ3WK-[
BDFChar: 39 72 8 1 7 0 8
`l?$<rl2st`W,u=
BDFChar: 40 73 8 2 5 0 8
n6fX3?smAMn,NFg
BDFChar: 41 74 8 1 6 0 8
$k*OQ$k1A(GQ7^D
BDFChar: 42 75 8 1 7 0 8
`m!*)i:,CC`W,u=
BDFChar: 43 76 8 1 7 0 8
^qdb$^qdb$rVuou
BDFChar: 44 77 8 1 7 0 8
`l@H7rr1L"`W,u=
BDFChar: 45 78 8 1 7 0 8
`ocFWf&"]t`W,u=
BDFChar: 46 79 8 1 7 0 8
3,HUS`l?#72uipY
BDFChar: 47 80 8 1 7 0 8
r5Qar`r*Wf^]4?7
BDFChar: 48 81 8 1 7 -1 8
3,HUS`l?m%Hk$,V
BDFChar: 49 82 8 1 7 0 8
r5Qarr5Qar`W,u=
BDFChar: 50 83 8 1 7 0 8
I)a0F*!XF&HiO-H
BDFChar: 51 84 8 1 6 0 8
r%KfY0JG170E;(Q
BDFChar: 52 85 8 1 7 0 8
`l?$<`l?$<HiO-H
BDFChar: 53 86 8 1 6 0 8
bfn;Tbfk<V0E;(Q
BDFChar: 54 87 8 1 7 0 8
`l?T\rd9*0C]FG8
BDFChar: 55 88 8 1 7 0 8
`l;gS&3+LG`W,u=
BDFChar: 56 89 8 1 6 0 8
bfn;TGVCg*0E;(Q
BDFChar: 57 90 8 1 7 0 7
rWWcJ0OV]q
BDFChar: 58 91 8 3 6 -3 9
nA)iT^qdb$^qdb$n,NFg
BDFChar: 59 92 8 1 7 -2 9
^qa>c0JF=\$k*=E
BDFChar: 60 93 8 2 5 -3 9
n1ZOM0JG170JG17n,NFg
BDFChar: 61 94 8 1 6 9 11
0R1eA
BDFChar: 62 95 8 0 7 -3 -3
rr<$!
BDFChar: 63 96 8 2 5 9 11
^gJhr
BDFChar: 64 97 8 1 6 0 6
Gg$SDbfkG7
BDFChar: 65 98 8 1 6 0 9
^qdb\bfn;TbkM/<
BDFChar: 66 99 8 1 6 0 6
Gg*t=^s%$'
BDFChar: 67 100 8 1 6 0 9
$k*Plbfn;Tb^9Bj
BDFChar: 68 101 8 1 6 0 6
Gg+D,^s%$'
BDFChar: 69 102 8 2 5 0 9
0OS;X?smAM?sis7
BDFChar: 70 103 8 1 6 -3 6
I*BgYbfkGCb]j*f
BDFChar: 71 104 8 1 6 0 9
^qdb\bfn;Tbfg%e
BDFChar: 72 105 8 2 5 0 9
?sium?smAM@.4-r
BDFChar: 73 106 8 1 4 -3 9
0JEKG0JG170JG17huE`W
BDFChar: 74 107 8 2 7 0 9
^qdb0f^RhgfZX<q
BDFChar: 75 108 8 2 5 0 9
i*]r#?smAM@.4-r
BDFChar: 76 109 8 1 7 0 6
r79HMf%.h@
BDFChar: 77 110 8 1 6 0 6
prpt+bfn92
BDFChar: 78 111 8 1 6 0 6
Gg+CUbfk;3
BDFChar: 79 112 8 1 6 -3 6
prpt+bfojt^q]pM
BDFChar: 80 113 8 1 6 -3 6
I*BgYbfkGC$k*+9
BDFChar: 81 114 8 2 6 0 6
f^Rh7^qd_c
BDFChar: 82 115 8 1 6 0 6
Gg'PL(sI4)
BDFChar: 83 116 8 2 6 0 8
?srb;?smAM2uipY
BDFChar: 84 117 8 1 6 0 6
bfn;TbfkG7
BDFChar: 85 118 8 1 6 0 6
bfn;TGVCfO
BDFChar: 86 119 8 1 7 0 6
`n&_lHu*U!
BDFChar: 87 120 8 2 7 0 6
bfk;cGg+A3
BDFChar: 88 121 8 0 7 -3 6
_o$(u4?OGt0OOk\
BDFChar: 89 122 8 1 6 0 6
r!XDr@)2[?
BDFChar: 90 123 8 3 6 -3 9
0OS9r?spcX?smAM0E;(Q
BDFChar: 91 124 8 3 4 -3 9
^qdb$^qdb$^qdb$^]4?7
BDFChar: 92 125 8 1 4 -3 9
^gLPX?skZr?smAM^]4?7
BDFChar: 93 126 8 1 7 9 10
G2*&t
BDFChar: 94 128 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 95 160 8 16 16 0 0
z
BDFChar: 96 161 8 2 5 0 9
?sitB@.<[Tn6c4r
BDFChar: 97 162 8 1 6 -1 7
&:!!Wd,=88+92BA
BDFChar: 98 163 8 1 6 0 9
Gg*s2@/+,;_#+04
BDFChar: 99 164 8 1 7 4 9
mX/heI-pt7
BDFChar: 100 165 8 0 7 0 9
_o$(urttbQ(`35Q
BDFChar: 101 166 8 3 4 -3 9
^qdb$^q]rc^qdb$^]4?7
BDFChar: 102 167 8 1 6 0 9
Gg(-r=D0fVb]j*f
BDFChar: 103 168 8 1 6 8 9
bfg%e
BDFChar: 104 169 8 0 7 0 8
4@5I4Tr"/D49,?]
BDFChar: 105 170 8 1 4 4 10
n1a@9n,VqX
BDFChar: 106 171 8 1 7 1 5
2Jh#^2?3^W
BDFChar: 107 172 8 1 6 3 5
r!Wu6
BDFChar: 108 173 8 2 5 4 4
n,NFg
BDFChar: 109 174 8 0 7 0 8
4@6TT]r@hp49,?]
BDFChar: 110 175 8 0 7 11 11
rr<$!
BDFChar: 111 176 8 1 3 7 9
i1T!.
BDFChar: 112 177 8 1 6 0 6
0JNDY0ED"N
BDFChar: 113 178 8 0 3 5 9
@'D=mn,NFg
BDFChar: 114 179 8 0 3 5 9
@'F%C?iU0,
BDFChar: 115 180 8 2 5 8 10
E+$H]
BDFChar: 116 181 8 1 7 -3 7
bfn;Tbfn<1^qd_c
BDFChar: 117 182 8 1 5 -3 9
Gkh(/pimVm(`4),(]XO9
BDFChar: 118 183 8 3 4 4 5
^q]pM
BDFChar: 119 184 8 1 4 -3 -1
?ngL=
BDFChar: 120 185 8 0 2 5 9
@,PF#?iU0,
BDFChar: 121 186 8 1 5 3 9
E7igqDufY5
BDFChar: 122 187 8 1 7 1 5
fPEH^fDkmO
BDFChar: 123 188 8 0 7 0 10
@,YU-C`#'Fb)ZT(
BDFChar: 124 189 8 0 7 0 10
@,YU-C`#'G_hJ[%
BDFChar: 125 190 8 0 7 0 10
i%]:2lkhWqb)ZT(
BDFChar: 126 191 8 1 6 0 9
0JEJ\0OV]?b]j*f
BDFChar: 127 192 8 1 6 0 11
E&[hO0R1gcbl#]/
BDFChar: 128 193 8 1 6 0 11
3,ejO0R1gcbl#]/
BDFChar: 129 194 8 1 6 0 11
Gg$.A0R1gcbl#]/
BDFChar: 130 195 8 1 7 0 11
G2*'O0R1gcbl#]/
BDFChar: 131 196 8 1 6 0 11
bfg&@0R1gcbl#]/
BDFChar: 132 197 8 1 6 0 11
0M!kt0R1gcbl#]/
BDFChar: 133 198 8 0 7 0 9
5<NauDp6H'bg-7h
BDFChar: 134 199 8 1 7 -3 8
3,HUM^qds+3%u1g
BDFChar: 135 200 8 1 7 0 11
E&[js^qdb`^qdbb
BDFChar: 136 201 8 1 7 0 11
*&mrt^qdb`^qdbb
BDFChar: 137 202 8 1 7 0 11
Gg$0e^qdb`^qdbb
BDFChar: 138 203 8 1 7 0 11
AnD&B^qdb`^qdbb
BDFChar: 139 204 8 2 5 0 11
i,A\c?smAM?smC3
BDFChar: 140 205 8 2 5 0 11
E8U`c?smAM?smC3
BDFChar: 141 206 8 1 6 0 11
Gg$/40JG170JG2*
BDFChar: 142 207 8 1 6 0 11
bfg'30JG170JG2*
BDFChar: 143 208 8 0 7 0 8
HtHkuqdX,JHiO-H
BDFChar: 144 209 8 1 7 0 11
G2*);k2uBghTjEd
BDFChar: 145 210 8 1 7 0 11
E&[hWCrXK7`l;gS
BDFChar: 146 211 8 1 7 0 11
*&mpXCrXK7`l;gS
BDFChar: 147 212 8 1 7 0 11
3,ARSCrXK7`l;gS
BDFChar: 148 213 8 1 7 0 11
G2*'WCrXK7`l;gS
BDFChar: 149 214 8 1 7 0 11
Chs)2CrXK7`l;gS
BDFChar: 150 215 8 1 6 0 6
KZnZpGg(g@
BDFChar: 151 216 8 1 7 0 8
3c<7"rq>L@\,ZL/
BDFChar: 152 217 8 1 7 0 11
E&[j;`l?$<`l?#G
BDFChar: 153 218 8 1 7 0 11
*&mr<`l?$<`l?#G
BDFChar: 154 219 8 1 7 0 11
3,AT7`l?$<`l?#G
BDFChar: 155 220 8 1 7 0 11
Chs*k`l?$<`l?#G
BDFChar: 156 221 8 0 7 0 11
*&mr9_o$(K(`4),
BDFChar: 157 222 8 1 7 0 9
^qflf`l?$r^q]pM
BDFChar: 158 223 8 1 6 0 9
Gg+CUfZ_R`bh)mq
BDFChar: 159 224 8 1 6 0 10
E%i+/Gg$SDbfkG7
BDFChar: 160 32 8 16 16 0 0
z
BDFChar: 161 225 8 1 6 0 10
3&"_?Gg$SDbfkG7
BDFChar: 162 226 8 1 6 0 10
0R1eAGg$SDbfkG7
BDFChar: 163 227 8 1 6 0 9
oXk0KbRAmCb^9Bj
BDFChar: 164 228 8 1 6 0 9
bfg'3bRAmCb^9Bj
BDFChar: 165 229 8 1 6 0 10
0M!ktGg$SDbfkG7
BDFChar: 166 230 8 0 7 0 6
I[_:+f[tBJ
BDFChar: 167 231 8 1 6 -3 6
Gg*t=^s%$W(iTHT
BDFChar: 168 232 8 1 6 0 10
E%i+/Gg+D,^s%$'
BDFChar: 169 233 8 1 6 0 10
3&"_?Gg+D,^s%$'
BDFChar: 170 234 8 1 6 0 10
0R1eAGg+D,^s%$'
BDFChar: 171 235 8 1 6 0 9
bfg'3bfojtb]j*f
BDFChar: 172 236 8 2 5 0 10
i*\5=i*]r#?srI(
BDFChar: 173 237 8 2 5 0 10
E+$H]i*]r#?srI(
BDFChar: 174 238 8 1 6 0 9
0R/7i0JG170R*Qt
BDFChar: 175 239 8 1 6 0 9
bfg'+0JG170R*Qt
BDFChar: 176 240 8 1 6 0 9
lnI'/I*BgYb]j*f
BDFChar: 177 241 8 1 6 0 9
oXk2!bfn;Tbfg%e
BDFChar: 178 242 8 1 6 0 10
E%i+/Gg+CUbfk;3
BDFChar: 179 243 8 1 6 0 10
3&"_?Gg+CUbfk;3
BDFChar: 180 244 8 1 6 0 10
0R1eAGg+CUbfk;3
BDFChar: 181 245 8 1 6 0 9
oXk0Kbfn;Tb]j*f
BDFChar: 182 246 8 1 6 0 9
bfg'3bfn;Tb]j*f
BDFChar: 183 247 8 1 6 1 7
0JEM)!&-),
BDFChar: 184 248 8 1 6 0 6
I,*NTm-OKI
BDFChar: 185 249 8 1 6 0 10
E%i+/bfn;TbfkG7
BDFChar: 186 250 8 1 6 0 10
3&"_?bfn;TbfkG7
BDFChar: 187 251 8 1 6 0 10
0R1eAbfn;TbfkG7
BDFChar: 188 252 8 1 6 0 9
bfg(2bfn;Tb^9Bj
BDFChar: 189 253 8 0 7 -3 10
%La0S_o$(u4?OGt0OOk\
BDFChar: 190 254 8 1 6 -3 9
^qdb\bfn;TbkSuh^]4?7
BDFChar: 191 255 8 0 7 -3 9
AnD%\_e*LC4;\nh?iU0,
BDFChar: 192 127 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 193 129 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 194 130 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 195 131 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 196 132 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 197 133 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 198 134 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 199 135 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 200 136 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 201 137 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 202 138 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 203 139 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 204 140 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 205 141 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 206 142 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 207 143 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 208 144 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 209 145 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 210 146 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 211 147 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 212 148 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 213 149 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 214 150 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 215 151 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 216 152 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 217 153 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 218 154 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 219 155 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 220 156 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 221 157 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 222 158 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 223 159 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 224 8364 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 225 8218 8 1 6 1 10
r;?Kjr;?Kjr;6Np
2267 2268
BDFChar: 226 402 8 2 5 0 9
0OS;X?smAM@))aB
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280
BDFChar: 227 8222 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 228 8230 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 229 8224 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 230 8225 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 231 710 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 232 8240 8 1 6 1 10
r;?Kjr;?Kjr;6Np
2281 2282
BDFChar: 233 352 8 1 7 0 11
CcDEB`l;s;#0+Z1
2283 2284 2285 2286
BDFChar: 234 8249 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 235 8250 8 1 6 1 10
r;?Kjr;?Kjr;6Np
2287 2288 2289 2290
BDFChar: 236 338 8 0 7 0 8
J'?-\ccjVW56(Z`
BDFChar: 237 381 8 1 7 0 10
CcDFo"q2>&@)2aA
2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308
BDFChar: 238 8216 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 239 8217 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 240 8220 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 241 8221 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 242 8226 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 243 8211 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 244 8212 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 245 732 8 1 6 1 10
r;?Kjr;?Kjr;6Np
BDFChar: 246 8482 8 1 6 1 10
r;?Kjr;?Kjr;6Np
2309 2310 2311 2312 2313 2314 2315 2316
BDFChar: 247 353 8 1 6 0 9
CcDE>b[<+Ab]j*f
BDFChar: 248 339 8 0 7 0 6
IbWW6f\:iT
BDFChar: 249 382 8 1 6 0 9
CcDFm$lC[+_#+04
BDFChar: 250 376 8 1 6 0 11
bfg(2bfn:U0JG17
2317 2318
EndBitmapFont
EndSplineFont