node-poweredup 9.0.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (706) hide show
  1. package/README.md +6 -11
  2. package/dist/color.d.ts +7 -0
  3. package/dist/color.d.ts.map +1 -0
  4. package/dist/color.js +15 -0
  5. package/dist/color.js.map +1 -0
  6. package/dist/consts.d.ts +645 -0
  7. package/dist/consts.d.ts.map +1 -0
  8. package/{docs/consts.js.html → dist/consts.js} +74 -127
  9. package/dist/consts.js.map +1 -0
  10. package/dist/devices/absolutemotor.d.ts +41 -0
  11. package/dist/devices/absolutemotor.d.ts.map +1 -0
  12. package/dist/devices/absolutemotor.js +115 -0
  13. package/dist/devices/absolutemotor.js.map +1 -0
  14. package/dist/devices/basicmotor.d.ts +37 -0
  15. package/dist/devices/basicmotor.d.ts.map +1 -0
  16. package/dist/devices/basicmotor.js +57 -0
  17. package/dist/devices/basicmotor.js.map +1 -0
  18. package/dist/devices/colordistancesensor.d.ts +74 -0
  19. package/dist/devices/colordistancesensor.d.ts.map +1 -0
  20. package/dist/devices/colordistancesensor.js +278 -0
  21. package/dist/devices/colordistancesensor.js.map +1 -0
  22. package/dist/devices/currentsensor.d.ts +17 -0
  23. package/dist/devices/currentsensor.d.ts.map +1 -0
  24. package/dist/devices/currentsensor.js +55 -0
  25. package/dist/devices/currentsensor.js.map +1 -0
  26. package/dist/devices/device.d.ts +72 -0
  27. package/dist/devices/device.d.ts.map +1 -0
  28. package/dist/devices/device.js +162 -0
  29. package/dist/devices/device.js.map +1 -0
  30. package/dist/devices/duplotrainbasecolorsensor.d.ts +20 -0
  31. package/dist/devices/duplotrainbasecolorsensor.d.ts.map +1 -0
  32. package/dist/devices/duplotrainbasecolorsensor.js +77 -0
  33. package/dist/devices/duplotrainbasecolorsensor.js.map +1 -0
  34. package/dist/devices/duplotrainbasemotor.d.ts +10 -0
  35. package/dist/devices/duplotrainbasemotor.d.ts.map +1 -0
  36. package/dist/devices/duplotrainbasemotor.js +12 -0
  37. package/dist/devices/duplotrainbasemotor.js.map +1 -0
  38. package/dist/devices/duplotrainbasespeaker.d.ts +27 -0
  39. package/dist/devices/duplotrainbasespeaker.d.ts.map +1 -0
  40. package/dist/devices/duplotrainbasespeaker.js +38 -0
  41. package/dist/devices/duplotrainbasespeaker.js.map +1 -0
  42. package/dist/devices/duplotrainbasespeedometer.d.ts +17 -0
  43. package/dist/devices/duplotrainbasespeedometer.d.ts.map +1 -0
  44. package/dist/devices/duplotrainbasespeedometer.js +34 -0
  45. package/dist/devices/duplotrainbasespeedometer.js.map +1 -0
  46. package/dist/devices/hubled.d.ts +28 -0
  47. package/dist/devices/hubled.d.ts.map +1 -0
  48. package/dist/devices/hubled.js +58 -0
  49. package/dist/devices/hubled.js.map +1 -0
  50. package/dist/devices/light.d.ts +24 -0
  51. package/dist/devices/light.d.ts.map +1 -0
  52. package/dist/devices/light.js +44 -0
  53. package/dist/devices/light.js.map +1 -0
  54. package/dist/devices/marioaccelerometer.d.ts +18 -0
  55. package/dist/devices/marioaccelerometer.d.ts.map +1 -0
  56. package/dist/devices/marioaccelerometer.js +50 -0
  57. package/dist/devices/marioaccelerometer.js.map +1 -0
  58. package/dist/devices/mariobarcodesensor.d.ts +18 -0
  59. package/dist/devices/mariobarcodesensor.d.ts.map +1 -0
  60. package/dist/devices/mariobarcodesensor.js +58 -0
  61. package/dist/devices/mariobarcodesensor.js.map +1 -0
  62. package/dist/devices/mariopantssensor.d.ts +17 -0
  63. package/dist/devices/mariopantssensor.d.ts.map +1 -0
  64. package/dist/devices/mariopantssensor.js +34 -0
  65. package/dist/devices/mariopantssensor.js.map +1 -0
  66. package/dist/devices/mediumlinearmotor.d.ts +10 -0
  67. package/dist/devices/mediumlinearmotor.d.ts.map +1 -0
  68. package/dist/devices/mediumlinearmotor.js +12 -0
  69. package/dist/devices/mediumlinearmotor.js.map +1 -0
  70. package/dist/devices/motionsensor.d.ts +17 -0
  71. package/dist/devices/motionsensor.d.ts.map +1 -0
  72. package/dist/devices/motionsensor.js +38 -0
  73. package/dist/devices/motionsensor.js.map +1 -0
  74. package/dist/devices/movehubmediumlinearmotor.d.ts +10 -0
  75. package/dist/devices/movehubmediumlinearmotor.d.ts.map +1 -0
  76. package/dist/devices/movehubmediumlinearmotor.js +12 -0
  77. package/dist/devices/movehubmediumlinearmotor.js.map +1 -0
  78. package/dist/devices/movehubtiltsensor.d.ts +17 -0
  79. package/dist/devices/movehubtiltsensor.d.ts.map +1 -0
  80. package/dist/devices/movehubtiltsensor.js +36 -0
  81. package/dist/devices/movehubtiltsensor.js.map +1 -0
  82. package/dist/devices/piezobuzzer.d.ts +17 -0
  83. package/dist/devices/piezobuzzer.d.ts.map +1 -0
  84. package/dist/devices/piezobuzzer.js +27 -0
  85. package/dist/devices/piezobuzzer.js.map +1 -0
  86. package/dist/devices/remotecontrolbutton.d.ts +20 -0
  87. package/dist/devices/remotecontrolbutton.d.ts.map +1 -0
  88. package/dist/devices/remotecontrolbutton.js +40 -0
  89. package/dist/devices/remotecontrolbutton.js.map +1 -0
  90. package/dist/devices/simplemediumlinearmotor.d.ts +10 -0
  91. package/dist/devices/simplemediumlinearmotor.d.ts.map +1 -0
  92. package/dist/devices/simplemediumlinearmotor.js +12 -0
  93. package/dist/devices/simplemediumlinearmotor.js.map +1 -0
  94. package/dist/devices/tachomotor.d.ts +65 -0
  95. package/dist/devices/tachomotor.d.ts.map +1 -0
  96. package/dist/devices/tachomotor.js +161 -0
  97. package/dist/devices/tachomotor.js.map +1 -0
  98. package/dist/devices/technic3x3colorlightmatrix.d.ts +22 -0
  99. package/dist/devices/technic3x3colorlightmatrix.d.ts.map +1 -0
  100. package/dist/devices/technic3x3colorlightmatrix.js +53 -0
  101. package/dist/devices/technic3x3colorlightmatrix.js.map +1 -0
  102. package/dist/devices/techniccolorsensor.d.ts +27 -0
  103. package/dist/devices/techniccolorsensor.d.ts.map +1 -0
  104. package/dist/devices/techniccolorsensor.js +71 -0
  105. package/dist/devices/techniccolorsensor.js.map +1 -0
  106. package/dist/devices/technicdistancesensor.d.ts +27 -0
  107. package/dist/devices/technicdistancesensor.d.ts.map +1 -0
  108. package/dist/devices/technicdistancesensor.js +57 -0
  109. package/dist/devices/technicdistancesensor.js.map +1 -0
  110. package/dist/devices/technicforcesensor.d.ts +19 -0
  111. package/dist/devices/technicforcesensor.d.ts.map +1 -0
  112. package/dist/devices/technicforcesensor.js +58 -0
  113. package/dist/devices/technicforcesensor.js.map +1 -0
  114. package/dist/devices/techniclargeangularmotor.d.ts +13 -0
  115. package/dist/devices/techniclargeangularmotor.d.ts.map +1 -0
  116. package/dist/devices/techniclargeangularmotor.js +12 -0
  117. package/dist/devices/techniclargeangularmotor.js.map +1 -0
  118. package/dist/devices/techniclargelinearmotor.d.ts +10 -0
  119. package/dist/devices/techniclargelinearmotor.d.ts.map +1 -0
  120. package/dist/devices/techniclargelinearmotor.js +12 -0
  121. package/dist/devices/techniclargelinearmotor.js.map +1 -0
  122. package/dist/devices/technicmediumangularmotor.d.ts +13 -0
  123. package/dist/devices/technicmediumangularmotor.d.ts.map +1 -0
  124. package/dist/devices/technicmediumangularmotor.js +12 -0
  125. package/dist/devices/technicmediumangularmotor.js.map +1 -0
  126. package/dist/devices/technicmediumhubaccelerometersensor.d.ts +17 -0
  127. package/dist/devices/technicmediumhubaccelerometersensor.d.ts.map +1 -0
  128. package/dist/devices/technicmediumhubaccelerometersensor.js +38 -0
  129. package/dist/devices/technicmediumhubaccelerometersensor.js.map +1 -0
  130. package/dist/devices/technicmediumhubgyrosensor.d.ts +17 -0
  131. package/dist/devices/technicmediumhubgyrosensor.d.ts.map +1 -0
  132. package/dist/devices/technicmediumhubgyrosensor.js +38 -0
  133. package/dist/devices/technicmediumhubgyrosensor.js.map +1 -0
  134. package/dist/devices/technicmediumhubtiltsensor.d.ts +38 -0
  135. package/dist/devices/technicmediumhubtiltsensor.d.ts.map +1 -0
  136. package/dist/devices/technicmediumhubtiltsensor.js +103 -0
  137. package/dist/devices/technicmediumhubtiltsensor.js.map +1 -0
  138. package/dist/devices/technicsmallangularmotor.d.ts +13 -0
  139. package/dist/devices/technicsmallangularmotor.d.ts.map +1 -0
  140. package/dist/devices/technicsmallangularmotor.js +12 -0
  141. package/dist/devices/technicsmallangularmotor.js.map +1 -0
  142. package/dist/devices/technicxlargelinearmotor.d.ts +10 -0
  143. package/dist/devices/technicxlargelinearmotor.d.ts.map +1 -0
  144. package/dist/devices/technicxlargelinearmotor.js +12 -0
  145. package/dist/devices/technicxlargelinearmotor.js.map +1 -0
  146. package/dist/devices/tiltsensor.d.ts +17 -0
  147. package/dist/devices/tiltsensor.d.ts.map +1 -0
  148. package/dist/devices/tiltsensor.js +36 -0
  149. package/dist/devices/tiltsensor.js.map +1 -0
  150. package/dist/devices/trainmotor.d.ts +10 -0
  151. package/dist/devices/trainmotor.d.ts.map +1 -0
  152. package/dist/devices/trainmotor.js +12 -0
  153. package/dist/devices/trainmotor.js.map +1 -0
  154. package/dist/devices/voltagesensor.d.ts +17 -0
  155. package/dist/devices/voltagesensor.d.ts.map +1 -0
  156. package/dist/devices/voltagesensor.js +59 -0
  157. package/dist/devices/voltagesensor.js.map +1 -0
  158. package/dist/hubs/basehub.d.ts +154 -0
  159. package/dist/hubs/basehub.d.ts.map +1 -0
  160. package/dist/hubs/basehub.js +383 -0
  161. package/dist/hubs/basehub.js.map +1 -0
  162. package/dist/hubs/duplotrainbase.d.ts +18 -0
  163. package/dist/hubs/duplotrainbase.d.ts.map +1 -0
  164. package/dist/hubs/duplotrainbase.js +35 -0
  165. package/dist/hubs/duplotrainbase.js.map +1 -0
  166. package/dist/hubs/hub.d.ts +20 -0
  167. package/dist/hubs/hub.d.ts.map +1 -0
  168. package/dist/hubs/hub.js +44 -0
  169. package/dist/hubs/hub.js.map +1 -0
  170. package/dist/hubs/lpf2hub.d.ts +46 -0
  171. package/dist/hubs/lpf2hub.d.ts.map +1 -0
  172. package/{docs/hubs_lpf2hub.js.html → dist/hubs/lpf2hub.js} +23 -103
  173. package/dist/hubs/lpf2hub.js.map +1 -0
  174. package/dist/hubs/mario.d.ts +18 -0
  175. package/dist/hubs/mario.d.ts.map +1 -0
  176. package/dist/hubs/mario.js +31 -0
  177. package/dist/hubs/mario.js.map +1 -0
  178. package/dist/hubs/movehub.d.ts +19 -0
  179. package/dist/hubs/movehub.d.ts.map +1 -0
  180. package/dist/hubs/movehub.js +46 -0
  181. package/dist/hubs/movehub.js.map +1 -0
  182. package/dist/hubs/remotecontrol.d.ts +18 -0
  183. package/dist/hubs/remotecontrol.d.ts.map +1 -0
  184. package/dist/hubs/remotecontrol.js +37 -0
  185. package/dist/hubs/remotecontrol.js.map +1 -0
  186. package/dist/hubs/technicmediumhub.d.ts +18 -0
  187. package/dist/hubs/technicmediumhub.d.ts.map +1 -0
  188. package/dist/hubs/technicmediumhub.js +42 -0
  189. package/dist/hubs/technicmediumhub.js.map +1 -0
  190. package/dist/hubs/technicsmallhub.d.ts +19 -0
  191. package/dist/hubs/technicsmallhub.d.ts.map +1 -0
  192. package/dist/hubs/technicsmallhub.js +41 -0
  193. package/dist/hubs/technicsmallhub.js.map +1 -0
  194. package/dist/hubs/wedo2smarthub.d.ts +39 -0
  195. package/dist/hubs/wedo2smarthub.d.ts.map +1 -0
  196. package/dist/hubs/wedo2smarthub.js +186 -0
  197. package/dist/hubs/wedo2smarthub.js.map +1 -0
  198. package/dist/index-browser.d.ts +2 -0
  199. package/dist/index-browser.d.ts.map +1 -0
  200. package/dist/index-browser.js +96 -0
  201. package/dist/index-browser.js.map +1 -0
  202. package/dist/index-node.d.ts +50 -0
  203. package/dist/index-node.d.ts.map +1 -0
  204. package/dist/index-node.js +50 -0
  205. package/dist/index-node.js.map +1 -0
  206. package/dist/interfaces.d.ts +24 -0
  207. package/dist/interfaces.d.ts.map +1 -0
  208. package/dist/interfaces.js +2 -0
  209. package/dist/interfaces.js.map +1 -0
  210. package/dist/nobleabstraction.d.ts +27 -0
  211. package/dist/nobleabstraction.d.ts.map +1 -0
  212. package/dist/nobleabstraction.js +121 -0
  213. package/dist/nobleabstraction.js.map +1 -0
  214. package/dist/node/color.js +2 -29
  215. package/dist/node/color.js.map +1 -1
  216. package/dist/node/commands.d.ts +299 -0
  217. package/dist/node/commands.js +672 -0
  218. package/dist/node/commands.js.map +1 -0
  219. package/dist/node/connection.d.ts +187 -0
  220. package/dist/node/connection.js +478 -0
  221. package/dist/node/connection.js.map +1 -0
  222. package/dist/node/consts.js +57 -60
  223. package/dist/node/consts.js.map +1 -1
  224. package/dist/node/devices/absolutemotor.d.ts +0 -1
  225. package/dist/node/devices/absolutemotor.js +14 -41
  226. package/dist/node/devices/absolutemotor.js.map +1 -1
  227. package/dist/node/devices/basicmotor.d.ts +3 -3
  228. package/dist/node/devices/basicmotor.js +6 -33
  229. package/dist/node/devices/basicmotor.js.map +1 -1
  230. package/dist/node/devices/colordistancesensor.d.ts +4 -5
  231. package/dist/node/devices/colordistancesensor.js +11 -38
  232. package/dist/node/devices/colordistancesensor.js.map +1 -1
  233. package/dist/node/devices/currentsensor.d.ts +0 -1
  234. package/dist/node/devices/currentsensor.js +7 -34
  235. package/dist/node/devices/currentsensor.js.map +1 -1
  236. package/dist/node/devices/device.d.ts +4 -7
  237. package/dist/node/devices/device.js +3 -30
  238. package/dist/node/devices/device.js.map +1 -1
  239. package/dist/node/devices/duplotrainbasecolorsensor.d.ts +0 -1
  240. package/dist/node/devices/duplotrainbasecolorsensor.js +9 -36
  241. package/dist/node/devices/duplotrainbasecolorsensor.js.map +1 -1
  242. package/dist/node/devices/duplotrainbasemotor.js +3 -30
  243. package/dist/node/devices/duplotrainbasemotor.js.map +1 -1
  244. package/dist/node/devices/duplotrainbasespeaker.js +5 -32
  245. package/dist/node/devices/duplotrainbasespeaker.js.map +1 -1
  246. package/dist/node/devices/duplotrainbasespeedometer.d.ts +0 -1
  247. package/dist/node/devices/duplotrainbasespeedometer.js +7 -34
  248. package/dist/node/devices/duplotrainbasespeedometer.js.map +1 -1
  249. package/dist/node/devices/hubled.js +5 -32
  250. package/dist/node/devices/hubled.js.map +1 -1
  251. package/dist/node/devices/index.d.ts +14 -0
  252. package/dist/node/devices/index.js +154 -0
  253. package/dist/node/devices/index.js.map +1 -0
  254. package/dist/node/devices/led.d.ts +140 -0
  255. package/dist/node/devices/led.js +295 -0
  256. package/dist/node/devices/led.js.map +1 -0
  257. package/dist/node/devices/light.js +5 -32
  258. package/dist/node/devices/light.js.map +1 -1
  259. package/dist/node/devices/marioaccelerometer.d.ts +0 -1
  260. package/dist/node/devices/marioaccelerometer.js +7 -34
  261. package/dist/node/devices/marioaccelerometer.js.map +1 -1
  262. package/dist/node/devices/mariobarcodesensor.d.ts +0 -1
  263. package/dist/node/devices/mariobarcodesensor.js +7 -34
  264. package/dist/node/devices/mariobarcodesensor.js.map +1 -1
  265. package/dist/node/devices/mariopantssensor.d.ts +0 -1
  266. package/dist/node/devices/mariopantssensor.js +7 -34
  267. package/dist/node/devices/mariopantssensor.js.map +1 -1
  268. package/dist/node/devices/mediumlinearmotor.js +3 -30
  269. package/dist/node/devices/mediumlinearmotor.js.map +1 -1
  270. package/dist/node/devices/motionsensor.d.ts +0 -1
  271. package/dist/node/devices/motionsensor.js +7 -34
  272. package/dist/node/devices/motionsensor.js.map +1 -1
  273. package/dist/node/devices/motor.d.ts +182 -0
  274. package/dist/node/devices/motor.js +367 -0
  275. package/dist/node/devices/motor.js.map +1 -0
  276. package/dist/node/devices/movehubmediumlinearmotor.js +3 -30
  277. package/dist/node/devices/movehubmediumlinearmotor.js.map +1 -1
  278. package/dist/node/devices/movehubtiltsensor.d.ts +0 -1
  279. package/dist/node/devices/movehubtiltsensor.js +7 -34
  280. package/dist/node/devices/movehubtiltsensor.js.map +1 -1
  281. package/dist/node/devices/piezobuzzer.js +3 -30
  282. package/dist/node/devices/piezobuzzer.js.map +1 -1
  283. package/dist/node/devices/remotecontrolbutton.d.ts +0 -1
  284. package/dist/node/devices/remotecontrolbutton.js +8 -35
  285. package/dist/node/devices/remotecontrolbutton.js.map +1 -1
  286. package/dist/node/devices/sensor.d.ts +305 -0
  287. package/dist/node/devices/sensor.js +662 -0
  288. package/dist/node/devices/sensor.js.map +1 -0
  289. package/dist/node/devices/simplemediumlinearmotor.js +3 -30
  290. package/dist/node/devices/simplemediumlinearmotor.js.map +1 -1
  291. package/dist/node/devices/tachomotor.d.ts +0 -1
  292. package/dist/node/devices/tachomotor.js +14 -41
  293. package/dist/node/devices/tachomotor.js.map +1 -1
  294. package/dist/node/devices/technic3x3colorlightmatrix.js +7 -34
  295. package/dist/node/devices/technic3x3colorlightmatrix.js.map +1 -1
  296. package/dist/node/devices/techniccolorsensor.d.ts +0 -1
  297. package/dist/node/devices/techniccolorsensor.js +9 -36
  298. package/dist/node/devices/techniccolorsensor.js.map +1 -1
  299. package/dist/node/devices/technicdistancesensor.d.ts +0 -1
  300. package/dist/node/devices/technicdistancesensor.js +7 -34
  301. package/dist/node/devices/technicdistancesensor.js.map +1 -1
  302. package/dist/node/devices/technicforcesensor.d.ts +0 -1
  303. package/dist/node/devices/technicforcesensor.js +7 -34
  304. package/dist/node/devices/technicforcesensor.js.map +1 -1
  305. package/dist/node/devices/techniclargeangularmotor.js +3 -30
  306. package/dist/node/devices/techniclargeangularmotor.js.map +1 -1
  307. package/dist/node/devices/techniclargelinearmotor.js +3 -30
  308. package/dist/node/devices/techniclargelinearmotor.js.map +1 -1
  309. package/dist/node/devices/technicmediumangularmotor.js +3 -30
  310. package/dist/node/devices/technicmediumangularmotor.js.map +1 -1
  311. package/dist/node/devices/technicmediumhubaccelerometersensor.d.ts +0 -1
  312. package/dist/node/devices/technicmediumhubaccelerometersensor.js +7 -34
  313. package/dist/node/devices/technicmediumhubaccelerometersensor.js.map +1 -1
  314. package/dist/node/devices/technicmediumhubgyrosensor.d.ts +0 -1
  315. package/dist/node/devices/technicmediumhubgyrosensor.js +7 -34
  316. package/dist/node/devices/technicmediumhubgyrosensor.js.map +1 -1
  317. package/dist/node/devices/technicmediumhubtiltsensor.d.ts +0 -1
  318. package/dist/node/devices/technicmediumhubtiltsensor.js +7 -34
  319. package/dist/node/devices/technicmediumhubtiltsensor.js.map +1 -1
  320. package/dist/node/devices/technicsmallangularmotor.js +3 -30
  321. package/dist/node/devices/technicsmallangularmotor.js.map +1 -1
  322. package/dist/node/devices/technicxlargelinearmotor.js +3 -30
  323. package/dist/node/devices/technicxlargelinearmotor.js.map +1 -1
  324. package/dist/node/devices/tiltsensor.d.ts +0 -1
  325. package/dist/node/devices/tiltsensor.js +7 -34
  326. package/dist/node/devices/tiltsensor.js.map +1 -1
  327. package/dist/node/devices/trainmotor.js +3 -30
  328. package/dist/node/devices/trainmotor.js.map +1 -1
  329. package/dist/node/devices/voltagesensor.d.ts +0 -1
  330. package/dist/node/devices/voltagesensor.js +7 -34
  331. package/dist/node/devices/voltagesensor.js.map +1 -1
  332. package/dist/node/hub.d.ts +291 -0
  333. package/dist/node/hub.js +778 -0
  334. package/dist/node/hub.js.map +1 -0
  335. package/dist/node/hubs/basehub.d.ts +9 -11
  336. package/dist/node/hubs/basehub.js +74 -101
  337. package/dist/node/hubs/basehub.js.map +1 -1
  338. package/dist/node/hubs/duplotrainbase.d.ts +1 -2
  339. package/dist/node/hubs/duplotrainbase.js +6 -33
  340. package/dist/node/hubs/duplotrainbase.js.map +1 -1
  341. package/dist/node/hubs/hub.d.ts +1 -2
  342. package/dist/node/hubs/hub.js +8 -35
  343. package/dist/node/hubs/hub.js.map +1 -1
  344. package/dist/node/hubs/lpf2hub.d.ts +5 -6
  345. package/dist/node/hubs/lpf2hub.js +17 -44
  346. package/dist/node/hubs/lpf2hub.js.map +1 -1
  347. package/dist/node/hubs/mario.d.ts +1 -2
  348. package/dist/node/hubs/mario.js +6 -33
  349. package/dist/node/hubs/mario.js.map +1 -1
  350. package/dist/node/hubs/movehub.d.ts +1 -2
  351. package/dist/node/hubs/movehub.js +8 -35
  352. package/dist/node/hubs/movehub.js.map +1 -1
  353. package/dist/node/hubs/remotecontrol.d.ts +1 -2
  354. package/dist/node/hubs/remotecontrol.js +6 -33
  355. package/dist/node/hubs/remotecontrol.js.map +1 -1
  356. package/dist/node/hubs/technicmediumhub.d.ts +1 -2
  357. package/dist/node/hubs/technicmediumhub.js +6 -33
  358. package/dist/node/hubs/technicmediumhub.js.map +1 -1
  359. package/dist/node/hubs/technicsmallhub.d.ts +1 -2
  360. package/dist/node/hubs/technicsmallhub.js +6 -33
  361. package/dist/node/hubs/technicsmallhub.js.map +1 -1
  362. package/dist/node/hubs/wedo2smarthub.d.ts +3 -5
  363. package/dist/node/hubs/wedo2smarthub.js +10 -37
  364. package/dist/node/hubs/wedo2smarthub.js.map +1 -1
  365. package/dist/node/index-browser.js +91 -116
  366. package/dist/node/index-browser.js.map +1 -1
  367. package/dist/node/index-node.d.ts +1 -0
  368. package/dist/node/index-node.js +49 -119
  369. package/dist/node/index-node.js.map +1 -1
  370. package/dist/node/index.d.ts +31 -0
  371. package/dist/node/index.js +93 -0
  372. package/dist/node/index.js.map +1 -0
  373. package/dist/node/index.mjs +0 -0
  374. package/dist/node/interfaces.d.ts +1 -3
  375. package/dist/node/interfaces.js +1 -2
  376. package/dist/node/nobleabstraction.d.ts +0 -2
  377. package/dist/node/nobleabstraction.js +5 -7
  378. package/dist/node/nobleabstraction.js.map +1 -1
  379. package/dist/node/poweredup-browser.d.ts +0 -2
  380. package/dist/node/poweredup-browser.js +23 -49
  381. package/dist/node/poweredup-browser.js.map +1 -1
  382. package/dist/node/poweredup-node.d.ts +0 -2
  383. package/dist/node/poweredup-node.js +31 -58
  384. package/dist/node/poweredup-node.js.map +1 -1
  385. package/dist/node/poweredup.d.ts +83 -0
  386. package/dist/node/poweredup.js +542 -0
  387. package/dist/node/poweredup.js.map +1 -0
  388. package/dist/node/protocol-wedo.d.ts +158 -0
  389. package/dist/node/protocol-wedo.js +342 -0
  390. package/dist/node/protocol-wedo.js.map +1 -0
  391. package/dist/node/protocol.d.ts +340 -0
  392. package/dist/node/protocol.js +730 -0
  393. package/dist/node/protocol.js.map +1 -0
  394. package/dist/node/types.d.ts +408 -0
  395. package/dist/node/types.js +291 -0
  396. package/dist/node/types.js.map +1 -0
  397. package/dist/node/utils.d.ts +1 -2
  398. package/dist/node/utils.js +14 -26
  399. package/dist/node/utils.js.map +1 -1
  400. package/dist/node/webbleabstraction.d.ts +1 -3
  401. package/dist/node/webbleabstraction.js +3 -7
  402. package/dist/node/webbleabstraction.js.map +1 -1
  403. package/dist/poweredup-browser.d.ts +46 -0
  404. package/dist/poweredup-browser.d.ts.map +1 -0
  405. package/dist/poweredup-browser.js +210 -0
  406. package/dist/poweredup-browser.js.map +1 -0
  407. package/dist/poweredup-node.d.ts +49 -0
  408. package/dist/poweredup-node.d.ts.map +1 -0
  409. package/dist/poweredup-node.js +166 -0
  410. package/dist/poweredup-node.js.map +1 -0
  411. package/dist/tsconfig.tsbuildinfo +1 -0
  412. package/dist/utils.d.ts +13 -0
  413. package/dist/utils.d.ts.map +1 -0
  414. package/dist/utils.js +90 -0
  415. package/dist/utils.js.map +1 -0
  416. package/dist/webbleabstraction.d.ts +27 -0
  417. package/dist/webbleabstraction.d.ts.map +1 -0
  418. package/dist/webbleabstraction.js +104 -0
  419. package/dist/webbleabstraction.js.map +1 -0
  420. package/docs/.nojekyll +1 -0
  421. package/docs/assets/hierarchy.js +1 -0
  422. package/docs/assets/highlight.css +99 -0
  423. package/docs/assets/icons.js +18 -0
  424. package/docs/assets/icons.svg +1 -0
  425. package/docs/assets/main.js +60 -0
  426. package/docs/assets/navigation.js +1 -0
  427. package/docs/assets/search.js +1 -0
  428. package/docs/assets/style.css +1633 -0
  429. package/docs/classes/AbsoluteMotor.html +242 -0
  430. package/docs/classes/BaseHub.html +220 -0
  431. package/docs/classes/BasicMotor.html +201 -0
  432. package/docs/classes/Color.html +3 -0
  433. package/docs/classes/ColorDistanceSensor.html +214 -0
  434. package/docs/classes/CurrentSensor.html +185 -0
  435. package/docs/classes/Device.html +185 -0
  436. package/docs/classes/DuploTrainBase.html +233 -0
  437. package/docs/classes/DuploTrainBaseColorSensor.html +185 -0
  438. package/docs/classes/DuploTrainBaseMotor.html +201 -0
  439. package/docs/classes/DuploTrainBaseSpeaker.html +191 -0
  440. package/docs/classes/DuploTrainBaseSpeedometer.html +185 -0
  441. package/docs/classes/Hub.html +233 -0
  442. package/docs/classes/HubLED.html +191 -0
  443. package/docs/classes/Light.html +195 -0
  444. package/docs/classes/Mario.html +233 -0
  445. package/docs/classes/MediumLinearMotor.html +229 -0
  446. package/docs/classes/MotionSensor.html +185 -0
  447. package/docs/classes/MoveHub.html +233 -0
  448. package/docs/classes/MoveHubMediumLinearMotor.html +229 -0
  449. package/docs/classes/MoveHubTiltSensor.html +185 -0
  450. package/docs/classes/PiezoBuzzer.html +189 -0
  451. package/docs/classes/PoweredUP.html +180 -0
  452. package/docs/classes/RemoteControl.html +233 -0
  453. package/docs/classes/RemoteControlButton.html +185 -0
  454. package/docs/classes/SimpleMediumLinearMotor.html +201 -0
  455. package/docs/classes/TachoMotor.html +229 -0
  456. package/docs/classes/Technic3x3ColorLightMatrix.html +189 -0
  457. package/docs/classes/TechnicColorSensor.html +191 -0
  458. package/docs/classes/TechnicDistanceSensor.html +192 -0
  459. package/docs/classes/TechnicForceSensor.html +185 -0
  460. package/docs/classes/TechnicLargeAngularMotor.html +242 -0
  461. package/docs/classes/TechnicLargeLinearMotor.html +242 -0
  462. package/docs/classes/TechnicMediumAngularMotor.html +242 -0
  463. package/docs/classes/TechnicMediumHub.html +233 -0
  464. package/docs/classes/TechnicMediumHubAccelerometerSensor.html +185 -0
  465. package/docs/classes/TechnicMediumHubGyroSensor.html +185 -0
  466. package/docs/classes/TechnicMediumHubTiltSensor.html +197 -0
  467. package/docs/classes/TechnicSmallAngularMotor.html +242 -0
  468. package/docs/classes/TechnicXLargeLinearMotor.html +242 -0
  469. package/docs/classes/TiltSensor.html +185 -0
  470. package/docs/classes/TrainMotor.html +201 -0
  471. package/docs/classes/VoltageSensor.html +185 -0
  472. package/docs/classes/WeDo2SmartHub.html +229 -0
  473. package/docs/enums/ActionType.html +22 -0
  474. package/docs/enums/AlertOperation.html +10 -0
  475. package/docs/enums/AlertPayload.html +6 -0
  476. package/docs/enums/AlertType.html +10 -0
  477. package/docs/enums/BLECharacteristic.html +15 -0
  478. package/docs/enums/BLEManufacturerData.html +8 -0
  479. package/docs/enums/BLEService.html +7 -0
  480. package/docs/enums/BrakingStyle.html +7 -0
  481. package/docs/enums/ButtonState.html +11 -0
  482. package/docs/enums/Consts.Color.html +25 -0
  483. package/docs/enums/DeviceType.html +79 -0
  484. package/docs/enums/DuploTrainBaseSound.html +11 -0
  485. package/docs/enums/ErrorCode.html +18 -0
  486. package/docs/enums/Event.html +8 -0
  487. package/docs/enums/HWNetWorkCommandType.html +28 -0
  488. package/docs/enums/HWNetworkFamily.html +20 -0
  489. package/docs/enums/HWNetworkSubFamily.html +16 -0
  490. package/docs/enums/HubPropertyOperation.html +14 -0
  491. package/docs/enums/HubPropertyPayload.html +32 -0
  492. package/docs/enums/HubPropertyReference.html +32 -0
  493. package/docs/enums/HubType.html +19 -0
  494. package/docs/enums/IOTypeID.html +30 -0
  495. package/docs/enums/MarioColor.html +17 -0
  496. package/docs/enums/MarioPantsType.html +13 -0
  497. package/docs/enums/MessageType.html +48 -0
  498. package/docs/enums/ModeInformationType.html +22 -0
  499. package/docs/enums/PortInputFormatSetupSubCommand.html +14 -0
  500. package/docs/hierarchy.html +1 -0
  501. package/docs/index.html +18 -120
  502. package/docs/modules/Consts.html +1 -0
  503. package/docs/modules.html +1 -0
  504. package/docs/variables/ColorNames.html +1 -0
  505. package/docs/variables/DeviceTypeNames.html +1 -0
  506. package/docs/variables/HubTypeNames.html +1 -0
  507. package/docs/variables/isWebBluetooth.html +1 -0
  508. package/package.json +19 -25
  509. package/src/color.ts +1 -1
  510. package/src/consts.ts +16 -16
  511. package/src/devices/absolutemotor.ts +4 -7
  512. package/src/devices/basicmotor.ts +4 -8
  513. package/src/devices/colordistancesensor.ts +8 -14
  514. package/src/devices/currentsensor.ts +3 -3
  515. package/src/devices/device.ts +2 -2
  516. package/src/devices/duplotrainbasecolorsensor.ts +4 -4
  517. package/src/devices/duplotrainbasemotor.ts +3 -3
  518. package/src/devices/duplotrainbasespeaker.ts +3 -5
  519. package/src/devices/duplotrainbasespeedometer.ts +3 -3
  520. package/src/devices/hubled.ts +3 -5
  521. package/src/devices/light.ts +4 -6
  522. package/src/devices/marioaccelerometer.ts +3 -3
  523. package/src/devices/mariobarcodesensor.ts +3 -3
  524. package/src/devices/mariopantssensor.ts +3 -3
  525. package/src/devices/mediumlinearmotor.ts +3 -3
  526. package/src/devices/motionsensor.ts +3 -3
  527. package/src/devices/movehubmediumlinearmotor.ts +3 -3
  528. package/src/devices/movehubtiltsensor.ts +3 -3
  529. package/src/devices/piezobuzzer.ts +3 -4
  530. package/src/devices/remotecontrolbutton.ts +3 -3
  531. package/src/devices/simplemediumlinearmotor.ts +3 -3
  532. package/src/devices/tachomotor.ts +5 -11
  533. package/src/devices/technic3x3colorlightmatrix.ts +4 -5
  534. package/src/devices/techniccolorsensor.ts +4 -5
  535. package/src/devices/technicdistancesensor.ts +3 -4
  536. package/src/devices/technicforcesensor.ts +3 -3
  537. package/src/devices/techniclargeangularmotor.ts +3 -3
  538. package/src/devices/techniclargelinearmotor.ts +3 -3
  539. package/src/devices/technicmediumangularmotor.ts +3 -3
  540. package/src/devices/technicmediumhubaccelerometersensor.ts +3 -3
  541. package/src/devices/technicmediumhubgyrosensor.ts +3 -3
  542. package/src/devices/technicmediumhubtiltsensor.ts +6 -9
  543. package/src/devices/technicsmallangularmotor.ts +3 -3
  544. package/src/devices/technicxlargelinearmotor.ts +3 -3
  545. package/src/devices/tiltsensor.ts +3 -3
  546. package/src/devices/trainmotor.ts +3 -3
  547. package/src/devices/voltagesensor.ts +3 -3
  548. package/src/hubs/basehub.ts +42 -51
  549. package/src/hubs/duplotrainbase.ts +5 -5
  550. package/src/hubs/hub.ts +5 -5
  551. package/src/hubs/lpf2hub.ts +4 -7
  552. package/src/hubs/mario.ts +5 -5
  553. package/src/hubs/movehub.ts +5 -5
  554. package/src/hubs/remotecontrol.ts +5 -5
  555. package/src/hubs/technicmediumhub.ts +5 -5
  556. package/src/hubs/technicsmallhub.ts +5 -5
  557. package/src/hubs/wedo2smarthub.ts +7 -9
  558. package/src/index-browser.ts +46 -46
  559. package/src/index-node.ts +47 -46
  560. package/src/interfaces.ts +2 -2
  561. package/src/nobleabstraction.ts +10 -10
  562. package/src/poweredup-browser.ts +15 -19
  563. package/src/poweredup-node.ts +15 -22
  564. package/src/utils.ts +1 -1
  565. package/src/webbleabstraction.ts +3 -3
  566. package/tsconfig.tsbuildinfo +1 -0
  567. package/typedoc.json +14 -0
  568. package/.jsdoc.json +0 -40
  569. package/abandonware-noble.d.ts +0 -129
  570. package/dist/browser/poweredup.js +0 -3
  571. package/dist/browser/poweredup.js.LICENSE.txt +0 -8
  572. package/dist/browser/poweredup.js.map +0 -1
  573. package/docs/AbsoluteMotor.html +0 -2008
  574. package/docs/BaseHub.html +0 -1391
  575. package/docs/BasicMotor.html +0 -1459
  576. package/docs/ColorDistanceSensor.html +0 -3025
  577. package/docs/CurrentSensor.html +0 -1022
  578. package/docs/Device.html +0 -841
  579. package/docs/DuploTrainBase.html +0 -2092
  580. package/docs/DuploTrainBaseColorSensor.html +0 -1509
  581. package/docs/DuploTrainBaseMotor.html +0 -1479
  582. package/docs/DuploTrainBaseSpeaker.html +0 -1193
  583. package/docs/DuploTraniBaseSpeedometer.html +0 -871
  584. package/docs/Hub.html +0 -7451
  585. package/docs/HubLED.html +0 -1239
  586. package/docs/LPF2Hub.html +0 -2066
  587. package/docs/Light.html +0 -1239
  588. package/docs/Mario.html +0 -2092
  589. package/docs/MarioAccelerometer.html +0 -1215
  590. package/docs/MarioBarcodeSensor.html +0 -1215
  591. package/docs/MarioPantsSensor.html +0 -1022
  592. package/docs/MediumLinearMotor.html +0 -1357
  593. package/docs/MotionSensor.html +0 -1022
  594. package/docs/MoveHub.html +0 -2092
  595. package/docs/MoveHubMediumLinearMotor.html +0 -1357
  596. package/docs/MoveHubTiltSensor.html +0 -1045
  597. package/docs/PiezoBuzzer.html +0 -1057
  598. package/docs/PoweredUP.html +0 -4371
  599. package/docs/RemoteControl.html +0 -2092
  600. package/docs/RemoteControlButton.html +0 -1022
  601. package/docs/SimpleMediumLinearMotor.html +0 -871
  602. package/docs/TachoMotor.html +0 -2620
  603. package/docs/Technic3x3ColorLightMatrix.html +0 -1037
  604. package/docs/TechnicColorSensor.html +0 -1525
  605. package/docs/TechnicDistanceSensor.html +0 -1401
  606. package/docs/TechnicForceSensor.html +0 -1316
  607. package/docs/TechnicLargeAngularMotor.html +0 -2028
  608. package/docs/TechnicLargeLinearMotor.html +0 -2028
  609. package/docs/TechnicMediumAngularMotor.html +0 -2028
  610. package/docs/TechnicMediumHub.html +0 -2092
  611. package/docs/TechnicMediumHubAccelerometerSensor.html +0 -1068
  612. package/docs/TechnicMediumHubGyroSensor.html +0 -1068
  613. package/docs/TechnicMediumHubTiltSensor.html +0 -1696
  614. package/docs/TechnicSmallAngularMotor.html +0 -2028
  615. package/docs/TechnicXLargeLinearMotor.html +0 -2028
  616. package/docs/TiltSensor.html +0 -1045
  617. package/docs/TrainMotor.html +0 -1479
  618. package/docs/VoltageSensor.html +0 -1022
  619. package/docs/WeDo2SmartHub.html +0 -1887
  620. package/docs/devices_absolutemotor.js.html +0 -195
  621. package/docs/devices_basicmotor.js.html +0 -138
  622. package/docs/devices_colordistancesensor.js.html +0 -361
  623. package/docs/devices_currentsensor.js.html +0 -132
  624. package/docs/devices_device.js.html +0 -239
  625. package/docs/devices_duplotrainbasecolorsensor.js.html +0 -154
  626. package/docs/devices_duplotrainbasemotor.js.html +0 -89
  627. package/docs/devices_duplotrainbasespeaker.js.html +0 -117
  628. package/docs/devices_duplotrainbasespeedometer.js.html +0 -111
  629. package/docs/devices_hubled.js.html +0 -137
  630. package/docs/devices_light.js.html +0 -123
  631. package/docs/devices_marioaccelerometer.js.html +0 -127
  632. package/docs/devices_mariobarcodesensor.js.html +0 -135
  633. package/docs/devices_mariopantssensor.js.html +0 -111
  634. package/docs/devices_mediumlinearmotor.js.html +0 -89
  635. package/docs/devices_motionsensor.js.html +0 -115
  636. package/docs/devices_movehubmediumlinearmotor.js.html +0 -89
  637. package/docs/devices_movehubtiltsensor.js.html +0 -113
  638. package/docs/devices_piezobuzzer.js.html +0 -105
  639. package/docs/devices_remotecontrolbutton.js.html +0 -117
  640. package/docs/devices_simplemediumlinearmotor.js.html +0 -89
  641. package/docs/devices_tachomotor.js.html +0 -244
  642. package/docs/devices_technic3x3colorlightmatrix.js.html +0 -131
  643. package/docs/devices_techniccolorsensor.js.html +0 -149
  644. package/docs/devices_technicdistancesensor.js.html +0 -135
  645. package/docs/devices_technicforcesensor.js.html +0 -135
  646. package/docs/devices_techniclargeangularmotor.js.html +0 -89
  647. package/docs/devices_techniclargelinearmotor.js.html +0 -89
  648. package/docs/devices_technicmediumangularmotor.js.html +0 -89
  649. package/docs/devices_technicmediumhubaccelerometersensor.js.html +0 -115
  650. package/docs/devices_technicmediumhubgyrosensor.js.html +0 -115
  651. package/docs/devices_technicmediumhubtiltsensor.js.html +0 -183
  652. package/docs/devices_technicsmallangularmotor.js.html +0 -89
  653. package/docs/devices_technicxlargelinearmotor.js.html +0 -89
  654. package/docs/devices_tiltsensor.js.html +0 -113
  655. package/docs/devices_trainmotor.js.html +0 -89
  656. package/docs/devices_voltagesensor.js.html +0 -136
  657. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  658. package/docs/fonts/OpenSans-Bold-webfont.svg +0 -1830
  659. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  660. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  661. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
  662. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  663. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  664. package/docs/fonts/OpenSans-Italic-webfont.svg +0 -1830
  665. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  666. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  667. package/docs/fonts/OpenSans-Light-webfont.svg +0 -1831
  668. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  669. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  670. package/docs/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
  671. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  672. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  673. package/docs/fonts/OpenSans-Regular-webfont.svg +0 -1831
  674. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  675. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  676. package/docs/fonts/OpenSans-Semibold-webfont.svg +0 -1830
  677. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  678. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  679. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  680. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1830
  681. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  682. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  683. package/docs/global.html +0 -3996
  684. package/docs/hubs_basehub.js.html +0 -469
  685. package/docs/hubs_duplotrainbase.js.html +0 -112
  686. package/docs/hubs_hub.js.html +0 -121
  687. package/docs/hubs_mario.js.html +0 -108
  688. package/docs/hubs_movehub.js.html +0 -123
  689. package/docs/hubs_remotecontrol.js.html +0 -114
  690. package/docs/hubs_technicmediumhub.js.html +0 -119
  691. package/docs/hubs_technicsmallhub.js.html +0 -118
  692. package/docs/hubs_wedo2smarthub.js.html +0 -265
  693. package/docs/icons/home.svg +0 -4
  694. package/docs/icons/search.svg +0 -4
  695. package/docs/poweredup-browser.js.html +0 -292
  696. package/docs/poweredup-node.js.html +0 -250
  697. package/docs/scripts/linenumber.js +0 -25
  698. package/docs/scripts/pagelocation.js +0 -89
  699. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
  700. package/docs/scripts/prettify/lang-css.js +0 -2
  701. package/docs/scripts/prettify/prettify.js +0 -28
  702. package/docs/styles/collapse.css +0 -27
  703. package/docs/styles/jsdoc-default.css +0 -358
  704. package/docs/styles/prettify-jsdoc.css +0 -111
  705. package/docs/styles/prettify-tomorrow.css +0 -132
  706. package/noble-mac.d.ts +0 -3
@@ -1,1830 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata></metadata>
5
- <defs>
6
- <font id="open_sanssemibold" horiz-adv-x="1169" >
7
- <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
- <missing-glyph horiz-adv-x="532" />
9
- <glyph unicode="&#xfb01;" horiz-adv-x="1315" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1146 0h-235v1106h235v-1106zM897 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97 q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
10
- <glyph unicode="&#xfb02;" horiz-adv-x="1315" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1146 0h-235v1556h235v-1556z" />
11
- <glyph unicode="&#xfb03;" horiz-adv-x="2058" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1466 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41 l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1890 0h-235v1106h235v-1106zM1641 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
12
- <glyph unicode="&#xfb04;" horiz-adv-x="2058" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1466 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41 l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1890 0h-235v1556h235v-1556z" />
13
- <glyph horiz-adv-x="2048" />
14
- <glyph horiz-adv-x="2048" />
15
- <glyph unicode="&#xd;" horiz-adv-x="1044" />
16
- <glyph unicode=" " horiz-adv-x="532" />
17
- <glyph unicode="&#x09;" horiz-adv-x="532" />
18
- <glyph unicode="&#xa0;" horiz-adv-x="532" />
19
- <glyph unicode="!" horiz-adv-x="565" d="M371 444h-174l-52 1018h277zM133 125q0 74 39 112.5t111 38.5q71 0 109 -40t38 -111t-38.5 -112.5t-108.5 -41.5q-71 0 -110.5 40t-39.5 114z" />
20
- <glyph unicode="&#x22;" horiz-adv-x="893" d="M365 1462l-41 -528h-150l-41 528h232zM760 1462l-41 -528h-150l-41 528h232z" />
21
- <glyph unicode="#" horiz-adv-x="1323" d="M989 870l-55 -284h270v-168h-303l-80 -418h-178l80 418h-248l-80 -418h-174l76 418h-250v168h283l57 284h-264v168h293l80 422h180l-80 -422h252l80 422h174l-80 -422h252v-168h-285zM506 586h250l57 284h-250z" />
22
- <glyph unicode="$" d="M1063 453q0 -145 -106 -239t-306 -116v-217h-133v211q-248 4 -407 76v211q86 -42 201 -70.5t206 -29.5v374l-84 31q-164 63 -239.5 150.5t-75.5 216.5q0 138 107.5 227t291.5 108v168h133v-165q203 -7 385 -82l-73 -183q-157 62 -312 74v-364l76 -29q190 -73 263 -154 t73 -198zM827 438q0 58 -40.5 95.5t-135.5 72.5v-319q176 27 176 151zM354 1053q0 -57 35.5 -95t128.5 -75v311q-80 -12 -122 -49t-42 -92z" />
23
- <glyph unicode="%" horiz-adv-x="1765" d="M279 1024q0 -149 29 -222t95 -73q132 0 132 295t-132 295q-66 0 -95 -73t-29 -222zM729 1026q0 -230 -82.5 -345.5t-243.5 -115.5q-152 0 -235.5 119.5t-83.5 341.5q0 457 319 457q157 0 241.5 -118.5t84.5 -338.5zM1231 440q0 -149 29.5 -223t95.5 -74q131 0 131 297 q0 293 -131 293q-66 0 -95.5 -72t-29.5 -221zM1681 440q0 -230 -83 -345t-242 -115q-152 0 -236 118.5t-84 341.5q0 457 320 457q154 0 239.5 -118t85.5 -339zM1384 1462l-811 -1462h-194l811 1462h194z" />
24
- <glyph unicode="&#x26;" horiz-adv-x="1516" d="M451 1147q0 -63 33.5 -119t93.5 -119q113 64 158.5 119.5t45.5 124.5q0 65 -43.5 104t-115.5 39q-79 0 -125.5 -40.5t-46.5 -108.5zM600 182q183 0 313 107l-383 377q-106 -68 -146 -127.5t-40 -135.5q0 -98 69.5 -159.5t186.5 -61.5zM96 387q0 131 64 228.5t231 193.5 q-95 111 -129.5 187.5t-34.5 158.5q0 152 108.5 240t291.5 88q177 0 278 -85.5t101 -230.5q0 -114 -67.5 -207t-225.5 -186l346 -334q81 107 135 314h242q-70 -284 -224 -463l301 -291h-303l-149 145q-102 -82 -217.5 -123.5t-255.5 -41.5q-230 0 -361 109t-131 298z" />
25
- <glyph unicode="'" horiz-adv-x="498" d="M365 1462l-41 -528h-150l-41 528h232z" />
26
- <glyph unicode="(" horiz-adv-x="649" d="M82 561q0 265 77.5 496t223.5 405h205q-139 -188 -213 -421.5t-74 -477.5t74 -473t211 -414h-203q-147 170 -224 397t-77 488z" />
27
- <glyph unicode=")" horiz-adv-x="649" d="M567 561q0 -263 -77.5 -490t-223.5 -395h-203q138 187 211.5 415t73.5 472q0 245 -74 477.5t-213 421.5h205q147 -175 224 -406.5t77 -494.5z" />
28
- <glyph unicode="*" horiz-adv-x="1122" d="M672 1556l-41 -382l385 108l28 -217l-360 -29l236 -311l-199 -107l-166 338l-149 -338l-205 107l231 311l-358 29l35 217l376 -108l-41 382h228z" />
29
- <glyph unicode="+" d="M494 633h-398v178h398v408h180v-408h399v-178h-399v-406h-180v406z" />
30
- <glyph unicode="," horiz-adv-x="547" d="M412 215q-48 -186 -176 -479h-173q69 270 103 502h231z" />
31
- <glyph unicode="-" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
32
- <glyph unicode="." horiz-adv-x="563" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
33
- <glyph unicode="/" horiz-adv-x="799" d="M782 1462l-544 -1462h-222l545 1462h221z" />
34
- <glyph unicode="0" d="M1081 731q0 -381 -122.5 -566t-374.5 -185q-244 0 -370 191t-126 560q0 387 122.5 570.5t373.5 183.5q245 0 371 -192t126 -562zM326 731q0 -299 61.5 -427t196.5 -128t197.5 130t62.5 425q0 294 -62.5 425.5t-197.5 131.5t-196.5 -129t-61.5 -428z" />
35
- <glyph unicode="1" d="M780 0h-235v944q0 169 8 268q-23 -24 -56.5 -53t-224.5 -184l-118 149l430 338h196v-1462z" />
36
- <glyph unicode="2" d="M1081 0h-991v178l377 379q167 171 221.5 242.5t79.5 134.5t25 135q0 99 -59.5 156t-164.5 57q-84 0 -162.5 -31t-181.5 -112l-127 155q122 103 237 146t245 43q204 0 327 -106.5t123 -286.5q0 -99 -35.5 -188t-109 -183.5t-244.5 -255.5l-254 -246v-10h694v-207z" />
37
- <glyph unicode="3" d="M1026 1126q0 -139 -81 -231.5t-228 -124.5v-8q176 -22 264 -109.5t88 -232.5q0 -211 -149 -325.5t-424 -114.5q-243 0 -410 79v209q93 -46 197 -71t200 -25q170 0 254 63t84 195q0 117 -93 172t-292 55h-127v191h129q350 0 350 242q0 94 -61 145t-180 51 q-83 0 -160 -23.5t-182 -91.5l-115 164q201 148 467 148q221 0 345 -95t124 -262z" />
38
- <glyph unicode="4" d="M1133 319h-197v-319h-229v319h-668v181l668 966h229v-952h197v-195zM707 514v367q0 196 10 321h-8q-28 -66 -88 -160l-363 -528h449z" />
39
- <glyph unicode="5" d="M586 913q221 0 350 -117t129 -319q0 -234 -146.5 -365.5t-416.5 -131.5q-245 0 -385 79v213q81 -46 186 -71t195 -25q159 0 242 71t83 208q0 262 -334 262q-47 0 -116 -9.5t-121 -21.5l-105 62l56 714h760v-209h-553l-33 -362q35 6 85.5 14t123.5 8z" />
40
- <glyph unicode="6" d="M94 623q0 858 699 858q110 0 186 -17v-196q-76 22 -176 22q-235 0 -353 -126t-128 -404h12q47 81 132 125.5t200 44.5q199 0 310 -122t111 -331q0 -230 -128.5 -363.5t-350.5 -133.5q-157 0 -273 75.5t-178.5 220t-62.5 347.5zM604 174q121 0 186.5 78t65.5 223 q0 126 -61.5 198t-184.5 72q-76 0 -140 -32.5t-101 -89t-37 -115.5q0 -141 76.5 -237.5t195.5 -96.5z" />
41
- <glyph unicode="7" d="M256 0l578 1253h-760v207h1011v-164l-575 -1296h-254z" />
42
- <glyph unicode="8" d="M584 1481q208 0 329 -95.5t121 -255.5q0 -225 -270 -358q172 -86 244.5 -181t72.5 -212q0 -181 -133 -290t-360 -109q-238 0 -369 102t-131 289q0 122 68.5 219.5t224.5 173.5q-134 80 -191 169t-57 200q0 159 125 253.5t326 94.5zM313 379q0 -104 73 -161.5t198 -57.5 q129 0 200.5 59.5t71.5 161.5q0 81 -66 148t-200 124l-29 13q-132 -58 -190 -127.5t-58 -159.5zM582 1300q-100 0 -161 -49.5t-61 -134.5q0 -52 22 -93t64 -74.5t142 -80.5q120 53 169.5 111.5t49.5 136.5q0 85 -61.5 134.5t-163.5 49.5z" />
43
- <glyph unicode="9" d="M1079 838q0 -432 -174 -645t-524 -213q-133 0 -191 16v197q89 -25 179 -25q238 0 355 128t128 402h-12q-59 -90 -142.5 -130t-195.5 -40q-194 0 -305 121t-111 332q0 229 128.5 364.5t350.5 135.5q156 0 272 -76t179 -220.5t63 -346.5zM569 1286q-122 0 -187 -79.5 t-65 -223.5q0 -125 60.5 -196.5t183.5 -71.5q119 0 200 71t81 166q0 89 -34.5 166.5t-96.5 122.5t-142 45z" />
44
- <glyph unicode=":" horiz-adv-x="563" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM133 979q0 151 148 151q75 0 112 -40t37 -111t-38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
45
- <glyph unicode=";" horiz-adv-x="569" d="M397 238l15 -23q-48 -186 -176 -479h-173q69 270 103 502h231zM131 979q0 151 148 151q75 0 112 -40t37 -111t-38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
46
- <glyph unicode="&#x3c;" d="M1073 221l-977 430v121l977 488v-195l-733 -344l733 -303v-197z" />
47
- <glyph unicode="=" d="M102 831v179h963v-179h-963zM102 432v178h963v-178h-963z" />
48
- <glyph unicode="&#x3e;" d="M96 418l733 303l-733 344v195l977 -488v-121l-977 -430v197z" />
49
- <glyph unicode="?" horiz-adv-x="928" d="M283 444v64q0 110 40 183t140 151q119 94 153.5 146t34.5 124q0 84 -56 129t-161 45q-95 0 -176 -27t-158 -65l-84 176q203 113 435 113q196 0 311 -96t115 -265q0 -75 -22 -133.5t-66.5 -111.5t-153.5 -138q-93 -73 -124.5 -121t-31.5 -129v-45h-196zM242 125 q0 151 147 151q72 0 110 -39.5t38 -111.5q0 -71 -38.5 -112.5t-109.5 -41.5t-109 40.5t-38 113.5z" />
50
- <glyph unicode="@" horiz-adv-x="1839" d="M1726 739q0 -143 -45 -261.5t-126.5 -184.5t-188.5 -66q-79 0 -137 42t-78 114h-12q-49 -78 -121 -117t-162 -39q-163 0 -256.5 105t-93.5 284q0 206 124 334.5t333 128.5q76 0 168.5 -13.5t164.5 -37.5l-22 -465v-24q0 -160 104 -160q79 0 125.5 102t46.5 260 q0 171 -70 300.5t-199 199.5t-296 70q-213 0 -370.5 -88t-240.5 -251.5t-83 -379.5q0 -290 155 -446t445 -156q221 0 461 90v-164q-210 -86 -457 -86q-370 0 -577 199.5t-207 556.5q0 261 112 464.5t310.5 311.5t449.5 108q217 0 386.5 -90t263 -256.5t93.5 -384.5zM698 612 q0 -233 183 -233q193 0 211 293l12 239q-63 17 -135 17q-128 0 -199.5 -85t-71.5 -231z" />
51
- <glyph unicode="A" horiz-adv-x="1354" d="M1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426z" />
52
- <glyph unicode="B" horiz-adv-x="1352" d="M193 1462h434q302 0 436.5 -88t134.5 -278q0 -128 -66 -213t-190 -107v-10q154 -29 226.5 -114.5t72.5 -231.5q0 -197 -137.5 -308.5t-382.5 -111.5h-528v1462zM432 858h230q150 0 219 47.5t69 161.5q0 103 -74.5 149t-236.5 46h-207v-404zM432 664v-463h254 q150 0 226.5 57.5t76.5 181.5q0 114 -78 169t-237 55h-242z" />
53
- <glyph unicode="C" horiz-adv-x="1298" d="M815 1278q-206 0 -324 -146t-118 -403q0 -269 113.5 -407t328.5 -138q93 0 180 18.5t181 47.5v-205q-172 -65 -390 -65q-321 0 -493 194.5t-172 556.5q0 228 83.5 399t241.5 262t371 91q224 0 414 -94l-86 -199q-74 35 -156.5 61.5t-173.5 26.5z" />
54
- <glyph unicode="D" horiz-adv-x="1503" d="M1382 745q0 -362 -201 -553.5t-579 -191.5h-409v1462h452q349 0 543 -188t194 -529zM1130 737q0 525 -491 525h-207v-1061h170q528 0 528 536z" />
55
- <glyph unicode="E" horiz-adv-x="1143" d="M1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203z" />
56
- <glyph unicode="F" horiz-adv-x="1090" d="M430 0h-237v1462h825v-202h-588v-457h551v-203h-551v-600z" />
57
- <glyph unicode="G" horiz-adv-x="1487" d="M791 793h538v-734q-132 -43 -253.5 -61t-262.5 -18q-332 0 -512 196.5t-180 554.5q0 353 203 552.5t559 199.5q229 0 434 -88l-84 -199q-178 82 -356 82q-234 0 -370 -147t-136 -402q0 -268 122.5 -407.5t352.5 -139.5q116 0 248 29v377h-303v205z" />
58
- <glyph unicode="H" horiz-adv-x="1538" d="M1346 0h-240v659h-674v-659h-239v1462h239v-598h674v598h240v-1462z" />
59
- <glyph unicode="I" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239z" />
60
- <glyph unicode="J" horiz-adv-x="612" d="M8 -408q-98 0 -164 25v201q84 -21 146 -21q196 0 196 248v1417h240v-1409q0 -224 -106.5 -342.5t-311.5 -118.5z" />
61
- <glyph unicode="K" horiz-adv-x="1309" d="M1309 0h-277l-459 662l-141 -115v-547h-239v1462h239v-698q98 120 195 231l395 467h272q-383 -450 -549 -641z" />
62
- <glyph unicode="L" horiz-adv-x="1110" d="M193 0v1462h239v-1257h619v-205h-858z" />
63
- <glyph unicode="M" horiz-adv-x="1890" d="M825 0l-424 1221h-8q17 -272 17 -510v-711h-217v1462h337l406 -1163h6l418 1163h338v-1462h-230v723q0 109 5.5 284t9.5 212h-8l-439 -1219h-211z" />
64
- <glyph unicode="N" horiz-adv-x="1604" d="M1411 0h-293l-719 1165h-8l5 -65q14 -186 14 -340v-760h-217v1462h290l717 -1159h6q-2 23 -8 167.5t-6 225.5v766h219v-1462z" />
65
- <glyph unicode="O" horiz-adv-x="1612" d="M1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z" />
66
- <glyph unicode="P" horiz-adv-x="1260" d="M1161 1020q0 -229 -150 -351t-427 -122h-152v-547h-239v1462h421q274 0 410.5 -112t136.5 -330zM432 748h127q184 0 270 64t86 200q0 126 -77 188t-240 62h-166v-514z" />
67
- <glyph unicode="Q" horiz-adv-x="1612" d="M1491 733q0 -266 -101.5 -448t-295.5 -256l350 -377h-322l-276 328h-39q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139 q-215 0 -324.5 -139t-109.5 -408z" />
68
- <glyph unicode="R" horiz-adv-x="1309" d="M432 782h166q167 0 242 62t75 184q0 124 -81 178t-244 54h-158v-478zM432 584v-584h-239v1462h413q283 0 419 -106t136 -320q0 -273 -284 -389l413 -647h-272l-350 584h-236z" />
69
- <glyph unicode="S" horiz-adv-x="1126" d="M1036 397q0 -195 -141 -306t-389 -111t-406 77v226q100 -47 212.5 -74t209.5 -27q142 0 209.5 54t67.5 145q0 82 -62 139t-256 135q-200 81 -282 185t-82 250q0 183 130 288t349 105q210 0 418 -92l-76 -195q-195 82 -348 82q-116 0 -176 -50.5t-60 -133.5 q0 -57 24 -97.5t79 -76.5t198 -95q161 -67 236 -125t110 -131t35 -172z" />
70
- <glyph unicode="T" horiz-adv-x="1159" d="M698 0h-239v1257h-430v205h1099v-205h-430v-1257z" />
71
- <glyph unicode="U" horiz-adv-x="1520" d="M1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239z" />
72
- <glyph unicode="V" horiz-adv-x="1274" d="M1026 1462h248l-512 -1462h-252l-510 1462h246l305 -909q24 -65 51 -167.5t35 -152.5q13 76 40 176t44 148z" />
73
- <glyph unicode="W" horiz-adv-x="1937" d="M1542 0h-260l-248 872q-16 57 -40 164.5t-29 149.5q-10 -64 -32.5 -166t-37.5 -152l-242 -868h-260l-189 732l-192 730h244l209 -852q49 -205 70 -362q11 85 33 190t40 170l238 854h237l244 -858q35 -119 74 -356q15 143 72 364l208 850h242z" />
74
- <glyph unicode="X" horiz-adv-x="1274" d="M1270 0h-275l-366 598l-369 -598h-256l485 758l-454 704h266l338 -553l338 553h258l-457 -708z" />
75
- <glyph unicode="Y" horiz-adv-x="1212" d="M606 795l346 667h260l-487 -895v-567h-240v559l-485 903h260z" />
76
- <glyph unicode="Z" horiz-adv-x="1178" d="M1112 0h-1046v166l737 1091h-717v205h1006v-168l-740 -1089h760v-205z" />
77
- <glyph unicode="[" horiz-adv-x="676" d="M625 -324h-471v1786h471v-176h-256v-1433h256v-177z" />
78
- <glyph unicode="\" horiz-adv-x="799" d="M238 1462l544 -1462h-221l-545 1462h222z" />
79
- <glyph unicode="]" horiz-adv-x="676" d="M51 -147h256v1433h-256v176h469v-1786h-469v177z" />
80
- <glyph unicode="^" horiz-adv-x="1100" d="M29 535l436 935h121l485 -935h-194l-349 694l-307 -694h-192z" />
81
- <glyph unicode="_" horiz-adv-x="879" d="M883 -319h-887v135h887v-135z" />
82
- <glyph unicode="`" horiz-adv-x="1212" d="M690 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
83
- <glyph unicode="a" horiz-adv-x="1188" d="M860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5z" />
84
- <glyph unicode="b" horiz-adv-x="1276" d="M733 1126q207 0 322.5 -150t115.5 -421q0 -272 -117 -423.5t-325 -151.5q-210 0 -326 151h-16l-43 -131h-176v1556h235v-370q0 -41 -4 -122t-6 -103h10q112 165 330 165zM672 934q-142 0 -204.5 -83.5t-64.5 -279.5v-16q0 -202 64 -292.5t209 -90.5q125 0 189.5 99 t64.5 286q0 377 -258 377z" />
85
- <glyph unicode="c" horiz-adv-x="1014" d="M614 -20q-251 0 -381.5 146.5t-130.5 420.5q0 279 136.5 429t394.5 150q175 0 315 -65l-71 -189q-149 58 -246 58q-287 0 -287 -381q0 -186 71.5 -279.5t209.5 -93.5q157 0 297 78v-205q-63 -37 -134.5 -53t-173.5 -16z" />
86
- <glyph unicode="d" horiz-adv-x="1276" d="M541 -20q-207 0 -323 150t-116 421q0 272 117.5 423.5t325.5 151.5q218 0 332 -161h12q-17 119 -17 188v403h236v-1556h-184l-41 145h-11q-113 -165 -331 -165zM604 170q145 0 211 81.5t68 264.5v33q0 209 -68 297t-213 88q-124 0 -191 -100.5t-67 -286.5 q0 -184 65 -280.5t195 -96.5z" />
87
- <glyph unicode="e" horiz-adv-x="1180" d="M651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5t-176 70.5 z" />
88
- <glyph unicode="f" horiz-adv-x="743" d="M723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178z" />
89
- <glyph unicode="g" horiz-adv-x="1139" d="M1102 1106v-129l-189 -35q26 -35 43 -86t17 -108q0 -171 -118 -269t-325 -98q-53 0 -96 8q-76 -47 -76 -110q0 -38 35.5 -57t130.5 -19h193q183 0 278 -78t95 -225q0 -188 -155 -290t-448 -102q-226 0 -345 80t-119 228q0 102 64.5 171.5t180.5 96.5q-47 20 -77.5 64.5 t-30.5 93.5q0 62 35 105t104 85q-86 37 -139.5 120.5t-53.5 195.5q0 180 113.5 279t323.5 99q47 0 98.5 -6.5t77.5 -13.5h383zM233 -172q0 -76 68.5 -117t192.5 -41q192 0 286 55t94 146q0 72 -51.5 102.5t-191.5 30.5h-178q-101 0 -160.5 -47.5t-59.5 -128.5zM334 748 q0 -104 53.5 -160t153.5 -56q204 0 204 218q0 108 -50.5 166.5t-153.5 58.5q-102 0 -154.5 -58t-52.5 -169z" />
90
- <glyph unicode="h" horiz-adv-x="1300" d="M1141 0h-236v680q0 128 -51.5 191t-163.5 63q-148 0 -217.5 -88.5t-69.5 -296.5v-549h-235v1556h235v-395q0 -95 -12 -203h15q48 80 133.5 124t199.5 44q402 0 402 -405v-721z" />
91
- <glyph unicode="i" horiz-adv-x="571" d="M403 0h-235v1106h235v-1106zM154 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
92
- <glyph unicode="j" horiz-adv-x="571" d="M55 -492q-106 0 -176 25v186q68 -18 139 -18q150 0 150 170v1235h235v-1251q0 -171 -89.5 -259t-258.5 -88zM154 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
93
- <glyph unicode="k" horiz-adv-x="1171" d="M395 584l133 166l334 356h271l-445 -475l473 -631h-276l-355 485l-129 -106v-379h-233v1556h233v-759l-12 -213h6z" />
94
- <glyph unicode="l" horiz-adv-x="571" d="M403 0h-235v1556h235v-1556z" />
95
- <glyph unicode="m" horiz-adv-x="1958" d="M1100 0h-236v682q0 127 -48 189.5t-150 62.5q-136 0 -199.5 -88.5t-63.5 -294.5v-551h-235v1106h184l33 -145h12q46 79 133.5 122t192.5 43q255 0 338 -174h16q49 82 138 128t204 46q198 0 288.5 -100t90.5 -305v-721h-235v682q0 127 -48.5 189.5t-150.5 62.5 q-137 0 -200.5 -85.5t-63.5 -262.5v-586z" />
96
- <glyph unicode="n" horiz-adv-x="1300" d="M1141 0h-236v680q0 128 -51.5 191t-163.5 63q-149 0 -218 -88t-69 -295v-551h-235v1106h184l33 -145h12q50 79 142 122t204 43q398 0 398 -405v-721z" />
97
- <glyph unicode="o" horiz-adv-x="1251" d="M1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281z" />
98
- <glyph unicode="p" horiz-adv-x="1276" d="M729 -20q-210 0 -326 151h-14q14 -140 14 -170v-453h-235v1598h190q8 -31 33 -148h12q110 168 330 168q207 0 322.5 -150t115.5 -421t-117.5 -423t-324.5 -152zM672 934q-140 0 -204.5 -82t-64.5 -262v-35q0 -202 64 -292.5t209 -90.5q122 0 188 100t66 285 q0 186 -65.5 281.5t-192.5 95.5z" />
99
- <glyph unicode="q" horiz-adv-x="1276" d="M606 168q148 0 212.5 85.5t64.5 258.5v37q0 205 -66.5 295t-214.5 90q-126 0 -192 -100t-66 -287q0 -379 262 -379zM539 -20q-205 0 -321 150.5t-116 420.5t118 422.5t325 152.5q104 0 186.5 -38.5t147.5 -126.5h8l26 145h195v-1598h-236v469q0 44 4 93t7 75h-13 q-104 -165 -331 -165z" />
100
- <glyph unicode="r" horiz-adv-x="883" d="M729 1126q71 0 117 -10l-23 -219q-50 12 -104 12q-141 0 -228.5 -92t-87.5 -239v-578h-235v1106h184l31 -195h12q55 99 143.5 157t190.5 58z" />
101
- <glyph unicode="s" horiz-adv-x="997" d="M911 315q0 -162 -118 -248.5t-338 -86.5q-221 0 -355 67v203q195 -90 363 -90q217 0 217 131q0 42 -24 70t-79 58t-153 68q-191 74 -258.5 148t-67.5 192q0 142 114.5 220.5t311.5 78.5q195 0 369 -79l-76 -177q-179 74 -301 74q-186 0 -186 -106q0 -52 48.5 -88 t211.5 -99q137 -53 199 -97t92 -101.5t30 -137.5z" />
102
- <glyph unicode="t" horiz-adv-x="805" d="M580 170q86 0 172 27v-177q-39 -17 -100.5 -28.5t-127.5 -11.5q-334 0 -334 352v596h-151v104l162 86l80 234h145v-246h315v-178h-315v-592q0 -85 42.5 -125.5t111.5 -40.5z" />
103
- <glyph unicode="u" horiz-adv-x="1300" d="M948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185z" />
104
- <glyph unicode="v" horiz-adv-x="1096" d="M420 0l-420 1106h248l225 -643q58 -162 70 -262h8q9 72 70 262l225 643h250l-422 -1106h-254z" />
105
- <glyph unicode="w" horiz-adv-x="1673" d="M1075 0l-143 516q-26 82 -94 381h-9q-58 -270 -92 -383l-147 -514h-260l-310 1106h240l141 -545q48 -202 68 -346h6q10 73 30.5 167.5t35.5 141.5l168 582h258l163 -582q15 -49 37.5 -150t26.5 -157h8q15 123 70 344l143 545h236l-312 -1106h-264z" />
106
- <glyph unicode="x" horiz-adv-x="1128" d="M414 565l-371 541h268l252 -387l254 387h266l-372 -541l391 -565h-266l-273 414l-272 -414h-266z" />
107
- <glyph unicode="y" horiz-adv-x="1098" d="M0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104z" />
108
- <glyph unicode="z" horiz-adv-x="979" d="M907 0h-839v145l559 781h-525v180h789v-164l-547 -762h563v-180z" />
109
- <glyph unicode="{" horiz-adv-x="791" d="M311 287q0 186 -266 186v191q135 0 200.5 45.5t65.5 138.5v311q0 156 108.5 229.5t325.5 73.5v-182q-114 -5 -165.5 -46.5t-51.5 -123.5v-297q0 -199 -229 -238v-12q229 -36 229 -237v-299q0 -82 51 -124t166 -44v-183q-231 2 -332.5 78.5t-101.5 247.5v285z" />
110
- <glyph unicode="|" horiz-adv-x="1128" d="M473 1552h180v-2033h-180v2033z" />
111
- <glyph unicode="}" horiz-adv-x="760" d="M463 -20q0 -156 -99.5 -229t-318.5 -75v183q95 1 148 38.5t53 129.5v262q0 121 53 187t176 87v12q-229 39 -229 238v297q0 82 -45.5 123.5t-155.5 46.5v182q223 0 320.5 -76.5t97.5 -250.5v-287q0 -100 63.5 -142t188.5 -42v-191q-123 0 -187.5 -42.5t-64.5 -143.5v-307z " />
112
- <glyph unicode="~" d="M330 692q-50 0 -111.5 -30t-122.5 -91v191q99 108 250 108q66 0 125 -13t147 -50q131 -55 220 -55q52 0 114.5 31t120.5 89v-190q-105 -111 -250 -111q-65 0 -127.5 15.5t-146.5 50.5q-127 55 -219 55z" />
113
- <glyph unicode="&#xa1;" horiz-adv-x="565" d="M193 645h174l51 -1016h-277zM430 965q0 -74 -37.5 -113t-111.5 -39q-72 0 -110 39.5t-38 112.5q0 69 38 111t110 42t110.5 -40.5t38.5 -112.5z" />
114
- <glyph unicode="&#xa2;" d="M987 238q-119 -59 -258 -64v-194h-156v200q-207 31 -307 171t-100 390q0 254 100.5 397t306.5 175v170h158v-162q152 -5 283 -66l-70 -188q-146 59 -250 59q-146 0 -216 -95t-70 -288q0 -194 72 -283t210 -89q75 0 142.5 15t154.5 52v-200z" />
115
- <glyph unicode="&#xa3;" d="M690 1481q194 0 375 -82l-76 -182q-162 71 -284 71q-205 0 -205 -219v-244h397v-172h-397v-182q0 -91 -33 -155t-113 -109h756v-207h-1038v195q98 30 145 96t47 178v184h-188v172h188v256q0 188 113.5 294t312.5 106z" />
116
- <glyph unicode="&#xa4;" d="M186 723q0 109 64 213l-133 133l121 119l131 -129q100 63 215 63t213 -65l133 131l121 -117l-131 -133q63 -100 63 -215q0 -119 -63 -217l129 -129l-119 -119l-133 129q-99 -61 -213 -61q-126 0 -215 61l-131 -127l-119 119l131 129q-64 99 -64 215zM354 723 q0 -98 68 -164.5t162 -66.5q97 0 165 66.5t68 164.5q0 97 -68 165t-165 68q-93 0 -161.5 -68t-68.5 -165z" />
117
- <glyph unicode="&#xa5;" d="M584 797l321 665h244l-399 -760h227v-151h-281v-154h281v-153h-281v-244h-225v244h-283v153h283v154h-283v151h224l-394 760h246z" />
118
- <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M473 1552h180v-794h-180v794zM473 315h180v-796h-180v796z" />
119
- <glyph unicode="&#xa7;" horiz-adv-x="1026" d="M129 807q0 80 38.5 145.5t111.5 108.5q-146 83 -146 235q0 129 109.5 202t294.5 73q91 0 174 -17t182 -59l-68 -162q-116 50 -176 63t-121 13q-194 0 -194 -109q0 -54 55 -93.5t191 -90.5q175 -68 250 -146.5t75 -187.5q0 -177 -139 -266q139 -80 139 -223 q0 -142 -118 -224.5t-326 -82.5q-212 0 -346 71v179q77 -40 173 -65.5t177 -25.5q235 0 235 131q0 43 -21 70t-71 54t-147 65q-141 55 -206 101.5t-95.5 105t-30.5 135.5zM313 827q0 -45 24 -80t78.5 -69t194.5 -90q109 65 109 168q0 75 -62 126.5t-221 104.5 q-54 -16 -88.5 -61.5t-34.5 -98.5z" />
120
- <glyph unicode="&#xa8;" horiz-adv-x="1212" d="M293 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM686 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
121
- <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M893 1034q-111 0 -171 -80.5t-60 -222.5q0 -147 54 -226t177 -79q55 0 118 15t109 36v-158q-115 -51 -235 -51q-197 0 -305.5 120.5t-108.5 342.5q0 214 110 337.5t306 123.5q138 0 274 -70l-65 -143q-106 55 -203 55zM100 731q0 200 100 375t275 276t377 101 q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM223 731q0 -170 84.5 -315.5t230.5 -229.5t314 -84q170 0 316 85.5t229.5 230t83.5 313.5q0 168 -84.5 314.5t-231 230.5t-313.5 84q-168 0 -312.5 -83 t-230.5 -229t-86 -317z" />
122
- <glyph unicode="&#xaa;" horiz-adv-x="754" d="M547 782l-29 97q-46 -55 -105 -82t-130 -27q-113 0 -169.5 52.5t-56.5 158.5q0 104 84 159.5t252 61.5l107 4q0 72 -34.5 108t-103.5 36q-90 0 -210 -56l-54 115q144 70 285 70q138 0 207 -62.5t69 -187.5v-447h-112zM401 1098q-71 -2 -125.5 -34t-54.5 -81q0 -88 96 -88 q91 0 137 41t46 123v43z" />
123
- <glyph unicode="&#xab;" horiz-adv-x="1139" d="M82 561l356 432l168 -94l-282 -350l282 -348l-168 -97l-356 431v26zM532 561l357 432l168 -94l-283 -350l283 -348l-168 -97l-357 431v26z" />
124
- <glyph unicode="&#xac;" d="M1073 256h-178v377h-799v178h977v-555z" />
125
- <glyph unicode="&#xad;" horiz-adv-x="659" d="M72 449zM72 449v200h514v-200h-514z" />
126
- <glyph unicode="&#xae;" horiz-adv-x="1704" d="M748 770h69q74 0 112 35t38 100q0 72 -36.5 100.5t-115.5 28.5h-67v-264zM1157 909q0 -171 -153 -233l237 -397h-211l-192 346h-90v-346h-189v903h262q174 0 255 -68t81 -205zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370 t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM223 731q0 -170 84.5 -315.5t230.5 -229.5t314 -84q170 0 316 85.5t229.5 230t83.5 313.5q0 168 -84.5 314.5t-231 230.5t-313.5 84q-168 0 -312.5 -83t-230.5 -229t-86 -317z" />
127
- <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036v164h1036v-164z" />
128
- <glyph unicode="&#xb0;" horiz-adv-x="877" d="M109 1153q0 135 95 232.5t234 97.5q138 0 233 -96t95 -234q0 -139 -96 -233.5t-232 -94.5q-88 0 -164.5 43.5t-120.5 119.5t-44 165zM262 1153q0 -70 51 -122t125 -52t125 51.5t51 122.5q0 76 -52 127t-124 51t-124 -52t-52 -126z" />
129
- <glyph unicode="&#xb1;" d="M494 664h-398v178h398v407h180v-407h399v-178h-399v-406h-180v406zM96 0v178h977v-178h-977z" />
130
- <glyph unicode="&#xb2;" horiz-adv-x="743" d="M678 586h-627v135l230 225q117 112 149.5 165t32.5 112q0 52 -32 79t-83 27q-93 0 -201 -88l-94 121q139 119 309 119q136 0 211.5 -66t75.5 -180q0 -83 -46 -158.5t-183 -202.5l-139 -129h397v-159z" />
131
- <glyph unicode="&#xb3;" horiz-adv-x="743" d="M645 1251q0 -75 -40.5 -122.5t-119.5 -86.5q94 -21 141.5 -76t47.5 -132q0 -127 -93 -196t-266 -69q-148 0 -270 62v157q145 -79 270 -79q179 0 179 135q0 125 -199 125h-115v133h105q184 0 184 129q0 52 -34.5 80t-90.5 28q-57 0 -105.5 -20t-105.5 -57l-84 114 q61 46 134 75.5t171 29.5q134 0 212.5 -61.5t78.5 -168.5z" />
132
- <glyph unicode="&#xb4;" horiz-adv-x="1212" d="M362 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
133
- <glyph unicode="&#xb5;" horiz-adv-x="1309" d="M403 422q0 -252 218 -252q146 0 215 88.5t69 296.5v551h236v-1106h-183l-34 147h-13q-48 -83 -119.5 -125t-175.5 -42q-140 0 -219 90h-4q3 -28 6.5 -117t3.5 -125v-320h-235v1598h235v-684z" />
134
- <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1143 -260h-137v1663h-191v-1663h-137v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h580v-1816z" />
135
- <glyph unicode="&#xb7;" horiz-adv-x="563" d="M133 723q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
136
- <glyph unicode="&#xb8;" horiz-adv-x="442" d="M426 -270q0 -222 -305 -222q-66 0 -121 15v137q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5z" />
137
- <glyph unicode="&#xb9;" horiz-adv-x="743" d="M532 586h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111l-88 112l281 209h167v-876z" />
138
- <glyph unicode="&#xba;" horiz-adv-x="780" d="M719 1124q0 -164 -87.5 -259t-244.5 -95q-150 0 -238 95.5t-88 258.5q0 169 88.5 262t241.5 93q152 0 240 -94.5t88 -260.5zM223 1124q0 -111 39 -166t127 -55t127 55t39 166q0 113 -39 167.5t-127 54.5t-127 -54.5t-39 -167.5z" />
139
- <glyph unicode="&#xbb;" horiz-adv-x="1139" d="M1057 535l-359 -431l-168 97l283 348l-283 350l168 94l359 -432v-26zM606 535l-358 -431l-168 97l282 348l-282 350l168 94l358 -432v-26z" />
140
- <glyph unicode="&#xbc;" horiz-adv-x="1700" d="M60 0zM1333 1462l-856 -1462h-192l858 1462h190zM508 586h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111l-88 112l281 209h167v-876zM1585 177h-125v-176h-192v176h-392v127l396 579h188v-563h125v-143zM1268 320v178q0 97 6 197q-52 -104 -88 -158l-148 -217h230z " />
141
- <glyph unicode="&#xbd;" horiz-adv-x="1700" d="M46 0zM1298 1462l-856 -1462h-192l858 1462h190zM494 586h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111l-88 112l281 209h167v-876zM1608 1h-627v135l230 225q117 112 149.5 165t32.5 112q0 52 -32 79t-83 27q-93 0 -201 -88l-94 121q139 119 309 119 q136 0 211.5 -66t75.5 -180q0 -83 -46 -158.5t-183 -202.5l-139 -129h397v-159z" />
142
- <glyph unicode="&#xbe;" horiz-adv-x="1700" d="M55 0zM1415 1462l-856 -1462h-192l858 1462h190zM1640 177h-125v-176h-192v176h-392v127l396 579h188v-563h125v-143zM1323 320v178q0 97 6 197q-52 -104 -88 -158l-148 -217h230zM655 1251q0 -75 -40.5 -122.5t-119.5 -86.5q94 -21 141.5 -76t47.5 -132q0 -127 -93 -196 t-266 -69q-148 0 -270 62v157q145 -79 270 -79q179 0 179 135q0 125 -199 125h-115v133h105q184 0 184 129q0 52 -34.5 80t-90.5 28q-57 0 -105.5 -20t-105.5 -57l-84 114q61 46 134 75.5t171 29.5q134 0 212.5 -61.5t78.5 -168.5z" />
143
- <glyph unicode="&#xbf;" horiz-adv-x="928" d="M651 645v-63q0 -106 -41 -181t-143 -155q-124 -98 -155 -147t-31 -124q0 -78 54 -125t161 -47q90 0 174 27.5t166 65.5l82 -179q-220 -110 -424 -110q-207 0 -323 95.5t-116 264.5q0 73 21 130t64 109t157 142q94 76 125 124.5t31 127.5v45h198zM692 965 q0 -74 -37.5 -113t-111.5 -39q-72 0 -110 39.5t-38 112.5q0 69 38 111t110 42t110.5 -40.5t38.5 -112.5z" />
144
- <glyph unicode="&#xc0;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM662 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
145
- <glyph unicode="&#xc1;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM532 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
146
- <glyph unicode="&#xc2;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM897 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z " />
147
- <glyph unicode="&#xc3;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM821 1579q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73 q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
148
- <glyph unicode="&#xc4;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM363 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88z M756 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
149
- <glyph unicode="&#xc5;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM913 1577q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5q0 101 63.5 163.5t172.5 62.5 q104 0 171.5 -62t67.5 -162zM780 1575q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5q0 -106 107 -106q46 0 76 27.5t30 78.5z" />
150
- <glyph unicode="&#xc6;" horiz-adv-x="1868" d="M1747 0h-811v406h-504l-188 -406h-246l678 1462h1071v-202h-571v-398h532v-200h-532v-459h571v-203zM522 612h414v641h-123z" />
151
- <glyph unicode="&#xc7;" horiz-adv-x="1298" d="M121 0zM815 1278q-206 0 -324 -146t-118 -403q0 -269 113.5 -407t328.5 -138q93 0 180 18.5t181 47.5v-205q-172 -65 -390 -65q-321 0 -493 194.5t-172 556.5q0 228 83.5 399t241.5 262t371 91q224 0 414 -94l-86 -199q-74 35 -156.5 61.5t-173.5 26.5zM952 -270 q0 -222 -305 -222q-66 0 -121 15v137q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5z" />
152
- <glyph unicode="&#xc8;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM617 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
153
- <glyph unicode="&#xc9;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM440 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
154
- <glyph unicode="&#xca;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM831 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
155
- <glyph unicode="&#xcb;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM297 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM690 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5 t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
156
- <glyph unicode="&#xcc;" horiz-adv-x="625" d="M0 0zM193 0v1462h239v-1462h-239zM322 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
157
- <glyph unicode="&#xcd;" horiz-adv-x="625" d="M179 0zM193 0v1462h239v-1462h-239zM179 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
158
- <glyph unicode="&#xce;" horiz-adv-x="625" d="M0 0zM193 0v1462h239v-1462h-239zM536 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
159
- <glyph unicode="&#xcf;" horiz-adv-x="625" d="M1 0zM193 0v1462h239v-1462h-239zM1 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM394 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
160
- <glyph unicode="&#xd0;" horiz-adv-x="1497" d="M1374 745q0 -360 -201 -552.5t-579 -192.5h-401v623h-146v200h146v639h446q347 0 541 -188.5t194 -528.5zM1122 737q0 260 -124.5 392.5t-368.5 132.5h-197v-439h307v-200h-307v-422h160q530 0 530 536z" />
161
- <glyph unicode="&#xd1;" horiz-adv-x="1604" d="M193 0zM1411 0h-293l-719 1165h-8l5 -65q14 -186 14 -340v-760h-217v1462h290l717 -1159h6q-2 23 -8 167.5t-6 225.5v766h219v-1462zM954 1579q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39 t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
162
- <glyph unicode="&#xd2;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M809 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
163
- <glyph unicode="&#xd3;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M657 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
164
- <glyph unicode="&#xd4;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M1024 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
165
- <glyph unicode="&#xd5;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M950 1579q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
166
- <glyph unicode="&#xd6;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M496 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM889 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
167
- <glyph unicode="&#xd7;" d="M457 723l-326 326l125 127l328 -326l329 326l125 -123l-329 -330l325 -328l-123 -125l-329 326l-324 -326l-125 125z" />
168
- <glyph unicode="&#xd8;" horiz-adv-x="1612" d="M1491 733q0 -357 -178.5 -555t-505.5 -198q-213 0 -361 81l-94 -137l-141 94l98 144q-188 196 -188 573q0 362 178.5 556t509.5 194q199 0 354 -82l90 129l142 -92l-99 -140q195 -199 195 -567zM1237 733q0 225 -80 361l-586 -850q97 -60 236 -60q213 0 321.5 138 t108.5 411zM375 733q0 -231 78 -362l587 850q-92 59 -231 59q-215 0 -324.5 -139t-109.5 -408z" />
169
- <glyph unicode="&#xd9;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM745 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
170
- <glyph unicode="&#xda;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM600 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
171
- <glyph unicode="&#xdb;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM977 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z " />
172
- <glyph unicode="&#xdc;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM445 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29 t-33.5 88zM838 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
173
- <glyph unicode="&#xdd;" horiz-adv-x="1212" d="M0 0zM606 795l346 667h260l-487 -895v-567h-240v559l-485 903h260zM450 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
174
- <glyph unicode="&#xde;" horiz-adv-x="1268" d="M1169 776q0 -227 -146 -349t-423 -122h-168v-305h-239v1462h239v-243h197q268 0 404 -112t136 -331zM432 504h133q187 0 273 63t86 203q0 127 -78 188.5t-250 61.5h-164v-516z" />
175
- <glyph unicode="&#xdf;" horiz-adv-x="1364" d="M1149 1253q0 -74 -38.5 -140.5t-104.5 -117.5q-90 -69 -117 -98t-27 -57q0 -30 22.5 -55.5t79.5 -63.5l95 -64q92 -62 135.5 -109.5t65.5 -103.5t22 -127q0 -165 -107 -251t-311 -86q-190 0 -299 65v199q58 -37 139 -61.5t148 -24.5q192 0 192 151q0 61 -34.5 105 t-155.5 118q-119 73 -171 135t-52 146q0 63 34 115.5t105 105.5q75 55 107 97.5t32 93.5q0 72 -67 112.5t-178 40.5q-127 0 -194 -54t-67 -159v-1165h-235v1169q0 193 128.5 295.5t367.5 102.5q225 0 355 -84t130 -230z" />
176
- <glyph unicode="&#xe0;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM587 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
177
- <glyph unicode="&#xe1;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM438 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
178
- <glyph unicode="&#xe2;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM814 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
179
- <glyph unicode="&#xe3;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM748 1241q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115 h125q-12 -134 -77 -209.5t-169 -75.5z" />
180
- <glyph unicode="&#xe4;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM282 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM675 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31 t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
181
- <glyph unicode="&#xe5;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM841 1468q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162zM708 1466q0 50 -30 78.5t-76 28.5 q-47 0 -77 -28.5t-30 -78.5q0 -106 107 -106q46 0 76 27.5t30 78.5z" />
182
- <glyph unicode="&#xe6;" horiz-adv-x="1817" d="M90 317q0 172 121.5 258.5t370.5 94.5l188 6v76q0 194 -201 194q-141 0 -307 -82l-74 166q88 47 192.5 71.5t203.5 24.5q241 0 340 -155q120 155 346 155q206 0 328 -134.5t122 -362.5v-127h-712q10 -336 301 -336q184 0 356 80v-191q-86 -41 -171.5 -58t-195.5 -17 q-140 0 -248.5 54.5t-175.5 164.5q-94 -125 -190.5 -172t-241.5 -47q-165 0 -258.5 90t-93.5 247zM334 315q0 -155 166 -155q124 0 196 72.5t72 199.5v96l-135 -6q-155 -6 -227 -54.5t-72 -152.5zM1266 948q-112 0 -177.5 -69.5t-74.5 -208.5h473q0 130 -58.5 204t-162.5 74 z" />
183
- <glyph unicode="&#xe7;" horiz-adv-x="1014" d="M102 0zM614 -20q-251 0 -381.5 146.5t-130.5 420.5q0 279 136.5 429t394.5 150q175 0 315 -65l-71 -189q-149 58 -246 58q-287 0 -287 -381q0 -186 71.5 -279.5t209.5 -93.5q157 0 297 78v-205q-63 -37 -134.5 -53t-173.5 -16zM782 -270q0 -222 -305 -222q-66 0 -121 15 v137q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5z" />
184
- <glyph unicode="&#xe8;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM609 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
185
- <glyph unicode="&#xe9;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM458 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
186
- <glyph unicode="&#xea;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM838 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
187
- <glyph unicode="&#xeb;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM307 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM700 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
188
- <glyph unicode="&#xec;" horiz-adv-x="571" d="M0 0zM403 0h-235v1106h235v-1106zM259 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
189
- <glyph unicode="&#xed;" horiz-adv-x="571" d="M156 0zM403 0h-235v1106h235v-1106zM156 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
190
- <glyph unicode="&#xee;" horiz-adv-x="571" d="M0 0zM403 0h-235v1106h235v-1106zM511 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
191
- <glyph unicode="&#xef;" horiz-adv-x="571" d="M0 0zM403 0h-235v1106h235v-1106zM-25 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM368 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
192
- <glyph unicode="&#xf0;" horiz-adv-x="1243" d="M1149 567q0 -279 -137.5 -433t-388.5 -154q-235 0 -378 136t-143 365q0 231 131 365.5t351 134.5q214 0 301 -111l8 4q-62 189 -227 345l-250 -150l-88 133l204 119q-86 59 -167 102l84 146q140 -63 258 -144l231 138l88 -129l-188 -113q152 -140 231.5 -330t79.5 -424z M909 522q0 127 -75.5 202t-206.5 75q-151 0 -218 -82t-67 -240q0 -153 74 -234t211 -81q148 0 215 91t67 269z" />
193
- <glyph unicode="&#xf1;" horiz-adv-x="1300" d="M168 0zM1141 0h-236v680q0 128 -51.5 191t-163.5 63q-149 0 -218 -88t-69 -295v-551h-235v1106h184l33 -145h12q50 79 142 122t204 43q398 0 398 -405v-721zM809 1241q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73 q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
194
- <glyph unicode="&#xf2;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM621 1241q-69 52 -174.5 150.5t-153.5 156.5 v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
195
- <glyph unicode="&#xf3;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM473 1241v25q57 70 117.5 156t95.5 147h273 v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
196
- <glyph unicode="&#xf4;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM850 1241q-123 73 -228 180 q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
197
- <glyph unicode="&#xf5;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM775 1241q-42 0 -82.5 17.5t-79.5 39t-76 39 t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
198
- <glyph unicode="&#xf6;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM311 1399q0 62 33.5 89.5t81.5 27.5 q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM704 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
199
- <glyph unicode="&#xf7;" d="M96 633v178h977v-178h-977zM457 373q0 64 31.5 99.5t95.5 35.5q61 0 93 -36t32 -99t-34 -100t-91 -37q-60 0 -93.5 35.5t-33.5 101.5zM457 1071q0 64 31.5 99.5t95.5 35.5q61 0 93 -36t32 -99t-34 -100t-91 -37q-60 0 -93.5 35.5t-33.5 101.5z" />
200
- <glyph unicode="&#xf8;" horiz-adv-x="1251" d="M1149 555q0 -271 -139 -423t-387 -152q-144 0 -250 57l-76 -109l-135 90l82 117q-142 155 -142 420q0 269 138 420t389 151q144 0 258 -63l69 100l136 -92l-78 -108q135 -152 135 -408zM344 555q0 -135 37 -219l391 559q-60 39 -147 39q-148 0 -214.5 -98t-66.5 -281z M907 555q0 121 -33 203l-387 -553q54 -33 140 -33q280 0 280 383z" />
201
- <glyph unicode="&#xf9;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM617 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25 h-158z" />
202
- <glyph unicode="&#xfa;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM501 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5 h-156z" />
203
- <glyph unicode="&#xfb;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM871 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260 q63 -110 256 -303v-25h-159z" />
204
- <glyph unicode="&#xfc;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM332 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32 q-48 0 -81.5 29t-33.5 88zM725 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
205
- <glyph unicode="&#xfd;" horiz-adv-x="1098" d="M0 0zM0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104zM401 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
206
- <glyph unicode="&#xfe;" horiz-adv-x="1276" d="M403 961q61 86 142.5 125.5t187.5 39.5q206 0 322 -151t116 -420q0 -272 -116.5 -423.5t-321.5 -151.5q-219 0 -330 149h-14l8 -72l6 -92v-457h-235v2048h235v-430l-7 -138l-3 -27h10zM674 934q-142 0 -206.5 -82t-64.5 -260v-37q0 -202 64 -292.5t209 -90.5 q254 0 254 385q0 190 -61.5 283.5t-194.5 93.5z" />
207
- <glyph unicode="&#xff;" horiz-adv-x="1098" d="M0 0zM0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104zM239 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29 t-33.5 88zM632 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
208
- <glyph unicode="&#x131;" horiz-adv-x="571" d="M403 0h-235v1106h235v-1106z" />
209
- <glyph unicode="&#x152;" horiz-adv-x="1942" d="M1819 0h-820q-102 -20 -211 -20q-320 0 -493.5 196.5t-173.5 558.5q0 360 172 555t491 195q115 0 209 -23h826v-202h-576v-398h539v-200h-539v-459h576v-203zM793 1280q-208 0 -315 -139t-107 -408t106 -409t314 -140q129 0 213 35v1024q-80 37 -211 37z" />
210
- <glyph unicode="&#x153;" horiz-adv-x="1966" d="M1438 -20q-281 0 -420 194q-132 -194 -400 -194q-236 0 -376 155t-140 420q0 272 137 421.5t382 149.5q121 0 223 -49t168 -145q131 194 379 194q221 0 349 -133.5t128 -365.5v-127h-738q11 -164 85.5 -249t228.5 -85q102 0 187 18.5t181 61.5v-191q-84 -40 -171.5 -57.5 t-202.5 -17.5zM344 555q0 -189 65.5 -286t211.5 -97q141 0 206.5 95.5t65.5 283.5q0 192 -66 287.5t-211 95.5q-143 0 -207.5 -95t-64.5 -284zM1393 948q-110 0 -177.5 -69.5t-78.5 -208.5h497q0 134 -63 206t-178 72z" />
211
- <glyph unicode="&#x178;" horiz-adv-x="1212" d="M0 0zM606 795l346 667h260l-487 -895v-567h-240v559l-485 903h260zM293 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM686 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5 q-48 0 -81.5 29t-33.5 88z" />
212
- <glyph unicode="&#x2c6;" horiz-adv-x="1227" d="M838 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
213
- <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M827 1468q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162zM694 1466q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5q0 -106 107 -106q46 0 76 27.5t30 78.5z" />
214
- <glyph unicode="&#x2dc;" horiz-adv-x="1227" d="M776 1241q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
215
- <glyph unicode="&#x2000;" horiz-adv-x="953" />
216
- <glyph unicode="&#x2001;" horiz-adv-x="1907" />
217
- <glyph unicode="&#x2002;" horiz-adv-x="953" />
218
- <glyph unicode="&#x2003;" horiz-adv-x="1907" />
219
- <glyph unicode="&#x2004;" horiz-adv-x="635" />
220
- <glyph unicode="&#x2005;" horiz-adv-x="476" />
221
- <glyph unicode="&#x2006;" horiz-adv-x="317" />
222
- <glyph unicode="&#x2007;" horiz-adv-x="317" />
223
- <glyph unicode="&#x2008;" horiz-adv-x="238" />
224
- <glyph unicode="&#x2009;" horiz-adv-x="381" />
225
- <glyph unicode="&#x200a;" horiz-adv-x="105" />
226
- <glyph unicode="&#x2010;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
227
- <glyph unicode="&#x2011;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
228
- <glyph unicode="&#x2012;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
229
- <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 455v190h860v-190h-860z" />
230
- <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 455v190h1884v-190h-1884z" />
231
- <glyph unicode="&#x2018;" horiz-adv-x="395" d="M37 961l-12 22q20 83 71 224t105 255h170q-64 -256 -101 -501h-233z" />
232
- <glyph unicode="&#x2019;" horiz-adv-x="395" d="M356 1462l15 -22q-53 -209 -176 -479h-170q69 289 100 501h231z" />
233
- <glyph unicode="&#x201a;" horiz-adv-x="549" d="M412 215q-48 -186 -176 -479h-173q69 270 103 502h231z" />
234
- <glyph unicode="&#x201c;" horiz-adv-x="813" d="M440 983q53 203 178 479h170q-69 -296 -100 -501h-233zM25 983q20 83 71 224t105 255h170q-64 -256 -101 -501h-233z" />
235
- <glyph unicode="&#x201d;" horiz-adv-x="813" d="M371 1440q-53 -209 -176 -479h-170q69 289 100 501h231zM788 1440q-53 -209 -176 -479h-172q69 271 103 501h231z" />
236
- <glyph unicode="&#x201e;" horiz-adv-x="944" d="M391 215q-55 -214 -176 -479h-172q66 260 102 502h232zM809 215q-48 -186 -176 -479h-172q66 260 102 502h232z" />
237
- <glyph unicode="&#x2022;" horiz-adv-x="770" d="M131 748q0 138 66 210t188 72q121 0 187.5 -72.5t66.5 -209.5q0 -135 -67 -209t-187 -74t-187 72.5t-67 210.5z" />
238
- <glyph unicode="&#x2026;" horiz-adv-x="1677" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM690 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM1247 125q0 73 38 112t110 39q73 0 111 -40.5 t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
239
- <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
- <glyph unicode="&#x2039;" horiz-adv-x="688" d="M82 561l356 432l168 -94l-282 -350l282 -348l-168 -97l-356 431v26z" />
241
- <glyph unicode="&#x203a;" horiz-adv-x="688" d="M606 535l-358 -431l-168 97l282 348l-282 350l168 94l358 -432v-26z" />
242
- <glyph unicode="&#x2044;" horiz-adv-x="266" d="M655 1462l-856 -1462h-192l858 1462h190z" />
243
- <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
- <glyph unicode="&#x2074;" horiz-adv-x="743" d="M725 762h-125v-176h-192v176h-392v127l396 579h188v-563h125v-143zM408 905v178q0 97 6 197q-52 -104 -88 -158l-148 -217h230z" />
245
- <glyph unicode="&#x20ac;" horiz-adv-x="1188" d="M799 1278q-141 0 -230.5 -84t-119.5 -254h456v-154h-471l-2 -45v-55l2 -39h408v-153h-391q64 -312 364 -312q143 0 293 62v-203q-131 -61 -305 -61q-241 0 -391.5 132t-196.5 382h-152v153h136l-2 37v37l2 65h-136v154h150q38 251 191 394t395 143q200 0 358 -88 l-84 -187q-154 76 -274 76z" />
246
- <glyph unicode="&#x2122;" horiz-adv-x="1561" d="M375 741h-146v592h-202v129h553v-129h-205v-592zM963 741l-185 543h-6l4 -119v-424h-141v721h217l178 -534l187 534h210v-721h-147v414l4 129h-6l-193 -543h-122z" />
247
- <glyph unicode="&#xe000;" horiz-adv-x="1105" d="M0 1105h1105v-1105h-1105v1105z" />
248
- <glyph horiz-adv-x="1276" d="M0 0z" />
249
- <hkern u1="&#x22;" u2="&#x178;" k="-20" />
250
- <hkern u1="&#x22;" u2="&#x153;" k="123" />
251
- <hkern u1="&#x22;" u2="&#xfc;" k="61" />
252
- <hkern u1="&#x22;" u2="&#xfb;" k="61" />
253
- <hkern u1="&#x22;" u2="&#xfa;" k="61" />
254
- <hkern u1="&#x22;" u2="&#xf9;" k="61" />
255
- <hkern u1="&#x22;" u2="&#xf8;" k="123" />
256
- <hkern u1="&#x22;" u2="&#xf6;" k="123" />
257
- <hkern u1="&#x22;" u2="&#xf5;" k="123" />
258
- <hkern u1="&#x22;" u2="&#xf4;" k="123" />
259
- <hkern u1="&#x22;" u2="&#xf3;" k="123" />
260
- <hkern u1="&#x22;" u2="&#xf2;" k="123" />
261
- <hkern u1="&#x22;" u2="&#xeb;" k="123" />
262
- <hkern u1="&#x22;" u2="&#xea;" k="123" />
263
- <hkern u1="&#x22;" u2="&#xe9;" k="123" />
264
- <hkern u1="&#x22;" u2="&#xe8;" k="123" />
265
- <hkern u1="&#x22;" u2="&#xe7;" k="123" />
266
- <hkern u1="&#x22;" u2="&#xe6;" k="82" />
267
- <hkern u1="&#x22;" u2="&#xe5;" k="82" />
268
- <hkern u1="&#x22;" u2="&#xe4;" k="82" />
269
- <hkern u1="&#x22;" u2="&#xe3;" k="82" />
270
- <hkern u1="&#x22;" u2="&#xe2;" k="82" />
271
- <hkern u1="&#x22;" u2="&#xe1;" k="82" />
272
- <hkern u1="&#x22;" u2="&#xe0;" k="123" />
273
- <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
274
- <hkern u1="&#x22;" u2="&#xc5;" k="143" />
275
- <hkern u1="&#x22;" u2="&#xc4;" k="143" />
276
- <hkern u1="&#x22;" u2="&#xc3;" k="143" />
277
- <hkern u1="&#x22;" u2="&#xc2;" k="143" />
278
- <hkern u1="&#x22;" u2="&#xc1;" k="143" />
279
- <hkern u1="&#x22;" u2="&#xc0;" k="143" />
280
- <hkern u1="&#x22;" u2="u" k="61" />
281
- <hkern u1="&#x22;" u2="s" k="61" />
282
- <hkern u1="&#x22;" u2="r" k="61" />
283
- <hkern u1="&#x22;" u2="q" k="123" />
284
- <hkern u1="&#x22;" u2="p" k="61" />
285
- <hkern u1="&#x22;" u2="o" k="123" />
286
- <hkern u1="&#x22;" u2="n" k="61" />
287
- <hkern u1="&#x22;" u2="m" k="61" />
288
- <hkern u1="&#x22;" u2="g" k="61" />
289
- <hkern u1="&#x22;" u2="e" k="123" />
290
- <hkern u1="&#x22;" u2="d" k="123" />
291
- <hkern u1="&#x22;" u2="c" k="123" />
292
- <hkern u1="&#x22;" u2="a" k="82" />
293
- <hkern u1="&#x22;" u2="Y" k="-20" />
294
- <hkern u1="&#x22;" u2="W" k="-41" />
295
- <hkern u1="&#x22;" u2="V" k="-41" />
296
- <hkern u1="&#x22;" u2="T" k="-41" />
297
- <hkern u1="&#x22;" u2="A" k="143" />
298
- <hkern u1="&#x27;" u2="&#x178;" k="-20" />
299
- <hkern u1="&#x27;" u2="&#x153;" k="123" />
300
- <hkern u1="&#x27;" u2="&#xfc;" k="61" />
301
- <hkern u1="&#x27;" u2="&#xfb;" k="61" />
302
- <hkern u1="&#x27;" u2="&#xfa;" k="61" />
303
- <hkern u1="&#x27;" u2="&#xf9;" k="61" />
304
- <hkern u1="&#x27;" u2="&#xf8;" k="123" />
305
- <hkern u1="&#x27;" u2="&#xf6;" k="123" />
306
- <hkern u1="&#x27;" u2="&#xf5;" k="123" />
307
- <hkern u1="&#x27;" u2="&#xf4;" k="123" />
308
- <hkern u1="&#x27;" u2="&#xf3;" k="123" />
309
- <hkern u1="&#x27;" u2="&#xf2;" k="123" />
310
- <hkern u1="&#x27;" u2="&#xeb;" k="123" />
311
- <hkern u1="&#x27;" u2="&#xea;" k="123" />
312
- <hkern u1="&#x27;" u2="&#xe9;" k="123" />
313
- <hkern u1="&#x27;" u2="&#xe8;" k="123" />
314
- <hkern u1="&#x27;" u2="&#xe7;" k="123" />
315
- <hkern u1="&#x27;" u2="&#xe6;" k="82" />
316
- <hkern u1="&#x27;" u2="&#xe5;" k="82" />
317
- <hkern u1="&#x27;" u2="&#xe4;" k="82" />
318
- <hkern u1="&#x27;" u2="&#xe3;" k="82" />
319
- <hkern u1="&#x27;" u2="&#xe2;" k="82" />
320
- <hkern u1="&#x27;" u2="&#xe1;" k="82" />
321
- <hkern u1="&#x27;" u2="&#xe0;" k="123" />
322
- <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
323
- <hkern u1="&#x27;" u2="&#xc5;" k="143" />
324
- <hkern u1="&#x27;" u2="&#xc4;" k="143" />
325
- <hkern u1="&#x27;" u2="&#xc3;" k="143" />
326
- <hkern u1="&#x27;" u2="&#xc2;" k="143" />
327
- <hkern u1="&#x27;" u2="&#xc1;" k="143" />
328
- <hkern u1="&#x27;" u2="&#xc0;" k="143" />
329
- <hkern u1="&#x27;" u2="u" k="61" />
330
- <hkern u1="&#x27;" u2="s" k="61" />
331
- <hkern u1="&#x27;" u2="r" k="61" />
332
- <hkern u1="&#x27;" u2="q" k="123" />
333
- <hkern u1="&#x27;" u2="p" k="61" />
334
- <hkern u1="&#x27;" u2="o" k="123" />
335
- <hkern u1="&#x27;" u2="n" k="61" />
336
- <hkern u1="&#x27;" u2="m" k="61" />
337
- <hkern u1="&#x27;" u2="g" k="61" />
338
- <hkern u1="&#x27;" u2="e" k="123" />
339
- <hkern u1="&#x27;" u2="d" k="123" />
340
- <hkern u1="&#x27;" u2="c" k="123" />
341
- <hkern u1="&#x27;" u2="a" k="82" />
342
- <hkern u1="&#x27;" u2="Y" k="-20" />
343
- <hkern u1="&#x27;" u2="W" k="-41" />
344
- <hkern u1="&#x27;" u2="V" k="-41" />
345
- <hkern u1="&#x27;" u2="T" k="-41" />
346
- <hkern u1="&#x27;" u2="A" k="143" />
347
- <hkern u1="&#x28;" u2="J" k="-184" />
348
- <hkern u1="&#x2c;" u2="&#x178;" k="123" />
349
- <hkern u1="&#x2c;" u2="&#x152;" k="102" />
350
- <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
351
- <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
352
- <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
353
- <hkern u1="&#x2c;" u2="&#xda;" k="41" />
354
- <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
355
- <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
356
- <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
357
- <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
358
- <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
359
- <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
360
- <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
361
- <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
362
- <hkern u1="&#x2c;" u2="Y" k="123" />
363
- <hkern u1="&#x2c;" u2="W" k="123" />
364
- <hkern u1="&#x2c;" u2="V" k="123" />
365
- <hkern u1="&#x2c;" u2="U" k="41" />
366
- <hkern u1="&#x2c;" u2="T" k="143" />
367
- <hkern u1="&#x2c;" u2="Q" k="102" />
368
- <hkern u1="&#x2c;" u2="O" k="102" />
369
- <hkern u1="&#x2c;" u2="G" k="102" />
370
- <hkern u1="&#x2c;" u2="C" k="102" />
371
- <hkern u1="&#x2d;" u2="T" k="82" />
372
- <hkern u1="&#x2e;" u2="&#x178;" k="123" />
373
- <hkern u1="&#x2e;" u2="&#x152;" k="102" />
374
- <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
375
- <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
376
- <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
377
- <hkern u1="&#x2e;" u2="&#xda;" k="41" />
378
- <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
379
- <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
380
- <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
381
- <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
382
- <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
383
- <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
384
- <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
385
- <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
386
- <hkern u1="&#x2e;" u2="Y" k="123" />
387
- <hkern u1="&#x2e;" u2="W" k="123" />
388
- <hkern u1="&#x2e;" u2="V" k="123" />
389
- <hkern u1="&#x2e;" u2="U" k="41" />
390
- <hkern u1="&#x2e;" u2="T" k="143" />
391
- <hkern u1="&#x2e;" u2="Q" k="102" />
392
- <hkern u1="&#x2e;" u2="O" k="102" />
393
- <hkern u1="&#x2e;" u2="G" k="102" />
394
- <hkern u1="&#x2e;" u2="C" k="102" />
395
- <hkern u1="A" u2="&#x201d;" k="143" />
396
- <hkern u1="A" u2="&#x2019;" k="143" />
397
- <hkern u1="A" u2="&#x178;" k="123" />
398
- <hkern u1="A" u2="&#x152;" k="41" />
399
- <hkern u1="A" u2="&#xdd;" k="123" />
400
- <hkern u1="A" u2="&#xd8;" k="41" />
401
- <hkern u1="A" u2="&#xd6;" k="41" />
402
- <hkern u1="A" u2="&#xd5;" k="41" />
403
- <hkern u1="A" u2="&#xd4;" k="41" />
404
- <hkern u1="A" u2="&#xd3;" k="41" />
405
- <hkern u1="A" u2="&#xd2;" k="41" />
406
- <hkern u1="A" u2="&#xc7;" k="41" />
407
- <hkern u1="A" u2="Y" k="123" />
408
- <hkern u1="A" u2="W" k="82" />
409
- <hkern u1="A" u2="V" k="82" />
410
- <hkern u1="A" u2="T" k="143" />
411
- <hkern u1="A" u2="Q" k="41" />
412
- <hkern u1="A" u2="O" k="41" />
413
- <hkern u1="A" u2="J" k="-266" />
414
- <hkern u1="A" u2="G" k="41" />
415
- <hkern u1="A" u2="C" k="41" />
416
- <hkern u1="A" u2="&#x27;" k="143" />
417
- <hkern u1="A" u2="&#x22;" k="143" />
418
- <hkern u1="B" u2="&#x201e;" k="82" />
419
- <hkern u1="B" u2="&#x201a;" k="82" />
420
- <hkern u1="B" u2="&#x178;" k="20" />
421
- <hkern u1="B" u2="&#xdd;" k="20" />
422
- <hkern u1="B" u2="&#xc5;" k="41" />
423
- <hkern u1="B" u2="&#xc4;" k="41" />
424
- <hkern u1="B" u2="&#xc3;" k="41" />
425
- <hkern u1="B" u2="&#xc2;" k="41" />
426
- <hkern u1="B" u2="&#xc1;" k="41" />
427
- <hkern u1="B" u2="&#xc0;" k="41" />
428
- <hkern u1="B" u2="Z" k="20" />
429
- <hkern u1="B" u2="Y" k="20" />
430
- <hkern u1="B" u2="X" k="41" />
431
- <hkern u1="B" u2="W" k="20" />
432
- <hkern u1="B" u2="V" k="20" />
433
- <hkern u1="B" u2="T" k="61" />
434
- <hkern u1="B" u2="A" k="41" />
435
- <hkern u1="B" u2="&#x2e;" k="82" />
436
- <hkern u1="B" u2="&#x2c;" k="82" />
437
- <hkern u1="C" u2="&#x152;" k="41" />
438
- <hkern u1="C" u2="&#xd8;" k="41" />
439
- <hkern u1="C" u2="&#xd6;" k="41" />
440
- <hkern u1="C" u2="&#xd5;" k="41" />
441
- <hkern u1="C" u2="&#xd4;" k="41" />
442
- <hkern u1="C" u2="&#xd3;" k="41" />
443
- <hkern u1="C" u2="&#xd2;" k="41" />
444
- <hkern u1="C" u2="&#xc7;" k="41" />
445
- <hkern u1="C" u2="Q" k="41" />
446
- <hkern u1="C" u2="O" k="41" />
447
- <hkern u1="C" u2="G" k="41" />
448
- <hkern u1="C" u2="C" k="41" />
449
- <hkern u1="D" u2="&#x201e;" k="82" />
450
- <hkern u1="D" u2="&#x201a;" k="82" />
451
- <hkern u1="D" u2="&#x178;" k="20" />
452
- <hkern u1="D" u2="&#xdd;" k="20" />
453
- <hkern u1="D" u2="&#xc5;" k="41" />
454
- <hkern u1="D" u2="&#xc4;" k="41" />
455
- <hkern u1="D" u2="&#xc3;" k="41" />
456
- <hkern u1="D" u2="&#xc2;" k="41" />
457
- <hkern u1="D" u2="&#xc1;" k="41" />
458
- <hkern u1="D" u2="&#xc0;" k="41" />
459
- <hkern u1="D" u2="Z" k="20" />
460
- <hkern u1="D" u2="Y" k="20" />
461
- <hkern u1="D" u2="X" k="41" />
462
- <hkern u1="D" u2="W" k="20" />
463
- <hkern u1="D" u2="V" k="20" />
464
- <hkern u1="D" u2="T" k="61" />
465
- <hkern u1="D" u2="A" k="41" />
466
- <hkern u1="D" u2="&#x2e;" k="82" />
467
- <hkern u1="D" u2="&#x2c;" k="82" />
468
- <hkern u1="E" u2="J" k="-123" />
469
- <hkern u1="F" u2="&#x201e;" k="123" />
470
- <hkern u1="F" u2="&#x201a;" k="123" />
471
- <hkern u1="F" u2="&#xc5;" k="41" />
472
- <hkern u1="F" u2="&#xc4;" k="41" />
473
- <hkern u1="F" u2="&#xc3;" k="41" />
474
- <hkern u1="F" u2="&#xc2;" k="41" />
475
- <hkern u1="F" u2="&#xc1;" k="41" />
476
- <hkern u1="F" u2="&#xc0;" k="41" />
477
- <hkern u1="F" u2="A" k="41" />
478
- <hkern u1="F" u2="&#x3f;" k="-41" />
479
- <hkern u1="F" u2="&#x2e;" k="123" />
480
- <hkern u1="F" u2="&#x2c;" k="123" />
481
- <hkern u1="K" u2="&#x152;" k="41" />
482
- <hkern u1="K" u2="&#xd8;" k="41" />
483
- <hkern u1="K" u2="&#xd6;" k="41" />
484
- <hkern u1="K" u2="&#xd5;" k="41" />
485
- <hkern u1="K" u2="&#xd4;" k="41" />
486
- <hkern u1="K" u2="&#xd3;" k="41" />
487
- <hkern u1="K" u2="&#xd2;" k="41" />
488
- <hkern u1="K" u2="&#xc7;" k="41" />
489
- <hkern u1="K" u2="Q" k="41" />
490
- <hkern u1="K" u2="O" k="41" />
491
- <hkern u1="K" u2="G" k="41" />
492
- <hkern u1="K" u2="C" k="41" />
493
- <hkern u1="L" u2="&#x201d;" k="164" />
494
- <hkern u1="L" u2="&#x2019;" k="164" />
495
- <hkern u1="L" u2="&#x178;" k="61" />
496
- <hkern u1="L" u2="&#x152;" k="41" />
497
- <hkern u1="L" u2="&#xdd;" k="61" />
498
- <hkern u1="L" u2="&#xdc;" k="20" />
499
- <hkern u1="L" u2="&#xdb;" k="20" />
500
- <hkern u1="L" u2="&#xda;" k="20" />
501
- <hkern u1="L" u2="&#xd9;" k="20" />
502
- <hkern u1="L" u2="&#xd8;" k="41" />
503
- <hkern u1="L" u2="&#xd6;" k="41" />
504
- <hkern u1="L" u2="&#xd5;" k="41" />
505
- <hkern u1="L" u2="&#xd4;" k="41" />
506
- <hkern u1="L" u2="&#xd3;" k="41" />
507
- <hkern u1="L" u2="&#xd2;" k="41" />
508
- <hkern u1="L" u2="&#xc7;" k="41" />
509
- <hkern u1="L" u2="Y" k="61" />
510
- <hkern u1="L" u2="W" k="41" />
511
- <hkern u1="L" u2="V" k="41" />
512
- <hkern u1="L" u2="U" k="20" />
513
- <hkern u1="L" u2="T" k="41" />
514
- <hkern u1="L" u2="Q" k="41" />
515
- <hkern u1="L" u2="O" k="41" />
516
- <hkern u1="L" u2="G" k="41" />
517
- <hkern u1="L" u2="C" k="41" />
518
- <hkern u1="L" u2="&#x27;" k="164" />
519
- <hkern u1="L" u2="&#x22;" k="164" />
520
- <hkern u1="O" u2="&#x201e;" k="82" />
521
- <hkern u1="O" u2="&#x201a;" k="82" />
522
- <hkern u1="O" u2="&#x178;" k="20" />
523
- <hkern u1="O" u2="&#xdd;" k="20" />
524
- <hkern u1="O" u2="&#xc5;" k="41" />
525
- <hkern u1="O" u2="&#xc4;" k="41" />
526
- <hkern u1="O" u2="&#xc3;" k="41" />
527
- <hkern u1="O" u2="&#xc2;" k="41" />
528
- <hkern u1="O" u2="&#xc1;" k="41" />
529
- <hkern u1="O" u2="&#xc0;" k="41" />
530
- <hkern u1="O" u2="Z" k="20" />
531
- <hkern u1="O" u2="Y" k="20" />
532
- <hkern u1="O" u2="X" k="41" />
533
- <hkern u1="O" u2="W" k="20" />
534
- <hkern u1="O" u2="V" k="20" />
535
- <hkern u1="O" u2="T" k="61" />
536
- <hkern u1="O" u2="A" k="41" />
537
- <hkern u1="O" u2="&#x2e;" k="82" />
538
- <hkern u1="O" u2="&#x2c;" k="82" />
539
- <hkern u1="P" u2="&#x201e;" k="266" />
540
- <hkern u1="P" u2="&#x201a;" k="266" />
541
- <hkern u1="P" u2="&#xc5;" k="102" />
542
- <hkern u1="P" u2="&#xc4;" k="102" />
543
- <hkern u1="P" u2="&#xc3;" k="102" />
544
- <hkern u1="P" u2="&#xc2;" k="102" />
545
- <hkern u1="P" u2="&#xc1;" k="102" />
546
- <hkern u1="P" u2="&#xc0;" k="102" />
547
- <hkern u1="P" u2="Z" k="20" />
548
- <hkern u1="P" u2="X" k="41" />
549
- <hkern u1="P" u2="A" k="102" />
550
- <hkern u1="P" u2="&#x2e;" k="266" />
551
- <hkern u1="P" u2="&#x2c;" k="266" />
552
- <hkern u1="Q" u2="&#x201e;" k="82" />
553
- <hkern u1="Q" u2="&#x201a;" k="82" />
554
- <hkern u1="Q" u2="&#x178;" k="20" />
555
- <hkern u1="Q" u2="&#xdd;" k="20" />
556
- <hkern u1="Q" u2="&#xc5;" k="41" />
557
- <hkern u1="Q" u2="&#xc4;" k="41" />
558
- <hkern u1="Q" u2="&#xc3;" k="41" />
559
- <hkern u1="Q" u2="&#xc2;" k="41" />
560
- <hkern u1="Q" u2="&#xc1;" k="41" />
561
- <hkern u1="Q" u2="&#xc0;" k="41" />
562
- <hkern u1="Q" u2="Z" k="20" />
563
- <hkern u1="Q" u2="Y" k="20" />
564
- <hkern u1="Q" u2="X" k="41" />
565
- <hkern u1="Q" u2="W" k="20" />
566
- <hkern u1="Q" u2="V" k="20" />
567
- <hkern u1="Q" u2="T" k="61" />
568
- <hkern u1="Q" u2="A" k="41" />
569
- <hkern u1="Q" u2="&#x2e;" k="82" />
570
- <hkern u1="Q" u2="&#x2c;" k="82" />
571
- <hkern u1="T" u2="&#x201e;" k="123" />
572
- <hkern u1="T" u2="&#x201a;" k="123" />
573
- <hkern u1="T" u2="&#x2014;" k="82" />
574
- <hkern u1="T" u2="&#x2013;" k="82" />
575
- <hkern u1="T" u2="&#x153;" k="143" />
576
- <hkern u1="T" u2="&#x152;" k="41" />
577
- <hkern u1="T" u2="&#xfd;" k="41" />
578
- <hkern u1="T" u2="&#xfc;" k="102" />
579
- <hkern u1="T" u2="&#xfb;" k="102" />
580
- <hkern u1="T" u2="&#xfa;" k="102" />
581
- <hkern u1="T" u2="&#xf9;" k="102" />
582
- <hkern u1="T" u2="&#xf8;" k="143" />
583
- <hkern u1="T" u2="&#xf6;" k="143" />
584
- <hkern u1="T" u2="&#xf5;" k="143" />
585
- <hkern u1="T" u2="&#xf4;" k="143" />
586
- <hkern u1="T" u2="&#xf3;" k="143" />
587
- <hkern u1="T" u2="&#xf2;" k="143" />
588
- <hkern u1="T" u2="&#xeb;" k="143" />
589
- <hkern u1="T" u2="&#xea;" k="143" />
590
- <hkern u1="T" u2="&#xe9;" k="143" />
591
- <hkern u1="T" u2="&#xe8;" k="143" />
592
- <hkern u1="T" u2="&#xe7;" k="143" />
593
- <hkern u1="T" u2="&#xe6;" k="164" />
594
- <hkern u1="T" u2="&#xe5;" k="164" />
595
- <hkern u1="T" u2="&#xe4;" k="164" />
596
- <hkern u1="T" u2="&#xe3;" k="164" />
597
- <hkern u1="T" u2="&#xe2;" k="164" />
598
- <hkern u1="T" u2="&#xe1;" k="164" />
599
- <hkern u1="T" u2="&#xe0;" k="143" />
600
- <hkern u1="T" u2="&#xd8;" k="41" />
601
- <hkern u1="T" u2="&#xd6;" k="41" />
602
- <hkern u1="T" u2="&#xd5;" k="41" />
603
- <hkern u1="T" u2="&#xd4;" k="41" />
604
- <hkern u1="T" u2="&#xd3;" k="41" />
605
- <hkern u1="T" u2="&#xd2;" k="41" />
606
- <hkern u1="T" u2="&#xc7;" k="41" />
607
- <hkern u1="T" u2="&#xc5;" k="143" />
608
- <hkern u1="T" u2="&#xc4;" k="143" />
609
- <hkern u1="T" u2="&#xc3;" k="143" />
610
- <hkern u1="T" u2="&#xc2;" k="143" />
611
- <hkern u1="T" u2="&#xc1;" k="143" />
612
- <hkern u1="T" u2="&#xc0;" k="143" />
613
- <hkern u1="T" u2="z" k="82" />
614
- <hkern u1="T" u2="y" k="41" />
615
- <hkern u1="T" u2="x" k="41" />
616
- <hkern u1="T" u2="w" k="41" />
617
- <hkern u1="T" u2="v" k="41" />
618
- <hkern u1="T" u2="u" k="102" />
619
- <hkern u1="T" u2="s" k="123" />
620
- <hkern u1="T" u2="r" k="102" />
621
- <hkern u1="T" u2="q" k="143" />
622
- <hkern u1="T" u2="p" k="102" />
623
- <hkern u1="T" u2="o" k="143" />
624
- <hkern u1="T" u2="n" k="102" />
625
- <hkern u1="T" u2="m" k="102" />
626
- <hkern u1="T" u2="g" k="143" />
627
- <hkern u1="T" u2="e" k="143" />
628
- <hkern u1="T" u2="d" k="143" />
629
- <hkern u1="T" u2="c" k="143" />
630
- <hkern u1="T" u2="a" k="164" />
631
- <hkern u1="T" u2="T" k="-41" />
632
- <hkern u1="T" u2="Q" k="41" />
633
- <hkern u1="T" u2="O" k="41" />
634
- <hkern u1="T" u2="G" k="41" />
635
- <hkern u1="T" u2="C" k="41" />
636
- <hkern u1="T" u2="A" k="143" />
637
- <hkern u1="T" u2="&#x3f;" k="-41" />
638
- <hkern u1="T" u2="&#x2e;" k="123" />
639
- <hkern u1="T" u2="&#x2d;" k="82" />
640
- <hkern u1="T" u2="&#x2c;" k="123" />
641
- <hkern u1="U" u2="&#x201e;" k="41" />
642
- <hkern u1="U" u2="&#x201a;" k="41" />
643
- <hkern u1="U" u2="&#xc5;" k="20" />
644
- <hkern u1="U" u2="&#xc4;" k="20" />
645
- <hkern u1="U" u2="&#xc3;" k="20" />
646
- <hkern u1="U" u2="&#xc2;" k="20" />
647
- <hkern u1="U" u2="&#xc1;" k="20" />
648
- <hkern u1="U" u2="&#xc0;" k="20" />
649
- <hkern u1="U" u2="A" k="20" />
650
- <hkern u1="U" u2="&#x2e;" k="41" />
651
- <hkern u1="U" u2="&#x2c;" k="41" />
652
- <hkern u1="V" u2="&#x201e;" k="102" />
653
- <hkern u1="V" u2="&#x201a;" k="102" />
654
- <hkern u1="V" u2="&#x153;" k="41" />
655
- <hkern u1="V" u2="&#x152;" k="20" />
656
- <hkern u1="V" u2="&#xfc;" k="20" />
657
- <hkern u1="V" u2="&#xfb;" k="20" />
658
- <hkern u1="V" u2="&#xfa;" k="20" />
659
- <hkern u1="V" u2="&#xf9;" k="20" />
660
- <hkern u1="V" u2="&#xf8;" k="41" />
661
- <hkern u1="V" u2="&#xf6;" k="41" />
662
- <hkern u1="V" u2="&#xf5;" k="41" />
663
- <hkern u1="V" u2="&#xf4;" k="41" />
664
- <hkern u1="V" u2="&#xf3;" k="41" />
665
- <hkern u1="V" u2="&#xf2;" k="41" />
666
- <hkern u1="V" u2="&#xeb;" k="41" />
667
- <hkern u1="V" u2="&#xea;" k="41" />
668
- <hkern u1="V" u2="&#xe9;" k="41" />
669
- <hkern u1="V" u2="&#xe8;" k="41" />
670
- <hkern u1="V" u2="&#xe7;" k="41" />
671
- <hkern u1="V" u2="&#xe6;" k="41" />
672
- <hkern u1="V" u2="&#xe5;" k="41" />
673
- <hkern u1="V" u2="&#xe4;" k="41" />
674
- <hkern u1="V" u2="&#xe3;" k="41" />
675
- <hkern u1="V" u2="&#xe2;" k="41" />
676
- <hkern u1="V" u2="&#xe1;" k="41" />
677
- <hkern u1="V" u2="&#xe0;" k="41" />
678
- <hkern u1="V" u2="&#xd8;" k="20" />
679
- <hkern u1="V" u2="&#xd6;" k="20" />
680
- <hkern u1="V" u2="&#xd5;" k="20" />
681
- <hkern u1="V" u2="&#xd4;" k="20" />
682
- <hkern u1="V" u2="&#xd3;" k="20" />
683
- <hkern u1="V" u2="&#xd2;" k="20" />
684
- <hkern u1="V" u2="&#xc7;" k="20" />
685
- <hkern u1="V" u2="&#xc5;" k="82" />
686
- <hkern u1="V" u2="&#xc4;" k="82" />
687
- <hkern u1="V" u2="&#xc3;" k="82" />
688
- <hkern u1="V" u2="&#xc2;" k="82" />
689
- <hkern u1="V" u2="&#xc1;" k="82" />
690
- <hkern u1="V" u2="&#xc0;" k="82" />
691
- <hkern u1="V" u2="u" k="20" />
692
- <hkern u1="V" u2="s" k="20" />
693
- <hkern u1="V" u2="r" k="20" />
694
- <hkern u1="V" u2="q" k="41" />
695
- <hkern u1="V" u2="p" k="20" />
696
- <hkern u1="V" u2="o" k="41" />
697
- <hkern u1="V" u2="n" k="20" />
698
- <hkern u1="V" u2="m" k="20" />
699
- <hkern u1="V" u2="g" k="20" />
700
- <hkern u1="V" u2="e" k="41" />
701
- <hkern u1="V" u2="d" k="41" />
702
- <hkern u1="V" u2="c" k="41" />
703
- <hkern u1="V" u2="a" k="41" />
704
- <hkern u1="V" u2="Q" k="20" />
705
- <hkern u1="V" u2="O" k="20" />
706
- <hkern u1="V" u2="G" k="20" />
707
- <hkern u1="V" u2="C" k="20" />
708
- <hkern u1="V" u2="A" k="82" />
709
- <hkern u1="V" u2="&#x3f;" k="-41" />
710
- <hkern u1="V" u2="&#x2e;" k="102" />
711
- <hkern u1="V" u2="&#x2c;" k="102" />
712
- <hkern u1="W" u2="&#x201e;" k="102" />
713
- <hkern u1="W" u2="&#x201a;" k="102" />
714
- <hkern u1="W" u2="&#x153;" k="41" />
715
- <hkern u1="W" u2="&#x152;" k="20" />
716
- <hkern u1="W" u2="&#xfc;" k="20" />
717
- <hkern u1="W" u2="&#xfb;" k="20" />
718
- <hkern u1="W" u2="&#xfa;" k="20" />
719
- <hkern u1="W" u2="&#xf9;" k="20" />
720
- <hkern u1="W" u2="&#xf8;" k="41" />
721
- <hkern u1="W" u2="&#xf6;" k="41" />
722
- <hkern u1="W" u2="&#xf5;" k="41" />
723
- <hkern u1="W" u2="&#xf4;" k="41" />
724
- <hkern u1="W" u2="&#xf3;" k="41" />
725
- <hkern u1="W" u2="&#xf2;" k="41" />
726
- <hkern u1="W" u2="&#xeb;" k="41" />
727
- <hkern u1="W" u2="&#xea;" k="41" />
728
- <hkern u1="W" u2="&#xe9;" k="41" />
729
- <hkern u1="W" u2="&#xe8;" k="41" />
730
- <hkern u1="W" u2="&#xe7;" k="41" />
731
- <hkern u1="W" u2="&#xe6;" k="41" />
732
- <hkern u1="W" u2="&#xe5;" k="41" />
733
- <hkern u1="W" u2="&#xe4;" k="41" />
734
- <hkern u1="W" u2="&#xe3;" k="41" />
735
- <hkern u1="W" u2="&#xe2;" k="41" />
736
- <hkern u1="W" u2="&#xe1;" k="41" />
737
- <hkern u1="W" u2="&#xe0;" k="41" />
738
- <hkern u1="W" u2="&#xd8;" k="20" />
739
- <hkern u1="W" u2="&#xd6;" k="20" />
740
- <hkern u1="W" u2="&#xd5;" k="20" />
741
- <hkern u1="W" u2="&#xd4;" k="20" />
742
- <hkern u1="W" u2="&#xd3;" k="20" />
743
- <hkern u1="W" u2="&#xd2;" k="20" />
744
- <hkern u1="W" u2="&#xc7;" k="20" />
745
- <hkern u1="W" u2="&#xc5;" k="82" />
746
- <hkern u1="W" u2="&#xc4;" k="82" />
747
- <hkern u1="W" u2="&#xc3;" k="82" />
748
- <hkern u1="W" u2="&#xc2;" k="82" />
749
- <hkern u1="W" u2="&#xc1;" k="82" />
750
- <hkern u1="W" u2="&#xc0;" k="82" />
751
- <hkern u1="W" u2="u" k="20" />
752
- <hkern u1="W" u2="s" k="20" />
753
- <hkern u1="W" u2="r" k="20" />
754
- <hkern u1="W" u2="q" k="41" />
755
- <hkern u1="W" u2="p" k="20" />
756
- <hkern u1="W" u2="o" k="41" />
757
- <hkern u1="W" u2="n" k="20" />
758
- <hkern u1="W" u2="m" k="20" />
759
- <hkern u1="W" u2="g" k="20" />
760
- <hkern u1="W" u2="e" k="41" />
761
- <hkern u1="W" u2="d" k="41" />
762
- <hkern u1="W" u2="c" k="41" />
763
- <hkern u1="W" u2="a" k="41" />
764
- <hkern u1="W" u2="Q" k="20" />
765
- <hkern u1="W" u2="O" k="20" />
766
- <hkern u1="W" u2="G" k="20" />
767
- <hkern u1="W" u2="C" k="20" />
768
- <hkern u1="W" u2="A" k="82" />
769
- <hkern u1="W" u2="&#x3f;" k="-41" />
770
- <hkern u1="W" u2="&#x2e;" k="102" />
771
- <hkern u1="W" u2="&#x2c;" k="102" />
772
- <hkern u1="X" u2="&#x152;" k="41" />
773
- <hkern u1="X" u2="&#xd8;" k="41" />
774
- <hkern u1="X" u2="&#xd6;" k="41" />
775
- <hkern u1="X" u2="&#xd5;" k="41" />
776
- <hkern u1="X" u2="&#xd4;" k="41" />
777
- <hkern u1="X" u2="&#xd3;" k="41" />
778
- <hkern u1="X" u2="&#xd2;" k="41" />
779
- <hkern u1="X" u2="&#xc7;" k="41" />
780
- <hkern u1="X" u2="Q" k="41" />
781
- <hkern u1="X" u2="O" k="41" />
782
- <hkern u1="X" u2="G" k="41" />
783
- <hkern u1="X" u2="C" k="41" />
784
- <hkern u1="Y" u2="&#x201e;" k="123" />
785
- <hkern u1="Y" u2="&#x201a;" k="123" />
786
- <hkern u1="Y" u2="&#x153;" k="102" />
787
- <hkern u1="Y" u2="&#x152;" k="41" />
788
- <hkern u1="Y" u2="&#xfc;" k="61" />
789
- <hkern u1="Y" u2="&#xfb;" k="61" />
790
- <hkern u1="Y" u2="&#xfa;" k="61" />
791
- <hkern u1="Y" u2="&#xf9;" k="61" />
792
- <hkern u1="Y" u2="&#xf8;" k="102" />
793
- <hkern u1="Y" u2="&#xf6;" k="102" />
794
- <hkern u1="Y" u2="&#xf5;" k="102" />
795
- <hkern u1="Y" u2="&#xf4;" k="102" />
796
- <hkern u1="Y" u2="&#xf3;" k="102" />
797
- <hkern u1="Y" u2="&#xf2;" k="102" />
798
- <hkern u1="Y" u2="&#xeb;" k="102" />
799
- <hkern u1="Y" u2="&#xea;" k="102" />
800
- <hkern u1="Y" u2="&#xe9;" k="102" />
801
- <hkern u1="Y" u2="&#xe8;" k="102" />
802
- <hkern u1="Y" u2="&#xe7;" k="102" />
803
- <hkern u1="Y" u2="&#xe6;" k="102" />
804
- <hkern u1="Y" u2="&#xe5;" k="102" />
805
- <hkern u1="Y" u2="&#xe4;" k="102" />
806
- <hkern u1="Y" u2="&#xe3;" k="102" />
807
- <hkern u1="Y" u2="&#xe2;" k="102" />
808
- <hkern u1="Y" u2="&#xe1;" k="102" />
809
- <hkern u1="Y" u2="&#xe0;" k="102" />
810
- <hkern u1="Y" u2="&#xd8;" k="41" />
811
- <hkern u1="Y" u2="&#xd6;" k="41" />
812
- <hkern u1="Y" u2="&#xd5;" k="41" />
813
- <hkern u1="Y" u2="&#xd4;" k="41" />
814
- <hkern u1="Y" u2="&#xd3;" k="41" />
815
- <hkern u1="Y" u2="&#xd2;" k="41" />
816
- <hkern u1="Y" u2="&#xc7;" k="41" />
817
- <hkern u1="Y" u2="&#xc5;" k="123" />
818
- <hkern u1="Y" u2="&#xc4;" k="123" />
819
- <hkern u1="Y" u2="&#xc3;" k="123" />
820
- <hkern u1="Y" u2="&#xc2;" k="123" />
821
- <hkern u1="Y" u2="&#xc1;" k="123" />
822
- <hkern u1="Y" u2="&#xc0;" k="123" />
823
- <hkern u1="Y" u2="z" k="41" />
824
- <hkern u1="Y" u2="u" k="61" />
825
- <hkern u1="Y" u2="s" k="82" />
826
- <hkern u1="Y" u2="r" k="61" />
827
- <hkern u1="Y" u2="q" k="102" />
828
- <hkern u1="Y" u2="p" k="61" />
829
- <hkern u1="Y" u2="o" k="102" />
830
- <hkern u1="Y" u2="n" k="61" />
831
- <hkern u1="Y" u2="m" k="61" />
832
- <hkern u1="Y" u2="g" k="41" />
833
- <hkern u1="Y" u2="e" k="102" />
834
- <hkern u1="Y" u2="d" k="102" />
835
- <hkern u1="Y" u2="c" k="102" />
836
- <hkern u1="Y" u2="a" k="102" />
837
- <hkern u1="Y" u2="Q" k="41" />
838
- <hkern u1="Y" u2="O" k="41" />
839
- <hkern u1="Y" u2="G" k="41" />
840
- <hkern u1="Y" u2="C" k="41" />
841
- <hkern u1="Y" u2="A" k="123" />
842
- <hkern u1="Y" u2="&#x3f;" k="-41" />
843
- <hkern u1="Y" u2="&#x2e;" k="123" />
844
- <hkern u1="Y" u2="&#x2c;" k="123" />
845
- <hkern u1="Z" u2="&#x152;" k="20" />
846
- <hkern u1="Z" u2="&#xd8;" k="20" />
847
- <hkern u1="Z" u2="&#xd6;" k="20" />
848
- <hkern u1="Z" u2="&#xd5;" k="20" />
849
- <hkern u1="Z" u2="&#xd4;" k="20" />
850
- <hkern u1="Z" u2="&#xd3;" k="20" />
851
- <hkern u1="Z" u2="&#xd2;" k="20" />
852
- <hkern u1="Z" u2="&#xc7;" k="20" />
853
- <hkern u1="Z" u2="Q" k="20" />
854
- <hkern u1="Z" u2="O" k="20" />
855
- <hkern u1="Z" u2="G" k="20" />
856
- <hkern u1="Z" u2="C" k="20" />
857
- <hkern u1="[" u2="J" k="-184" />
858
- <hkern u1="a" u2="&#x201d;" k="20" />
859
- <hkern u1="a" u2="&#x2019;" k="20" />
860
- <hkern u1="a" u2="&#x27;" k="20" />
861
- <hkern u1="a" u2="&#x22;" k="20" />
862
- <hkern u1="b" u2="&#x201d;" k="20" />
863
- <hkern u1="b" u2="&#x2019;" k="20" />
864
- <hkern u1="b" u2="&#xfd;" k="41" />
865
- <hkern u1="b" u2="z" k="20" />
866
- <hkern u1="b" u2="y" k="41" />
867
- <hkern u1="b" u2="x" k="41" />
868
- <hkern u1="b" u2="w" k="41" />
869
- <hkern u1="b" u2="v" k="41" />
870
- <hkern u1="b" u2="&#x27;" k="20" />
871
- <hkern u1="b" u2="&#x22;" k="20" />
872
- <hkern u1="c" u2="&#x201d;" k="-41" />
873
- <hkern u1="c" u2="&#x2019;" k="-41" />
874
- <hkern u1="c" u2="&#x27;" k="-41" />
875
- <hkern u1="c" u2="&#x22;" k="-41" />
876
- <hkern u1="e" u2="&#x201d;" k="20" />
877
- <hkern u1="e" u2="&#x2019;" k="20" />
878
- <hkern u1="e" u2="&#xfd;" k="41" />
879
- <hkern u1="e" u2="z" k="20" />
880
- <hkern u1="e" u2="y" k="41" />
881
- <hkern u1="e" u2="x" k="41" />
882
- <hkern u1="e" u2="w" k="41" />
883
- <hkern u1="e" u2="v" k="41" />
884
- <hkern u1="e" u2="&#x27;" k="20" />
885
- <hkern u1="e" u2="&#x22;" k="20" />
886
- <hkern u1="f" u2="&#x201d;" k="-123" />
887
- <hkern u1="f" u2="&#x2019;" k="-123" />
888
- <hkern u1="f" u2="&#x27;" k="-123" />
889
- <hkern u1="f" u2="&#x22;" k="-123" />
890
- <hkern u1="h" u2="&#x201d;" k="20" />
891
- <hkern u1="h" u2="&#x2019;" k="20" />
892
- <hkern u1="h" u2="&#x27;" k="20" />
893
- <hkern u1="h" u2="&#x22;" k="20" />
894
- <hkern u1="k" u2="&#x153;" k="41" />
895
- <hkern u1="k" u2="&#xf8;" k="41" />
896
- <hkern u1="k" u2="&#xf6;" k="41" />
897
- <hkern u1="k" u2="&#xf5;" k="41" />
898
- <hkern u1="k" u2="&#xf4;" k="41" />
899
- <hkern u1="k" u2="&#xf3;" k="41" />
900
- <hkern u1="k" u2="&#xf2;" k="41" />
901
- <hkern u1="k" u2="&#xeb;" k="41" />
902
- <hkern u1="k" u2="&#xea;" k="41" />
903
- <hkern u1="k" u2="&#xe9;" k="41" />
904
- <hkern u1="k" u2="&#xe8;" k="41" />
905
- <hkern u1="k" u2="&#xe7;" k="41" />
906
- <hkern u1="k" u2="&#xe0;" k="41" />
907
- <hkern u1="k" u2="q" k="41" />
908
- <hkern u1="k" u2="o" k="41" />
909
- <hkern u1="k" u2="e" k="41" />
910
- <hkern u1="k" u2="d" k="41" />
911
- <hkern u1="k" u2="c" k="41" />
912
- <hkern u1="m" u2="&#x201d;" k="20" />
913
- <hkern u1="m" u2="&#x2019;" k="20" />
914
- <hkern u1="m" u2="&#x27;" k="20" />
915
- <hkern u1="m" u2="&#x22;" k="20" />
916
- <hkern u1="n" u2="&#x201d;" k="20" />
917
- <hkern u1="n" u2="&#x2019;" k="20" />
918
- <hkern u1="n" u2="&#x27;" k="20" />
919
- <hkern u1="n" u2="&#x22;" k="20" />
920
- <hkern u1="o" u2="&#x201d;" k="20" />
921
- <hkern u1="o" u2="&#x2019;" k="20" />
922
- <hkern u1="o" u2="&#xfd;" k="41" />
923
- <hkern u1="o" u2="z" k="20" />
924
- <hkern u1="o" u2="y" k="41" />
925
- <hkern u1="o" u2="x" k="41" />
926
- <hkern u1="o" u2="w" k="41" />
927
- <hkern u1="o" u2="v" k="41" />
928
- <hkern u1="o" u2="&#x27;" k="20" />
929
- <hkern u1="o" u2="&#x22;" k="20" />
930
- <hkern u1="p" u2="&#x201d;" k="20" />
931
- <hkern u1="p" u2="&#x2019;" k="20" />
932
- <hkern u1="p" u2="&#xfd;" k="41" />
933
- <hkern u1="p" u2="z" k="20" />
934
- <hkern u1="p" u2="y" k="41" />
935
- <hkern u1="p" u2="x" k="41" />
936
- <hkern u1="p" u2="w" k="41" />
937
- <hkern u1="p" u2="v" k="41" />
938
- <hkern u1="p" u2="&#x27;" k="20" />
939
- <hkern u1="p" u2="&#x22;" k="20" />
940
- <hkern u1="r" u2="&#x201d;" k="-82" />
941
- <hkern u1="r" u2="&#x2019;" k="-82" />
942
- <hkern u1="r" u2="&#x153;" k="41" />
943
- <hkern u1="r" u2="&#xf8;" k="41" />
944
- <hkern u1="r" u2="&#xf6;" k="41" />
945
- <hkern u1="r" u2="&#xf5;" k="41" />
946
- <hkern u1="r" u2="&#xf4;" k="41" />
947
- <hkern u1="r" u2="&#xf3;" k="41" />
948
- <hkern u1="r" u2="&#xf2;" k="41" />
949
- <hkern u1="r" u2="&#xeb;" k="41" />
950
- <hkern u1="r" u2="&#xea;" k="41" />
951
- <hkern u1="r" u2="&#xe9;" k="41" />
952
- <hkern u1="r" u2="&#xe8;" k="41" />
953
- <hkern u1="r" u2="&#xe7;" k="41" />
954
- <hkern u1="r" u2="&#xe6;" k="41" />
955
- <hkern u1="r" u2="&#xe5;" k="41" />
956
- <hkern u1="r" u2="&#xe4;" k="41" />
957
- <hkern u1="r" u2="&#xe3;" k="41" />
958
- <hkern u1="r" u2="&#xe2;" k="41" />
959
- <hkern u1="r" u2="&#xe1;" k="41" />
960
- <hkern u1="r" u2="&#xe0;" k="41" />
961
- <hkern u1="r" u2="q" k="41" />
962
- <hkern u1="r" u2="o" k="41" />
963
- <hkern u1="r" u2="g" k="20" />
964
- <hkern u1="r" u2="e" k="41" />
965
- <hkern u1="r" u2="d" k="41" />
966
- <hkern u1="r" u2="c" k="41" />
967
- <hkern u1="r" u2="a" k="41" />
968
- <hkern u1="r" u2="&#x27;" k="-82" />
969
- <hkern u1="r" u2="&#x22;" k="-82" />
970
- <hkern u1="t" u2="&#x201d;" k="-41" />
971
- <hkern u1="t" u2="&#x2019;" k="-41" />
972
- <hkern u1="t" u2="&#x27;" k="-41" />
973
- <hkern u1="t" u2="&#x22;" k="-41" />
974
- <hkern u1="v" u2="&#x201e;" k="82" />
975
- <hkern u1="v" u2="&#x201d;" k="-82" />
976
- <hkern u1="v" u2="&#x201a;" k="82" />
977
- <hkern u1="v" u2="&#x2019;" k="-82" />
978
- <hkern u1="v" u2="&#x3f;" k="-41" />
979
- <hkern u1="v" u2="&#x2e;" k="82" />
980
- <hkern u1="v" u2="&#x2c;" k="82" />
981
- <hkern u1="v" u2="&#x27;" k="-82" />
982
- <hkern u1="v" u2="&#x22;" k="-82" />
983
- <hkern u1="w" u2="&#x201e;" k="82" />
984
- <hkern u1="w" u2="&#x201d;" k="-82" />
985
- <hkern u1="w" u2="&#x201a;" k="82" />
986
- <hkern u1="w" u2="&#x2019;" k="-82" />
987
- <hkern u1="w" u2="&#x3f;" k="-41" />
988
- <hkern u1="w" u2="&#x2e;" k="82" />
989
- <hkern u1="w" u2="&#x2c;" k="82" />
990
- <hkern u1="w" u2="&#x27;" k="-82" />
991
- <hkern u1="w" u2="&#x22;" k="-82" />
992
- <hkern u1="x" u2="&#x153;" k="41" />
993
- <hkern u1="x" u2="&#xf8;" k="41" />
994
- <hkern u1="x" u2="&#xf6;" k="41" />
995
- <hkern u1="x" u2="&#xf5;" k="41" />
996
- <hkern u1="x" u2="&#xf4;" k="41" />
997
- <hkern u1="x" u2="&#xf3;" k="41" />
998
- <hkern u1="x" u2="&#xf2;" k="41" />
999
- <hkern u1="x" u2="&#xeb;" k="41" />
1000
- <hkern u1="x" u2="&#xea;" k="41" />
1001
- <hkern u1="x" u2="&#xe9;" k="41" />
1002
- <hkern u1="x" u2="&#xe8;" k="41" />
1003
- <hkern u1="x" u2="&#xe7;" k="41" />
1004
- <hkern u1="x" u2="&#xe0;" k="41" />
1005
- <hkern u1="x" u2="q" k="41" />
1006
- <hkern u1="x" u2="o" k="41" />
1007
- <hkern u1="x" u2="e" k="41" />
1008
- <hkern u1="x" u2="d" k="41" />
1009
- <hkern u1="x" u2="c" k="41" />
1010
- <hkern u1="y" u2="&#x201e;" k="82" />
1011
- <hkern u1="y" u2="&#x201d;" k="-82" />
1012
- <hkern u1="y" u2="&#x201a;" k="82" />
1013
- <hkern u1="y" u2="&#x2019;" k="-82" />
1014
- <hkern u1="y" u2="&#x3f;" k="-41" />
1015
- <hkern u1="y" u2="&#x2e;" k="82" />
1016
- <hkern u1="y" u2="&#x2c;" k="82" />
1017
- <hkern u1="y" u2="&#x27;" k="-82" />
1018
- <hkern u1="y" u2="&#x22;" k="-82" />
1019
- <hkern u1="&#x7b;" u2="J" k="-184" />
1020
- <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1021
- <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1022
- <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1023
- <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1024
- <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1025
- <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1026
- <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1027
- <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1028
- <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1029
- <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1030
- <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1031
- <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1032
- <hkern u1="&#xc0;" u2="Y" k="123" />
1033
- <hkern u1="&#xc0;" u2="W" k="82" />
1034
- <hkern u1="&#xc0;" u2="V" k="82" />
1035
- <hkern u1="&#xc0;" u2="T" k="143" />
1036
- <hkern u1="&#xc0;" u2="Q" k="41" />
1037
- <hkern u1="&#xc0;" u2="O" k="41" />
1038
- <hkern u1="&#xc0;" u2="J" k="-266" />
1039
- <hkern u1="&#xc0;" u2="G" k="41" />
1040
- <hkern u1="&#xc0;" u2="C" k="41" />
1041
- <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1042
- <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1043
- <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1044
- <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1045
- <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1046
- <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1047
- <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
1048
- <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
1049
- <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
1050
- <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
1051
- <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
1052
- <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
1053
- <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
1054
- <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
1055
- <hkern u1="&#xc1;" u2="Y" k="123" />
1056
- <hkern u1="&#xc1;" u2="W" k="82" />
1057
- <hkern u1="&#xc1;" u2="V" k="82" />
1058
- <hkern u1="&#xc1;" u2="T" k="143" />
1059
- <hkern u1="&#xc1;" u2="Q" k="41" />
1060
- <hkern u1="&#xc1;" u2="O" k="41" />
1061
- <hkern u1="&#xc1;" u2="J" k="-266" />
1062
- <hkern u1="&#xc1;" u2="G" k="41" />
1063
- <hkern u1="&#xc1;" u2="C" k="41" />
1064
- <hkern u1="&#xc1;" u2="&#x27;" k="143" />
1065
- <hkern u1="&#xc1;" u2="&#x22;" k="143" />
1066
- <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
1067
- <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
1068
- <hkern u1="&#xc2;" u2="&#x178;" k="123" />
1069
- <hkern u1="&#xc2;" u2="&#x152;" k="41" />
1070
- <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
1071
- <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
1072
- <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
1073
- <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
1074
- <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
1075
- <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
1076
- <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
1077
- <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
1078
- <hkern u1="&#xc2;" u2="Y" k="123" />
1079
- <hkern u1="&#xc2;" u2="W" k="82" />
1080
- <hkern u1="&#xc2;" u2="V" k="82" />
1081
- <hkern u1="&#xc2;" u2="T" k="143" />
1082
- <hkern u1="&#xc2;" u2="Q" k="41" />
1083
- <hkern u1="&#xc2;" u2="O" k="41" />
1084
- <hkern u1="&#xc2;" u2="J" k="-266" />
1085
- <hkern u1="&#xc2;" u2="G" k="41" />
1086
- <hkern u1="&#xc2;" u2="C" k="41" />
1087
- <hkern u1="&#xc2;" u2="&#x27;" k="143" />
1088
- <hkern u1="&#xc2;" u2="&#x22;" k="143" />
1089
- <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
1090
- <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
1091
- <hkern u1="&#xc3;" u2="&#x178;" k="123" />
1092
- <hkern u1="&#xc3;" u2="&#x152;" k="41" />
1093
- <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
1094
- <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
1095
- <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
1096
- <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
1097
- <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
1098
- <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
1099
- <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
1100
- <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
1101
- <hkern u1="&#xc3;" u2="Y" k="123" />
1102
- <hkern u1="&#xc3;" u2="W" k="82" />
1103
- <hkern u1="&#xc3;" u2="V" k="82" />
1104
- <hkern u1="&#xc3;" u2="T" k="143" />
1105
- <hkern u1="&#xc3;" u2="Q" k="41" />
1106
- <hkern u1="&#xc3;" u2="O" k="41" />
1107
- <hkern u1="&#xc3;" u2="J" k="-266" />
1108
- <hkern u1="&#xc3;" u2="G" k="41" />
1109
- <hkern u1="&#xc3;" u2="C" k="41" />
1110
- <hkern u1="&#xc3;" u2="&#x27;" k="143" />
1111
- <hkern u1="&#xc3;" u2="&#x22;" k="143" />
1112
- <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
1113
- <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
1114
- <hkern u1="&#xc4;" u2="&#x178;" k="123" />
1115
- <hkern u1="&#xc4;" u2="&#x152;" k="41" />
1116
- <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
1117
- <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
1118
- <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
1119
- <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
1120
- <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
1121
- <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
1122
- <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
1123
- <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
1124
- <hkern u1="&#xc4;" u2="Y" k="123" />
1125
- <hkern u1="&#xc4;" u2="W" k="82" />
1126
- <hkern u1="&#xc4;" u2="V" k="82" />
1127
- <hkern u1="&#xc4;" u2="T" k="143" />
1128
- <hkern u1="&#xc4;" u2="Q" k="41" />
1129
- <hkern u1="&#xc4;" u2="O" k="41" />
1130
- <hkern u1="&#xc4;" u2="J" k="-266" />
1131
- <hkern u1="&#xc4;" u2="G" k="41" />
1132
- <hkern u1="&#xc4;" u2="C" k="41" />
1133
- <hkern u1="&#xc4;" u2="&#x27;" k="143" />
1134
- <hkern u1="&#xc4;" u2="&#x22;" k="143" />
1135
- <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
1136
- <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
1137
- <hkern u1="&#xc5;" u2="&#x178;" k="123" />
1138
- <hkern u1="&#xc5;" u2="&#x152;" k="41" />
1139
- <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
1140
- <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
1141
- <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
1142
- <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
1143
- <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
1144
- <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
1145
- <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
1146
- <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
1147
- <hkern u1="&#xc5;" u2="Y" k="123" />
1148
- <hkern u1="&#xc5;" u2="W" k="82" />
1149
- <hkern u1="&#xc5;" u2="V" k="82" />
1150
- <hkern u1="&#xc5;" u2="T" k="143" />
1151
- <hkern u1="&#xc5;" u2="Q" k="41" />
1152
- <hkern u1="&#xc5;" u2="O" k="41" />
1153
- <hkern u1="&#xc5;" u2="J" k="-266" />
1154
- <hkern u1="&#xc5;" u2="G" k="41" />
1155
- <hkern u1="&#xc5;" u2="C" k="41" />
1156
- <hkern u1="&#xc5;" u2="&#x27;" k="143" />
1157
- <hkern u1="&#xc5;" u2="&#x22;" k="143" />
1158
- <hkern u1="&#xc6;" u2="J" k="-123" />
1159
- <hkern u1="&#xc7;" u2="&#x152;" k="41" />
1160
- <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
1161
- <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
1162
- <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
1163
- <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
1164
- <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
1165
- <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
1166
- <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
1167
- <hkern u1="&#xc7;" u2="Q" k="41" />
1168
- <hkern u1="&#xc7;" u2="O" k="41" />
1169
- <hkern u1="&#xc7;" u2="G" k="41" />
1170
- <hkern u1="&#xc7;" u2="C" k="41" />
1171
- <hkern u1="&#xc8;" u2="J" k="-123" />
1172
- <hkern u1="&#xc9;" u2="J" k="-123" />
1173
- <hkern u1="&#xca;" u2="J" k="-123" />
1174
- <hkern u1="&#xcb;" u2="J" k="-123" />
1175
- <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
1176
- <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
1177
- <hkern u1="&#xd0;" u2="&#x178;" k="20" />
1178
- <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
1179
- <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
1180
- <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
1181
- <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
1182
- <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
1183
- <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
1184
- <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
1185
- <hkern u1="&#xd0;" u2="Z" k="20" />
1186
- <hkern u1="&#xd0;" u2="Y" k="20" />
1187
- <hkern u1="&#xd0;" u2="X" k="41" />
1188
- <hkern u1="&#xd0;" u2="W" k="20" />
1189
- <hkern u1="&#xd0;" u2="V" k="20" />
1190
- <hkern u1="&#xd0;" u2="T" k="61" />
1191
- <hkern u1="&#xd0;" u2="A" k="41" />
1192
- <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
1193
- <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
1194
- <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
1195
- <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
1196
- <hkern u1="&#xd2;" u2="&#x178;" k="20" />
1197
- <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
1198
- <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
1199
- <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
1200
- <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
1201
- <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
1202
- <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
1203
- <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
1204
- <hkern u1="&#xd2;" u2="Z" k="20" />
1205
- <hkern u1="&#xd2;" u2="Y" k="20" />
1206
- <hkern u1="&#xd2;" u2="X" k="41" />
1207
- <hkern u1="&#xd2;" u2="W" k="20" />
1208
- <hkern u1="&#xd2;" u2="V" k="20" />
1209
- <hkern u1="&#xd2;" u2="T" k="61" />
1210
- <hkern u1="&#xd2;" u2="A" k="41" />
1211
- <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
1212
- <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
1213
- <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
1214
- <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
1215
- <hkern u1="&#xd3;" u2="&#x178;" k="20" />
1216
- <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
1217
- <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
1218
- <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
1219
- <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
1220
- <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
1221
- <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
1222
- <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
1223
- <hkern u1="&#xd3;" u2="Z" k="20" />
1224
- <hkern u1="&#xd3;" u2="Y" k="20" />
1225
- <hkern u1="&#xd3;" u2="X" k="41" />
1226
- <hkern u1="&#xd3;" u2="W" k="20" />
1227
- <hkern u1="&#xd3;" u2="V" k="20" />
1228
- <hkern u1="&#xd3;" u2="T" k="61" />
1229
- <hkern u1="&#xd3;" u2="A" k="41" />
1230
- <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
1231
- <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
1232
- <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
1233
- <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
1234
- <hkern u1="&#xd4;" u2="&#x178;" k="20" />
1235
- <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
1236
- <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
1237
- <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
1238
- <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
1239
- <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
1240
- <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
1241
- <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
1242
- <hkern u1="&#xd4;" u2="Z" k="20" />
1243
- <hkern u1="&#xd4;" u2="Y" k="20" />
1244
- <hkern u1="&#xd4;" u2="X" k="41" />
1245
- <hkern u1="&#xd4;" u2="W" k="20" />
1246
- <hkern u1="&#xd4;" u2="V" k="20" />
1247
- <hkern u1="&#xd4;" u2="T" k="61" />
1248
- <hkern u1="&#xd4;" u2="A" k="41" />
1249
- <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
1250
- <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
1251
- <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
1252
- <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
1253
- <hkern u1="&#xd5;" u2="&#x178;" k="20" />
1254
- <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
1255
- <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
1256
- <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
1257
- <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
1258
- <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
1259
- <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
1260
- <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
1261
- <hkern u1="&#xd5;" u2="Z" k="20" />
1262
- <hkern u1="&#xd5;" u2="Y" k="20" />
1263
- <hkern u1="&#xd5;" u2="X" k="41" />
1264
- <hkern u1="&#xd5;" u2="W" k="20" />
1265
- <hkern u1="&#xd5;" u2="V" k="20" />
1266
- <hkern u1="&#xd5;" u2="T" k="61" />
1267
- <hkern u1="&#xd5;" u2="A" k="41" />
1268
- <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
1269
- <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
1270
- <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
1271
- <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
1272
- <hkern u1="&#xd6;" u2="&#x178;" k="20" />
1273
- <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
1274
- <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
1275
- <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
1276
- <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
1277
- <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
1278
- <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
1279
- <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
1280
- <hkern u1="&#xd6;" u2="Z" k="20" />
1281
- <hkern u1="&#xd6;" u2="Y" k="20" />
1282
- <hkern u1="&#xd6;" u2="X" k="41" />
1283
- <hkern u1="&#xd6;" u2="W" k="20" />
1284
- <hkern u1="&#xd6;" u2="V" k="20" />
1285
- <hkern u1="&#xd6;" u2="T" k="61" />
1286
- <hkern u1="&#xd6;" u2="A" k="41" />
1287
- <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
1288
- <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
1289
- <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
1290
- <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
1291
- <hkern u1="&#xd8;" u2="&#x178;" k="20" />
1292
- <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
1293
- <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
1294
- <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
1295
- <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
1296
- <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
1297
- <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
1298
- <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
1299
- <hkern u1="&#xd8;" u2="Z" k="20" />
1300
- <hkern u1="&#xd8;" u2="Y" k="20" />
1301
- <hkern u1="&#xd8;" u2="X" k="41" />
1302
- <hkern u1="&#xd8;" u2="W" k="20" />
1303
- <hkern u1="&#xd8;" u2="V" k="20" />
1304
- <hkern u1="&#xd8;" u2="T" k="61" />
1305
- <hkern u1="&#xd8;" u2="A" k="41" />
1306
- <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
1307
- <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
1308
- <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
1309
- <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
1310
- <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
1311
- <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
1312
- <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
1313
- <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
1314
- <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
1315
- <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
1316
- <hkern u1="&#xd9;" u2="A" k="20" />
1317
- <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
1318
- <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
1319
- <hkern u1="&#xda;" u2="&#x201e;" k="41" />
1320
- <hkern u1="&#xda;" u2="&#x201a;" k="41" />
1321
- <hkern u1="&#xda;" u2="&#xc5;" k="20" />
1322
- <hkern u1="&#xda;" u2="&#xc4;" k="20" />
1323
- <hkern u1="&#xda;" u2="&#xc3;" k="20" />
1324
- <hkern u1="&#xda;" u2="&#xc2;" k="20" />
1325
- <hkern u1="&#xda;" u2="&#xc1;" k="20" />
1326
- <hkern u1="&#xda;" u2="&#xc0;" k="20" />
1327
- <hkern u1="&#xda;" u2="A" k="20" />
1328
- <hkern u1="&#xda;" u2="&#x2e;" k="41" />
1329
- <hkern u1="&#xda;" u2="&#x2c;" k="41" />
1330
- <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
1331
- <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
1332
- <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
1333
- <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
1334
- <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
1335
- <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
1336
- <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
1337
- <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
1338
- <hkern u1="&#xdb;" u2="A" k="20" />
1339
- <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
1340
- <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
1341
- <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
1342
- <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
1343
- <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
1344
- <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
1345
- <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
1346
- <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
1347
- <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
1348
- <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
1349
- <hkern u1="&#xdc;" u2="A" k="20" />
1350
- <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
1351
- <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
1352
- <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
1353
- <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
1354
- <hkern u1="&#xdd;" u2="&#x153;" k="102" />
1355
- <hkern u1="&#xdd;" u2="&#x152;" k="41" />
1356
- <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
1357
- <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
1358
- <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
1359
- <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
1360
- <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
1361
- <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
1362
- <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1363
- <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
1364
- <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
1365
- <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
1366
- <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
1367
- <hkern u1="&#xdd;" u2="&#xea;" k="102" />
1368
- <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
1369
- <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
1370
- <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
1371
- <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
1372
- <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
1373
- <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
1374
- <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
1375
- <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
1376
- <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
1377
- <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
1378
- <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
1379
- <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
1380
- <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
1381
- <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
1382
- <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
1383
- <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
1384
- <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
1385
- <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
1386
- <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
1387
- <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
1388
- <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
1389
- <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
1390
- <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
1391
- <hkern u1="&#xdd;" u2="z" k="41" />
1392
- <hkern u1="&#xdd;" u2="u" k="61" />
1393
- <hkern u1="&#xdd;" u2="s" k="82" />
1394
- <hkern u1="&#xdd;" u2="r" k="61" />
1395
- <hkern u1="&#xdd;" u2="q" k="102" />
1396
- <hkern u1="&#xdd;" u2="p" k="61" />
1397
- <hkern u1="&#xdd;" u2="o" k="102" />
1398
- <hkern u1="&#xdd;" u2="n" k="61" />
1399
- <hkern u1="&#xdd;" u2="m" k="61" />
1400
- <hkern u1="&#xdd;" u2="g" k="41" />
1401
- <hkern u1="&#xdd;" u2="e" k="102" />
1402
- <hkern u1="&#xdd;" u2="d" k="102" />
1403
- <hkern u1="&#xdd;" u2="c" k="102" />
1404
- <hkern u1="&#xdd;" u2="a" k="102" />
1405
- <hkern u1="&#xdd;" u2="Q" k="41" />
1406
- <hkern u1="&#xdd;" u2="O" k="41" />
1407
- <hkern u1="&#xdd;" u2="G" k="41" />
1408
- <hkern u1="&#xdd;" u2="C" k="41" />
1409
- <hkern u1="&#xdd;" u2="A" k="123" />
1410
- <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
1411
- <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
1412
- <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
1413
- <hkern u1="&#xde;" u2="&#x201e;" k="266" />
1414
- <hkern u1="&#xde;" u2="&#x201a;" k="266" />
1415
- <hkern u1="&#xde;" u2="&#xc5;" k="102" />
1416
- <hkern u1="&#xde;" u2="&#xc4;" k="102" />
1417
- <hkern u1="&#xde;" u2="&#xc3;" k="102" />
1418
- <hkern u1="&#xde;" u2="&#xc2;" k="102" />
1419
- <hkern u1="&#xde;" u2="&#xc1;" k="102" />
1420
- <hkern u1="&#xde;" u2="&#xc0;" k="102" />
1421
- <hkern u1="&#xde;" u2="Z" k="20" />
1422
- <hkern u1="&#xde;" u2="X" k="41" />
1423
- <hkern u1="&#xde;" u2="A" k="102" />
1424
- <hkern u1="&#xde;" u2="&#x2e;" k="266" />
1425
- <hkern u1="&#xde;" u2="&#x2c;" k="266" />
1426
- <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
1427
- <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
1428
- <hkern u1="&#xe0;" u2="&#x27;" k="20" />
1429
- <hkern u1="&#xe0;" u2="&#x22;" k="20" />
1430
- <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
1431
- <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
1432
- <hkern u1="&#xe1;" u2="&#x27;" k="20" />
1433
- <hkern u1="&#xe1;" u2="&#x22;" k="20" />
1434
- <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
1435
- <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
1436
- <hkern u1="&#xe2;" u2="&#x27;" k="20" />
1437
- <hkern u1="&#xe2;" u2="&#x22;" k="20" />
1438
- <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
1439
- <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
1440
- <hkern u1="&#xe3;" u2="&#x27;" k="20" />
1441
- <hkern u1="&#xe3;" u2="&#x22;" k="20" />
1442
- <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
1443
- <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
1444
- <hkern u1="&#xe4;" u2="&#x27;" k="20" />
1445
- <hkern u1="&#xe4;" u2="&#x22;" k="20" />
1446
- <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
1447
- <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
1448
- <hkern u1="&#xe5;" u2="&#x27;" k="20" />
1449
- <hkern u1="&#xe5;" u2="&#x22;" k="20" />
1450
- <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
1451
- <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
1452
- <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
1453
- <hkern u1="&#xe8;" u2="z" k="20" />
1454
- <hkern u1="&#xe8;" u2="y" k="41" />
1455
- <hkern u1="&#xe8;" u2="x" k="41" />
1456
- <hkern u1="&#xe8;" u2="w" k="41" />
1457
- <hkern u1="&#xe8;" u2="v" k="41" />
1458
- <hkern u1="&#xe8;" u2="&#x27;" k="20" />
1459
- <hkern u1="&#xe8;" u2="&#x22;" k="20" />
1460
- <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
1461
- <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
1462
- <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
1463
- <hkern u1="&#xe9;" u2="z" k="20" />
1464
- <hkern u1="&#xe9;" u2="y" k="41" />
1465
- <hkern u1="&#xe9;" u2="x" k="41" />
1466
- <hkern u1="&#xe9;" u2="w" k="41" />
1467
- <hkern u1="&#xe9;" u2="v" k="41" />
1468
- <hkern u1="&#xe9;" u2="&#x27;" k="20" />
1469
- <hkern u1="&#xe9;" u2="&#x22;" k="20" />
1470
- <hkern u1="&#xea;" u2="&#x201d;" k="20" />
1471
- <hkern u1="&#xea;" u2="&#x2019;" k="20" />
1472
- <hkern u1="&#xea;" u2="&#xfd;" k="41" />
1473
- <hkern u1="&#xea;" u2="z" k="20" />
1474
- <hkern u1="&#xea;" u2="y" k="41" />
1475
- <hkern u1="&#xea;" u2="x" k="41" />
1476
- <hkern u1="&#xea;" u2="w" k="41" />
1477
- <hkern u1="&#xea;" u2="v" k="41" />
1478
- <hkern u1="&#xea;" u2="&#x27;" k="20" />
1479
- <hkern u1="&#xea;" u2="&#x22;" k="20" />
1480
- <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
1481
- <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
1482
- <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
1483
- <hkern u1="&#xeb;" u2="z" k="20" />
1484
- <hkern u1="&#xeb;" u2="y" k="41" />
1485
- <hkern u1="&#xeb;" u2="x" k="41" />
1486
- <hkern u1="&#xeb;" u2="w" k="41" />
1487
- <hkern u1="&#xeb;" u2="v" k="41" />
1488
- <hkern u1="&#xeb;" u2="&#x27;" k="20" />
1489
- <hkern u1="&#xeb;" u2="&#x22;" k="20" />
1490
- <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
1491
- <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
1492
- <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
1493
- <hkern u1="&#xf0;" u2="z" k="20" />
1494
- <hkern u1="&#xf0;" u2="y" k="41" />
1495
- <hkern u1="&#xf0;" u2="x" k="41" />
1496
- <hkern u1="&#xf0;" u2="w" k="41" />
1497
- <hkern u1="&#xf0;" u2="v" k="41" />
1498
- <hkern u1="&#xf0;" u2="&#x27;" k="20" />
1499
- <hkern u1="&#xf0;" u2="&#x22;" k="20" />
1500
- <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
1501
- <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
1502
- <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
1503
- <hkern u1="&#xf2;" u2="z" k="20" />
1504
- <hkern u1="&#xf2;" u2="y" k="41" />
1505
- <hkern u1="&#xf2;" u2="x" k="41" />
1506
- <hkern u1="&#xf2;" u2="w" k="41" />
1507
- <hkern u1="&#xf2;" u2="v" k="41" />
1508
- <hkern u1="&#xf2;" u2="&#x27;" k="20" />
1509
- <hkern u1="&#xf2;" u2="&#x22;" k="20" />
1510
- <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
1511
- <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
1512
- <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
1513
- <hkern u1="&#xf3;" u2="z" k="20" />
1514
- <hkern u1="&#xf3;" u2="y" k="41" />
1515
- <hkern u1="&#xf3;" u2="x" k="41" />
1516
- <hkern u1="&#xf3;" u2="w" k="41" />
1517
- <hkern u1="&#xf3;" u2="v" k="41" />
1518
- <hkern u1="&#xf3;" u2="&#x27;" k="20" />
1519
- <hkern u1="&#xf3;" u2="&#x22;" k="20" />
1520
- <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
1521
- <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
1522
- <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
1523
- <hkern u1="&#xf4;" u2="z" k="20" />
1524
- <hkern u1="&#xf4;" u2="y" k="41" />
1525
- <hkern u1="&#xf4;" u2="x" k="41" />
1526
- <hkern u1="&#xf4;" u2="w" k="41" />
1527
- <hkern u1="&#xf4;" u2="v" k="41" />
1528
- <hkern u1="&#xf4;" u2="&#x27;" k="20" />
1529
- <hkern u1="&#xf4;" u2="&#x22;" k="20" />
1530
- <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
1531
- <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
1532
- <hkern u1="&#xf6;" u2="&#x27;" k="41" />
1533
- <hkern u1="&#xf6;" u2="&#x22;" k="41" />
1534
- <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
1535
- <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
1536
- <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
1537
- <hkern u1="&#xf8;" u2="z" k="20" />
1538
- <hkern u1="&#xf8;" u2="y" k="41" />
1539
- <hkern u1="&#xf8;" u2="x" k="41" />
1540
- <hkern u1="&#xf8;" u2="w" k="41" />
1541
- <hkern u1="&#xf8;" u2="v" k="41" />
1542
- <hkern u1="&#xf8;" u2="&#x27;" k="20" />
1543
- <hkern u1="&#xf8;" u2="&#x22;" k="20" />
1544
- <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
1545
- <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
1546
- <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
1547
- <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
1548
- <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
1549
- <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
1550
- <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
1551
- <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
1552
- <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
1553
- <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
1554
- <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
1555
- <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
1556
- <hkern u1="&#xfe;" u2="z" k="20" />
1557
- <hkern u1="&#xfe;" u2="y" k="41" />
1558
- <hkern u1="&#xfe;" u2="x" k="41" />
1559
- <hkern u1="&#xfe;" u2="w" k="41" />
1560
- <hkern u1="&#xfe;" u2="v" k="41" />
1561
- <hkern u1="&#xfe;" u2="&#x27;" k="20" />
1562
- <hkern u1="&#xfe;" u2="&#x22;" k="20" />
1563
- <hkern u1="&#xff;" u2="&#x201e;" k="82" />
1564
- <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
1565
- <hkern u1="&#xff;" u2="&#x201a;" k="82" />
1566
- <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
1567
- <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
1568
- <hkern u1="&#xff;" u2="&#x2e;" k="82" />
1569
- <hkern u1="&#xff;" u2="&#x2c;" k="82" />
1570
- <hkern u1="&#xff;" u2="&#x27;" k="-82" />
1571
- <hkern u1="&#xff;" u2="&#x22;" k="-82" />
1572
- <hkern u1="&#x152;" u2="J" k="-123" />
1573
- <hkern u1="&#x178;" u2="&#x201e;" k="123" />
1574
- <hkern u1="&#x178;" u2="&#x201a;" k="123" />
1575
- <hkern u1="&#x178;" u2="&#x153;" k="102" />
1576
- <hkern u1="&#x178;" u2="&#x152;" k="41" />
1577
- <hkern u1="&#x178;" u2="&#xfc;" k="61" />
1578
- <hkern u1="&#x178;" u2="&#xfb;" k="61" />
1579
- <hkern u1="&#x178;" u2="&#xfa;" k="61" />
1580
- <hkern u1="&#x178;" u2="&#xf9;" k="61" />
1581
- <hkern u1="&#x178;" u2="&#xf8;" k="102" />
1582
- <hkern u1="&#x178;" u2="&#xf6;" k="102" />
1583
- <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1584
- <hkern u1="&#x178;" u2="&#xf4;" k="102" />
1585
- <hkern u1="&#x178;" u2="&#xf3;" k="102" />
1586
- <hkern u1="&#x178;" u2="&#xf2;" k="102" />
1587
- <hkern u1="&#x178;" u2="&#xeb;" k="102" />
1588
- <hkern u1="&#x178;" u2="&#xea;" k="102" />
1589
- <hkern u1="&#x178;" u2="&#xe9;" k="102" />
1590
- <hkern u1="&#x178;" u2="&#xe8;" k="102" />
1591
- <hkern u1="&#x178;" u2="&#xe7;" k="102" />
1592
- <hkern u1="&#x178;" u2="&#xe6;" k="102" />
1593
- <hkern u1="&#x178;" u2="&#xe5;" k="102" />
1594
- <hkern u1="&#x178;" u2="&#xe4;" k="102" />
1595
- <hkern u1="&#x178;" u2="&#xe3;" k="102" />
1596
- <hkern u1="&#x178;" u2="&#xe2;" k="102" />
1597
- <hkern u1="&#x178;" u2="&#xe1;" k="102" />
1598
- <hkern u1="&#x178;" u2="&#xe0;" k="102" />
1599
- <hkern u1="&#x178;" u2="&#xd8;" k="41" />
1600
- <hkern u1="&#x178;" u2="&#xd6;" k="41" />
1601
- <hkern u1="&#x178;" u2="&#xd5;" k="41" />
1602
- <hkern u1="&#x178;" u2="&#xd4;" k="41" />
1603
- <hkern u1="&#x178;" u2="&#xd3;" k="41" />
1604
- <hkern u1="&#x178;" u2="&#xd2;" k="41" />
1605
- <hkern u1="&#x178;" u2="&#xc7;" k="41" />
1606
- <hkern u1="&#x178;" u2="&#xc5;" k="123" />
1607
- <hkern u1="&#x178;" u2="&#xc4;" k="123" />
1608
- <hkern u1="&#x178;" u2="&#xc3;" k="123" />
1609
- <hkern u1="&#x178;" u2="&#xc2;" k="123" />
1610
- <hkern u1="&#x178;" u2="&#xc1;" k="123" />
1611
- <hkern u1="&#x178;" u2="&#xc0;" k="123" />
1612
- <hkern u1="&#x178;" u2="z" k="41" />
1613
- <hkern u1="&#x178;" u2="u" k="61" />
1614
- <hkern u1="&#x178;" u2="s" k="82" />
1615
- <hkern u1="&#x178;" u2="r" k="61" />
1616
- <hkern u1="&#x178;" u2="q" k="102" />
1617
- <hkern u1="&#x178;" u2="p" k="61" />
1618
- <hkern u1="&#x178;" u2="o" k="102" />
1619
- <hkern u1="&#x178;" u2="n" k="61" />
1620
- <hkern u1="&#x178;" u2="m" k="61" />
1621
- <hkern u1="&#x178;" u2="g" k="41" />
1622
- <hkern u1="&#x178;" u2="e" k="102" />
1623
- <hkern u1="&#x178;" u2="d" k="102" />
1624
- <hkern u1="&#x178;" u2="c" k="102" />
1625
- <hkern u1="&#x178;" u2="a" k="102" />
1626
- <hkern u1="&#x178;" u2="Q" k="41" />
1627
- <hkern u1="&#x178;" u2="O" k="41" />
1628
- <hkern u1="&#x178;" u2="G" k="41" />
1629
- <hkern u1="&#x178;" u2="C" k="41" />
1630
- <hkern u1="&#x178;" u2="A" k="123" />
1631
- <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
1632
- <hkern u1="&#x178;" u2="&#x2e;" k="123" />
1633
- <hkern u1="&#x178;" u2="&#x2c;" k="123" />
1634
- <hkern u1="&#x2013;" u2="T" k="82" />
1635
- <hkern u1="&#x2014;" u2="T" k="82" />
1636
- <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
1637
- <hkern u1="&#x2018;" u2="&#x153;" k="123" />
1638
- <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
1639
- <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
1640
- <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
1641
- <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
1642
- <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
1643
- <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
1644
- <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
1645
- <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
1646
- <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
1647
- <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
1648
- <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
1649
- <hkern u1="&#x2018;" u2="&#xea;" k="123" />
1650
- <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
1651
- <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
1652
- <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
1653
- <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
1654
- <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
1655
- <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
1656
- <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
1657
- <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
1658
- <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
1659
- <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
1660
- <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
1661
- <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
1662
- <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
1663
- <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
1664
- <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
1665
- <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
1666
- <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
1667
- <hkern u1="&#x2018;" u2="u" k="61" />
1668
- <hkern u1="&#x2018;" u2="s" k="61" />
1669
- <hkern u1="&#x2018;" u2="r" k="61" />
1670
- <hkern u1="&#x2018;" u2="q" k="123" />
1671
- <hkern u1="&#x2018;" u2="p" k="61" />
1672
- <hkern u1="&#x2018;" u2="o" k="123" />
1673
- <hkern u1="&#x2018;" u2="n" k="61" />
1674
- <hkern u1="&#x2018;" u2="m" k="61" />
1675
- <hkern u1="&#x2018;" u2="g" k="61" />
1676
- <hkern u1="&#x2018;" u2="e" k="123" />
1677
- <hkern u1="&#x2018;" u2="d" k="123" />
1678
- <hkern u1="&#x2018;" u2="c" k="123" />
1679
- <hkern u1="&#x2018;" u2="a" k="82" />
1680
- <hkern u1="&#x2018;" u2="Y" k="-20" />
1681
- <hkern u1="&#x2018;" u2="W" k="-41" />
1682
- <hkern u1="&#x2018;" u2="V" k="-41" />
1683
- <hkern u1="&#x2018;" u2="T" k="-41" />
1684
- <hkern u1="&#x2018;" u2="A" k="143" />
1685
- <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
1686
- <hkern u1="&#x2019;" u2="&#x153;" k="123" />
1687
- <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
1688
- <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
1689
- <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
1690
- <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
1691
- <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
1692
- <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
1693
- <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
1694
- <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
1695
- <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
1696
- <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
1697
- <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
1698
- <hkern u1="&#x2019;" u2="&#xea;" k="123" />
1699
- <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
1700
- <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
1701
- <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
1702
- <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
1703
- <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
1704
- <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
1705
- <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
1706
- <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
1707
- <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
1708
- <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
1709
- <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
1710
- <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
1711
- <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
1712
- <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
1713
- <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
1714
- <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
1715
- <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
1716
- <hkern u1="&#x2019;" u2="u" k="61" />
1717
- <hkern u1="&#x2019;" u2="s" k="61" />
1718
- <hkern u1="&#x2019;" u2="r" k="61" />
1719
- <hkern u1="&#x2019;" u2="q" k="123" />
1720
- <hkern u1="&#x2019;" u2="p" k="61" />
1721
- <hkern u1="&#x2019;" u2="o" k="123" />
1722
- <hkern u1="&#x2019;" u2="n" k="61" />
1723
- <hkern u1="&#x2019;" u2="m" k="61" />
1724
- <hkern u1="&#x2019;" u2="g" k="61" />
1725
- <hkern u1="&#x2019;" u2="e" k="123" />
1726
- <hkern u1="&#x2019;" u2="d" k="123" />
1727
- <hkern u1="&#x2019;" u2="c" k="123" />
1728
- <hkern u1="&#x2019;" u2="a" k="82" />
1729
- <hkern u1="&#x2019;" u2="Y" k="-20" />
1730
- <hkern u1="&#x2019;" u2="W" k="-41" />
1731
- <hkern u1="&#x2019;" u2="V" k="-41" />
1732
- <hkern u1="&#x2019;" u2="T" k="-41" />
1733
- <hkern u1="&#x2019;" u2="A" k="143" />
1734
- <hkern u1="&#x201a;" u2="&#x178;" k="123" />
1735
- <hkern u1="&#x201a;" u2="&#x152;" k="102" />
1736
- <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
1737
- <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
1738
- <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
1739
- <hkern u1="&#x201a;" u2="&#xda;" k="41" />
1740
- <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
1741
- <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
1742
- <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
1743
- <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
1744
- <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
1745
- <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
1746
- <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
1747
- <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
1748
- <hkern u1="&#x201a;" u2="Y" k="123" />
1749
- <hkern u1="&#x201a;" u2="W" k="123" />
1750
- <hkern u1="&#x201a;" u2="V" k="123" />
1751
- <hkern u1="&#x201a;" u2="U" k="41" />
1752
- <hkern u1="&#x201a;" u2="T" k="143" />
1753
- <hkern u1="&#x201a;" u2="Q" k="102" />
1754
- <hkern u1="&#x201a;" u2="O" k="102" />
1755
- <hkern u1="&#x201a;" u2="G" k="102" />
1756
- <hkern u1="&#x201a;" u2="C" k="102" />
1757
- <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
1758
- <hkern u1="&#x201c;" u2="&#x153;" k="123" />
1759
- <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
1760
- <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
1761
- <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
1762
- <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
1763
- <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
1764
- <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
1765
- <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
1766
- <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
1767
- <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
1768
- <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
1769
- <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
1770
- <hkern u1="&#x201c;" u2="&#xea;" k="123" />
1771
- <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
1772
- <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
1773
- <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
1774
- <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
1775
- <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
1776
- <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
1777
- <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
1778
- <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
1779
- <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
1780
- <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
1781
- <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
1782
- <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
1783
- <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
1784
- <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
1785
- <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
1786
- <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
1787
- <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
1788
- <hkern u1="&#x201c;" u2="u" k="61" />
1789
- <hkern u1="&#x201c;" u2="s" k="61" />
1790
- <hkern u1="&#x201c;" u2="r" k="61" />
1791
- <hkern u1="&#x201c;" u2="q" k="123" />
1792
- <hkern u1="&#x201c;" u2="p" k="61" />
1793
- <hkern u1="&#x201c;" u2="o" k="123" />
1794
- <hkern u1="&#x201c;" u2="n" k="61" />
1795
- <hkern u1="&#x201c;" u2="m" k="61" />
1796
- <hkern u1="&#x201c;" u2="g" k="61" />
1797
- <hkern u1="&#x201c;" u2="e" k="123" />
1798
- <hkern u1="&#x201c;" u2="d" k="123" />
1799
- <hkern u1="&#x201c;" u2="c" k="123" />
1800
- <hkern u1="&#x201c;" u2="a" k="82" />
1801
- <hkern u1="&#x201c;" u2="Y" k="-20" />
1802
- <hkern u1="&#x201c;" u2="W" k="-41" />
1803
- <hkern u1="&#x201c;" u2="V" k="-41" />
1804
- <hkern u1="&#x201c;" u2="T" k="-41" />
1805
- <hkern u1="&#x201c;" u2="A" k="143" />
1806
- <hkern u1="&#x201e;" u2="&#x178;" k="123" />
1807
- <hkern u1="&#x201e;" u2="&#x152;" k="102" />
1808
- <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
1809
- <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
1810
- <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
1811
- <hkern u1="&#x201e;" u2="&#xda;" k="41" />
1812
- <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
1813
- <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
1814
- <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
1815
- <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
1816
- <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
1817
- <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
1818
- <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
1819
- <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
1820
- <hkern u1="&#x201e;" u2="Y" k="123" />
1821
- <hkern u1="&#x201e;" u2="W" k="123" />
1822
- <hkern u1="&#x201e;" u2="V" k="123" />
1823
- <hkern u1="&#x201e;" u2="U" k="41" />
1824
- <hkern u1="&#x201e;" u2="T" k="143" />
1825
- <hkern u1="&#x201e;" u2="Q" k="102" />
1826
- <hkern u1="&#x201e;" u2="O" k="102" />
1827
- <hkern u1="&#x201e;" u2="G" k="102" />
1828
- <hkern u1="&#x201e;" u2="C" k="102" />
1829
- </font>
1830
- </defs></svg>