pango 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (343) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +19 -3
  3. data/lib/2.2/pango.so +0 -0
  4. data/lib/2.3/pango.so +0 -0
  5. data/lib/2.4/pango.so +0 -0
  6. data/lib/2.5/pango.so +0 -0
  7. data/lib/pango/markup.rb +1 -0
  8. data/vendor/local/bin/derb.exe +0 -0
  9. data/vendor/local/bin/fribidi.exe +0 -0
  10. data/vendor/local/bin/genbrk.exe +0 -0
  11. data/vendor/local/bin/genccode.exe +0 -0
  12. data/vendor/local/bin/gencfu.exe +0 -0
  13. data/vendor/local/bin/gencmn.exe +0 -0
  14. data/vendor/local/bin/gencnval.exe +0 -0
  15. data/vendor/local/bin/gendict.exe +0 -0
  16. data/vendor/local/bin/gennorm2.exe +0 -0
  17. data/vendor/local/bin/genrb.exe +0 -0
  18. data/vendor/local/bin/gensprep.exe +0 -0
  19. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  20. data/vendor/local/bin/hb-shape.exe +0 -0
  21. data/vendor/local/bin/hb-subset.exe +0 -0
  22. data/vendor/local/bin/hb-view.exe +0 -0
  23. data/vendor/local/bin/icu-config +1 -1
  24. data/vendor/local/bin/icuinfo.exe +0 -0
  25. data/vendor/local/bin/icupkg.exe +0 -0
  26. data/vendor/local/bin/libfribidi-0.dll +0 -0
  27. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  28. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  29. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  30. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  34. data/vendor/local/bin/makeconv.exe +0 -0
  35. data/vendor/local/bin/pango-view.exe +0 -0
  36. data/vendor/local/bin/pkgdata.exe +0 -0
  37. data/vendor/local/bin/uconv.exe +0 -0
  38. data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
  39. data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
  40. data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
  41. data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
  42. data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
  43. data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
  44. data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
  45. data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
  46. data/vendor/local/include/fribidi/fribidi-common.h +146 -0
  47. data/vendor/local/include/fribidi/fribidi-config.h +23 -0
  48. data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
  49. data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
  50. data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
  51. data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
  52. data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
  53. data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
  54. data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
  55. data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
  56. data/vendor/local/include/fribidi/fribidi-types.h +83 -0
  57. data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
  58. data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
  59. data/vendor/local/include/fribidi/fribidi.h +63 -0
  60. data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
  61. data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
  62. data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
  63. data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
  64. data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
  65. data/vendor/local/include/harfbuzz/hb-common.h +1 -1
  66. data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
  67. data/vendor/local/include/harfbuzz/hb-face.h +0 -1
  68. data/vendor/local/include/harfbuzz/hb-font.h +1 -1
  69. data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
  70. data/vendor/local/include/harfbuzz/hb-set.h +15 -7
  71. data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
  72. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
  73. data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
  74. data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
  75. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  76. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
  77. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  78. data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
  79. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
  80. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
  81. data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
  82. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  83. data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
  84. data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
  85. data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
  86. data/vendor/local/lib/icu/Makefile.inc +1 -1
  87. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  88. data/vendor/local/lib/icudt.dll +0 -0
  89. data/vendor/local/lib/icudt58.dll +0 -0
  90. data/vendor/local/lib/icuin.dll +0 -0
  91. data/vendor/local/lib/icuin58.dll +0 -0
  92. data/vendor/local/lib/icuio.dll +0 -0
  93. data/vendor/local/lib/icuio58.dll +0 -0
  94. data/vendor/local/lib/icutest.dll +0 -0
  95. data/vendor/local/lib/icutest58.dll +0 -0
  96. data/vendor/local/lib/icutu.dll +0 -0
  97. data/vendor/local/lib/icutu58.dll +0 -0
  98. data/vendor/local/lib/icuuc.dll +0 -0
  99. data/vendor/local/lib/icuuc58.dll +0 -0
  100. data/vendor/local/lib/libfribidi.dll.a +0 -0
  101. data/vendor/local/lib/libfribidi.la +41 -0
  102. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  103. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  104. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  105. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  106. data/vendor/local/lib/libharfbuzz-subset.la +41 -0
  107. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  108. data/vendor/local/lib/libharfbuzz.la +4 -4
  109. data/vendor/local/lib/libicudt.dll.a +0 -0
  110. data/vendor/local/lib/libicuin.dll.a +0 -0
  111. data/vendor/local/lib/libicuio.dll.a +0 -0
  112. data/vendor/local/lib/libicutest.dll.a +0 -0
  113. data/vendor/local/lib/libicutu.dll.a +0 -0
  114. data/vendor/local/lib/libicuuc.dll.a +0 -0
  115. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  116. data/vendor/local/lib/libpango-1.0.la +5 -5
  117. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  118. data/vendor/local/lib/libpangocairo-1.0.la +5 -5
  119. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  120. data/vendor/local/lib/libpangoft2-1.0.la +5 -5
  121. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  122. data/vendor/local/lib/libpangowin32-1.0.la +5 -5
  123. data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
  124. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
  125. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
  126. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
  127. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
  128. data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
  129. data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  133. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  136. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  137. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  138. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  139. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  140. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  141. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  142. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  143. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  144. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  145. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  146. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  147. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  148. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  149. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  150. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  151. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  152. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  153. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  154. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
  155. data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
  156. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  157. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
  158. data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
  244. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
  245. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
  246. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
  247. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
  248. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
  249. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
  251. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
  253. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  254. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
  256. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
  257. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
  259. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
  260. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
  261. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
  262. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
  263. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
  264. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
  265. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
  266. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
  267. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
  268. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
  269. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
  270. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
  271. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
  272. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
  273. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
  274. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
  275. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
  276. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
  277. data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
  278. data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
  279. data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
  280. data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
  281. data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
  282. data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
  283. data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
  284. data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
  285. data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
  286. data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
  287. data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
  288. data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
  289. data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
  290. data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
  291. data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
  292. data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
  293. data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
  294. data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
  295. data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
  296. data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
  297. data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
  298. data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
  299. data/vendor/local/share/man/man1/pango-view.1 +1 -113
  300. metadata +87 -52
  301. data/vendor/local/lib/libgraphene-1.0.la +0 -41
  302. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
  303. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
  304. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
  305. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
  306. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
  307. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
  308. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
  309. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
  310. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
  311. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
  312. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
  313. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
  314. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
  315. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
  316. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
  317. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
  318. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
  319. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
  320. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
  321. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
  322. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
  323. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
  324. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
  325. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
  326. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  327. data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
  328. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
  329. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
  330. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
  331. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
  332. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  333. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  334. data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
  335. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  336. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  337. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  338. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  339. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  340. data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
  341. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  342. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  343. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -8,7 +8,7 @@ and/or use gtk-doc annotations. -->
8
8
  xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
9
9
  <include name="GObject" version="2.0"/>
10
10
  <package name="graphene-gobject-1.0"/>
11
- <c:include name="graphene-gobject.h"/>
11
+ <c:include name="graphene-object.h"/>
12
12
  <namespace name="Graphene"
13
13
  version="1.0"
14
14
  shared-library="libgraphene-1.0-0.dll"
@@ -2598,7 +2598,8 @@ language tag and character point.</doc>
2598
2598
  <doc xml:space="preserve">a #PangoFont</doc>
2599
2599
  <type name="Font" c:type="PangoFont*"/>
2600
2600
  </instance-parameter>
2601
- <parameter name="lang" transfer-ownership="none">
2601
+ <parameter name="language" transfer-ownership="none">
2602
+ <doc xml:space="preserve">the language tag</doc>
2602
2603
  <type name="Language" c:type="PangoLanguage*"/>
2603
2604
  </parameter>
2604
2605
  <parameter name="ch" transfer-ownership="none">
@@ -2621,7 +2622,8 @@ language tag and character point.</doc>
2621
2622
  <doc xml:space="preserve">a #PangoFont</doc>
2622
2623
  <type name="Font" c:type="PangoFont*"/>
2623
2624
  </instance-parameter>
2624
- <parameter name="lang" transfer-ownership="none">
2625
+ <parameter name="language" transfer-ownership="none">
2626
+ <doc xml:space="preserve">the language tag</doc>
2625
2627
  <type name="Language" c:type="PangoLanguage*"/>
2626
2628
  </parameter>
2627
2629
  </parameters>
@@ -2949,7 +2951,8 @@ output variables and returns.</doc>
2949
2951
  <doc xml:space="preserve">a #PangoFont</doc>
2950
2952
  <type name="Font" c:type="PangoFont*"/>
2951
2953
  </parameter>
2952
- <parameter name="lang" transfer-ownership="none">
2954
+ <parameter name="language" transfer-ownership="none">
2955
+ <doc xml:space="preserve">the language tag</doc>
2953
2956
  <type name="Language" c:type="PangoLanguage*"/>
2954
2957
  </parameter>
2955
2958
  </parameters>
@@ -2966,7 +2969,8 @@ output variables and returns.</doc>
2966
2969
  <doc xml:space="preserve">a #PangoFont</doc>
2967
2970
  <type name="Font" c:type="PangoFont*"/>
2968
2971
  </parameter>
2969
- <parameter name="lang" transfer-ownership="none">
2972
+ <parameter name="language" transfer-ownership="none">
2973
+ <doc xml:space="preserve">the language tag</doc>
2970
2974
  <type name="Language" c:type="PangoLanguage*"/>
2971
2975
  </parameter>
2972
2976
  <parameter name="ch" transfer-ownership="none">
@@ -3356,6 +3360,25 @@ pango_font_description_set_variant().</doc>
3356
3360
  </instance-parameter>
3357
3361
  </parameters>
3358
3362
  </method>
3363
+ <method name="get_variations"
3364
+ c:identifier="pango_font_description_get_variations"
3365
+ version="1.42">
3366
+ <doc xml:space="preserve">Gets the variations field of a font description. See
3367
+ pango_font_description_set_variations().</doc>
3368
+ <return-value transfer-ownership="none" nullable="1">
3369
+ <doc xml:space="preserve">the varitions field for the font
3370
+ description, or %NULL if not previously set. This
3371
+ has the same life-time as the font description itself
3372
+ and should not be freed.</doc>
3373
+ <type name="utf8" c:type="const char*"/>
3374
+ </return-value>
3375
+ <parameters>
3376
+ <instance-parameter name="desc" transfer-ownership="none">
3377
+ <doc xml:space="preserve">a #PangoFontDescription</doc>
3378
+ <type name="FontDescription" c:type="const PangoFontDescription*"/>
3379
+ </instance-parameter>
3380
+ </parameters>
3381
+ </method>
3359
3382
  <method name="get_weight"
3360
3383
  c:identifier="pango_font_description_get_weight">
3361
3384
  <doc xml:space="preserve">Gets the weight field of a font description. See
@@ -3615,6 +3638,55 @@ can either be %PANGO_VARIANT_NORMAL or %PANGO_VARIANT_SMALL_CAPS.</doc>
3615
3638
  </parameter>
3616
3639
  </parameters>
3617
3640
  </method>
3641
+ <method name="set_variations"
3642
+ c:identifier="pango_font_description_set_variations"
3643
+ version="1.42">
3644
+ <doc xml:space="preserve">Sets the variations field of a font description. OpenType
3645
+ font variations allow to select a font instance by specifying
3646
+ values for a number of axes, such as width or weight.
3647
+
3648
+ The format of the variations string is AXIS1=VALUE,AXIS2=VALUE...,
3649
+ with each AXIS a 4 character tag that identifies a font axis,
3650
+ and each VALUE a floating point number. Unknown axes are ignored,
3651
+ and values are clamped to their allowed range.
3652
+
3653
+ Pango does not currently have a way to find supported axes of
3654
+ a font. Both harfbuzz or freetype have API for this.</doc>
3655
+ <return-value transfer-ownership="none">
3656
+ <type name="none" c:type="void"/>
3657
+ </return-value>
3658
+ <parameters>
3659
+ <instance-parameter name="desc" transfer-ownership="none">
3660
+ <doc xml:space="preserve">a #PangoFontDescription.</doc>
3661
+ <type name="FontDescription" c:type="PangoFontDescription*"/>
3662
+ </instance-parameter>
3663
+ <parameter name="settings" transfer-ownership="none">
3664
+ <type name="utf8" c:type="const char*"/>
3665
+ </parameter>
3666
+ </parameters>
3667
+ </method>
3668
+ <method name="set_variations_static"
3669
+ c:identifier="pango_font_description_set_variations_static"
3670
+ version="1.42">
3671
+ <doc xml:space="preserve">Like pango_font_description_set_variations(), except that no
3672
+ copy of @variations is made. The caller must make sure that the
3673
+ string passed in stays around until @desc has been freed
3674
+ or the name is set again. This function can be used if
3675
+ @variations is a static string such as a C string literal, or
3676
+ if @desc is only needed temporarily.</doc>
3677
+ <return-value transfer-ownership="none">
3678
+ <type name="none" c:type="void"/>
3679
+ </return-value>
3680
+ <parameters>
3681
+ <instance-parameter name="desc" transfer-ownership="none">
3682
+ <doc xml:space="preserve">a #PangoFontDescription</doc>
3683
+ <type name="FontDescription" c:type="PangoFontDescription*"/>
3684
+ </instance-parameter>
3685
+ <parameter name="settings" transfer-ownership="none">
3686
+ <type name="utf8" c:type="const char*"/>
3687
+ </parameter>
3688
+ </parameters>
3689
+ </method>
3618
3690
  <method name="set_weight"
3619
3691
  c:identifier="pango_font_description_set_weight">
3620
3692
  <doc xml:space="preserve">Sets the weight field of a font description. The weight field
@@ -4759,6 +4831,12 @@ can handle fonts of this fonts loaded with this fontmap.</doc>
4759
4831
  glib:nick="gravity">
4760
4832
  <doc xml:space="preserve">the font gravity is specified (Since: 1.16.)</doc>
4761
4833
  </member>
4834
+ <member name="variations"
4835
+ value="128"
4836
+ c:identifier="PANGO_FONT_MASK_VARIATIONS"
4837
+ glib:nick="variations">
4838
+ <doc xml:space="preserve">OpenType font variations are specified (Since: 1.42)</doc>
4839
+ </member>
4762
4840
  </bitfield>
4763
4841
  <record name="FontMetrics"
4764
4842
  c:type="PangoFontMetrics"
@@ -0,0 +1,277 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ version="1.1"
14
+ id="svg2"
15
+ width="682.66669"
16
+ height="682.66669"
17
+ viewBox="0 0 682.66669 682.66669"
18
+ sodipodi:docname="harfbuzz2.svg"
19
+ inkscape:version="0.92.2 5c3e80d, 2017-08-06"
20
+ inkscape:export-filename="harfbuzz2.png"
21
+ inkscape:export-xdpi="72"
22
+ inkscape:export-ydpi="72">
23
+ <metadata
24
+ id="metadata8">
25
+ <rdf:RDF>
26
+ <cc:Work
27
+ rdf:about="">
28
+ <dc:format>image/svg+xml</dc:format>
29
+ <dc:type
30
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
31
+ <dc:title />
32
+ </cc:Work>
33
+ </rdf:RDF>
34
+ </metadata>
35
+ <defs
36
+ id="defs6">
37
+ <g
38
+ id="g50">
39
+ <symbol
40
+ id="glyph0-0"
41
+ overflow="visible"
42
+ style="overflow:visible">
43
+ <path
44
+ id="path26"
45
+ d="M 32,0 V -192 H 224 V 0 Z M 48,-16 H 208 V -176 H 48 Z m 0,0"
46
+ style="stroke:none"
47
+ inkscape:connector-curvature="0" />
48
+ </symbol>
49
+ <symbol
50
+ id="glyph0-1"
51
+ overflow="visible"
52
+ style="overflow:visible">
53
+ <path
54
+ id="path29"
55
+ d="m 52.5,-64.875 c -0.08594,2.25 -0.9375,6.335938 -2.5625,12.25 -1.625,5.917969 -3.75,12.375 -6.375,19.375 -2.625,7 -4.9375,12.292969 -6.9375,15.875 -2,3.585938 -4.1875,6.3125 -6.5625,8.1875 -2.375,1.875 -6.210938,3.585938 -11.5,5.125 -5.292969,1.542969 -9.542969,2.585938 -12.75,3.125 -3.210938,0.542969 -5.230469,0.8125 -6.0625,0.8125 -0.832031,-0.082031 -1.332031,-0.414062 -1.5,-1 -0.164062,-0.582031 0.085938,-1.332031 0.75,-2.25 0.9179688,-1.414062 3.226562,-3.269531 6.9375,-5.5625 3.707031,-2.289062 8.019531,-5.164062 12.9375,-8.625 4.914062,-3.457031 8.414062,-6.476562 10.5,-9.0625 2.082031,-2.582031 4.4375,-6.457031 7.0625,-11.625 2.625,-5.164062 5,-10.375 7.125,-15.625 2.125,-5.25 3.644531,-8.832031 4.5625,-10.75 0.914062,-1.914062 1.914062,-2.832031 3,-2.75 0.914062,0.167969 1.375,1 1.375,2.5 z M 41.75,-117.75 c 0,-1.83203 1.5625,-5.8125 4.6875,-11.9375 3.125,-6.125 5.144531,-9.1875 6.0625,-9.1875 1.832031,-0.75 4.5,0.64844 8,4.1875 3.5,3.54297 5.375,6.3125 5.625,8.3125 0,2.66797 -1.460938,6.5 -4.375,11.5 -2.917969,5 -5.042969,7.5 -6.375,7.5 -0.5,-0.25 -2.230469,-1.35156 -5.1875,-3.3125 -2.960938,-1.95703 -5.148438,-3.4375 -6.5625,-4.4375 -1.25,-0.83203 -1.875,-1.70703 -1.875,-2.625 z m 0,0"
56
+ style="stroke:none"
57
+ inkscape:connector-curvature="0" />
58
+ </symbol>
59
+ <symbol
60
+ id="glyph0-2"
61
+ overflow="visible"
62
+ style="overflow:visible">
63
+ <path
64
+ id="path32"
65
+ d="m 19.75,-47.125 c -0.167969,3.167969 -0.5,6.023438 -1,8.5625 -0.5,2.542969 -1.167969,4.710938 -2,6.5 -0.835938,1.792969 -1.898438,3.125 -3.1875,4 -1.292969,0.875 -2.855469,1.1875 -4.6875,0.9375 0.082031,-6.5 0.769531,-15.5625 2.0625,-27.1875 1.289062,-11.625 3.226562,-24.476562 5.8125,-38.5625 1.332031,-4.082031 4.039062,-11.28906 8.125,-21.625 0.414062,-1 0.851562,-1.41406 1.3125,-1.25 0.457031,0.16797 0.6875,0.58594 0.6875,1.25 -0.25,5.08594 -1.292969,14.792969 -3.125,29.125 -1.835938,14.335938 -2.960938,24.167969 -3.375,29.5 -0.417969,5.335938 -0.625,8.25 -0.625,8.75 z m 0,0"
66
+ style="stroke:none"
67
+ inkscape:connector-curvature="0" />
68
+ </symbol>
69
+ <symbol
70
+ id="glyph0-3"
71
+ overflow="visible"
72
+ style="overflow:visible">
73
+ <path
74
+ id="path35"
75
+ d="m -10.875,-27.25 c 1.667969,-7.164062 3.5625,-12.457031 5.6875,-15.875 2.125,-3.414062 3.855469,-5.289062 5.1875,-5.625 v 5.5 c 0,7 1.875,11.875 5.625,14.625 2.25,1.5 4.5,2 6.75,1.5 2.25,-0.5 3.976562,-1.664062 5.1875,-3.5 1.207031,-1.832031 2.226562,-3.976562 3.0625,-6.4375 0.832031,-2.457031 1.625,-3.6875 2.375,-3.6875 0.914062,0 1.289062,0.875 1.125,2.625 -0.08594,3 -1.023438,7.875 -2.8125,14.625 C 19.519531,-16.75 17.082031,-11.207031 14,-6.875 10.914062,-2.539062 7.164062,-0.25 2.75,0 c -4.5,-0.164062 -8,-2.707031 -10.5,-7.625 -2.25,-4.832031 -3.289062,-11.082031 -3.125,-18.75 z m 6.625,111.5 c 0,-1.835938 1.5625,-5.8125 4.6875,-11.9375 3.125,-6.125 5.144531,-9.1875 6.0625,-9.1875 1.832031,-0.75 4.5,0.644531 8,4.1875 3.5,3.539062 5.375,6.3125 5.625,8.3125 0,2.664062 -1.460938,6.5 -4.375,11.5 -2.917969,5 -5.042969,7.5 -6.375,7.5 C 8.875,94.375 7.144531,93.269531 4.1875,91.3125 1.226562,89.351562 -0.957031,87.875 -2.375,86.875 -3.625,86.039062 -4.25,85.164062 -4.25,84.25 Z m 0,0"
76
+ style="stroke:none"
77
+ inkscape:connector-curvature="0" />
78
+ </symbol>
79
+ <symbol
80
+ id="glyph0-4"
81
+ overflow="visible"
82
+ style="overflow:visible">
83
+ <path
84
+ id="path38"
85
+ d=""
86
+ style="stroke:none"
87
+ inkscape:connector-curvature="0" />
88
+ </symbol>
89
+ <symbol
90
+ id="glyph0-5"
91
+ overflow="visible"
92
+ style="overflow:visible">
93
+ <path
94
+ id="path41"
95
+ d="m 118.5,-33 c 15.33203,-3.914062 27.375,-8.289062 36.125,-13.125 7.5,-4.082031 11.25,-7.5 11.25,-10.25 0,-0.832031 -0.5625,-1.894531 -1.6875,-3.1875 -1.125,-1.289062 -1.9375,-1.9375 -2.4375,-1.9375 -0.83594,0 -2.02344,0.148438 -3.5625,0.4375 -1.54297,0.292969 -2.64844,0.4375 -3.3125,0.4375 -2.91797,0 -4.98047,-0.769531 -6.1875,-2.3125 -1.21094,-1.539062 -1.8125,-3.601562 -1.8125,-6.1875 0,-1.5 2.16406,-6.539062 6.5,-15.125 1.66406,-3.414062 3.0625,-5.8125 4.1875,-7.1875 1.125,-1.375 2.76953,-2.0625 4.9375,-2.0625 3.58203,0 6.91406,1.9375 10,5.8125 3.08203,3.875 4.625,8.855469 4.625,14.9375 0,6 -0.8125,11.4375 -2.4375,16.3125 -1.625,4.875 -4.14844,9.605469 -7.5625,14.1875 -3.41797,4.585938 -7.83594,9.042969 -13.25,13.375 -8.08594,6.085938 -17.625,11.230469 -28.625,15.4375 -11,4.210938 -23.83594,7.5 -38.5,9.875 C 72.082031,-1.1875 58.082031,0 44.75,0 37.082031,0 30.082031,-0.375 23.75,-1.125 17.414062,-1.875 12.582031,-3.289062 9.25,-5.375 3.082031,-8.789062 0.25,-14.5 0.75,-22.5 c 0.332031,-4.082031 0.832031,-8.4375 1.5,-13.0625 0.664062,-4.625 1.351562,-8.3125 2.0625,-11.0625 0.707031,-2.75 1.5625,-4.125 2.5625,-4.125 0.832031,0 1.332031,1.75 1.5,5.25 0.164062,3.5 0.6875,6.0625 1.5625,7.6875 0.875,1.625 2.207031,3 4,4.125 1.789062,1.125 4.6875,2.210938 8.6875,3.25 4,1.042969 8.6875,1.855469 14.0625,2.4375 5.375,0.585938 12.519531,0.875 21.4375,0.875 12.414062,0 23.019531,-0.4375 31.8125,-1.3125 C 98.726562,-29.3125 108.25,-30.832031 118.5,-33 Z m -38.75,-86.75 c 0,-1.83203 1.5625,-5.8125 4.6875,-11.9375 3.125,-6.125 5.144531,-9.1875 6.0625,-9.1875 1.832031,-0.75 4.5,0.64844 8,4.1875 3.5,3.54297 5.375,6.3125 5.625,8.3125 0,2.66797 -1.46094,6.5 -4.375,11.5 -2.917969,5 -5.042969,7.5 -6.375,7.5 -0.5,-0.25 -2.230469,-1.35156 -5.1875,-3.3125 -2.960938,-1.95703 -5.148438,-3.4375 -6.5625,-4.4375 -1.25,-0.83203 -1.875,-1.70703 -1.875,-2.625 z m 0,0"
96
+ style="stroke:none"
97
+ inkscape:connector-curvature="0" />
98
+ </symbol>
99
+ <symbol
100
+ id="glyph0-6"
101
+ overflow="visible"
102
+ style="overflow:visible">
103
+ <path
104
+ id="path44"
105
+ d="m 78,-56.875 c -1.335938,2.25 -2.25,3.875 -2.75,4.875 -1.417969,2.335938 -2.875,4.210938 -4.375,5.625 -1.75,1.75 -4.042969,3.292969 -6.875,4.625 -6.085938,2.917969 -10.460938,5.75 -13.125,8.5 -1.75,1.75 -3.792969,4.960938 -6.125,9.625 -4.25,8.585938 -8.417969,14.292969 -12.5,17.125 -4.085938,2.917969 -11.417969,5 -22,6.25 C 9.414062,-0.0820312 8.414062,0 7.25,0 H 4.375 c -1.5,0 -2.25,-0.164062 -2.25,-0.5 0,-1.914062 2.539062,-4.5 7.625,-7.75 4,-2.414062 7,-4.207031 9,-5.375 6,-3.414062 10.414062,-6.125 13.25,-8.125 4,-2.914062 6.625,-5.75 7.875,-8.5 4.164062,-8.5 7.625,-14.414062 10.375,-17.75 3.082031,-3.664062 6.625,-6.5 10.625,-8.5 C 67.289062,-60.082031 71,-62.207031 72,-62.875 l 10,2.375 z m 0,0"
106
+ style="stroke:none"
107
+ inkscape:connector-curvature="0" />
108
+ </symbol>
109
+ <symbol
110
+ id="glyph0-7"
111
+ overflow="visible"
112
+ style="overflow:visible">
113
+ <path
114
+ id="path47"
115
+ d="m 13,-17.625 c -1,1.75 -2.0625,3.480469 -3.1875,5.1875 C 8.6875,-10.726562 7.539062,-9.082031 6.375,-7.5 5.207031,-5.914062 4.0625,-4.476562 2.9375,-3.1875 1.8125,-1.894531 0.832031,-0.832031 0,0 c -0.5,-2.582031 -0.832031,-5.125 -1,-7.625 -0.164062,-2.5 0.167969,-5.039062 1,-7.625 1.25,-0.75 2.207031,-1.414062 2.875,-2 1.664062,-1.5 5.375,-6.582031 11.125,-15.25 -0.667969,-0.664062 -2.585938,-1.601562 -5.75,-2.8125 -3.167969,-1.207031 -6.167969,-1.894531 -9,-2.0625 -2.582031,-0.164062 -4.726562,0.3125 -6.4375,1.4375 -1.707031,1.125 -3.25,2.710938 -4.625,4.75 -1.375,2.042969 -2.5625,2.980469 -3.5625,2.8125 -0.332031,-0.164062 -0.375,-0.851562 -0.125,-2.0625 0.25,-1.207031 0.625,-2.394531 1.125,-3.5625 2.085938,-4.832031 4.480469,-8.4375 7.1875,-10.8125 2.710938,-2.375 5.9375,-3.5625 9.6875,-3.5625 2.75,0 6.164062,0.667969 10.25,2 2.582031,0.917969 4.789062,1.375 6.625,1.375 3.832031,0 7.625,-1.375 11.375,-4.125 0.832031,0 1.125,0.542969 0.875,1.625 -0.25,1.085938 -0.605469,2.355469 -1.0625,3.8125 -0.460938,1.460938 -0.773438,2.4375 -0.9375,2.9375 -0.835938,2.585938 -1.5,4.085938 -2,4.5 -0.5,0.417969 -1.960938,1.5 -4.375,3.25 -1.335938,1 -2.480469,2.148438 -3.4375,3.4375 -0.960938,1.292969 -1.9375,2.835938 -2.9375,4.625 -1,1.792969 -2.292969,4.230469 -3.875,7.3125 z m 0,0"
116
+ style="stroke:none"
117
+ inkscape:connector-curvature="0" />
118
+ </symbol>
119
+ </g>
120
+ <g
121
+ id="g184">
122
+ <symbol
123
+ id="glyph0-0-3"
124
+ overflow="visible"
125
+ style="overflow:visible">
126
+ <path
127
+ id="path163"
128
+ d=""
129
+ style="stroke:none"
130
+ inkscape:connector-curvature="0" />
131
+ </symbol>
132
+ <symbol
133
+ id="glyph0-1-6"
134
+ overflow="visible"
135
+ style="overflow:visible">
136
+ <path
137
+ id="path166"
138
+ d="m 79.625,-103.25 c -3.585938,22 -6.8125,38.417969 -9.6875,49.25 -2.875,10.835938 -5.480469,19.105469 -7.8125,24.8125 -2.335938,5.710938 -4.898438,10.0625 -7.6875,13.0625 -2.792969,3 -7.917969,5.855469 -15.375,8.5625 -7.460938,2.710938 -13.6875,4.605469 -18.6875,5.6875 -5,1.085938 -8.125,1.667969 -9.375,1.75 C 9.75,-0.207031 8.957031,-0.4375 8.625,-0.8125 8.289062,-1.1875 8.582031,-2.082031 9.5,-3.5 c 1.582031,-2.25 4.894531,-5.332031 9.9375,-9.25 5.039062,-3.914062 11,-8.789062 17.875,-14.625 6.875,-5.832031 12.019531,-10.976562 15.4375,-15.4375 3.414062,-4.457031 6.4375,-10.539062 9.0625,-18.25 C 64.4375,-68.769531 67,-76.832031 69.5,-85.25 c 2.5,-8.414062 4.3125,-14.125 5.4375,-17.125 1.125,-3 2.269531,-4.45703 3.4375,-4.375 1.332031,0.25 1.75,1.41797 1.25,3.5 z m 8.875,-68.625 c 0.664062,2.41797 0.644531,4.91797 -0.0625,7.5 -0.710938,2.58594 -2.023438,5.29297 -3.9375,8.125 -1.167969,1.91797 -2.398438,3.64844 -3.6875,5.1875 -1.292969,1.54297 -2.648438,3.02344 -4.0625,4.4375 -0.417969,0.5 -1.085938,1.125 -2,1.875 -0.917969,0.75 -1.875,1.46094 -2.875,2.125 -1,0.66797 -1.960938,1.14844 -2.875,1.4375 -0.917969,0.29297 -1.585938,0.1875 -2,-0.3125 -3,-2.41406 -5.960938,-4.875 -8.875,-7.375 -2.917969,-2.5 -6.125,-4.83203 -9.625,-7 -0.585938,-0.41406 -0.855469,-0.8125 -0.8125,-1.1875 0.03906,-0.375 0.269531,-0.9375 0.6875,-1.6875 l 20,-30.5 c 0.582031,-0.83203 1.164062,-1.22656 1.75,-1.1875 0.582031,0.043 1.207031,0.27344 1.875,0.6875 1.75,1 3.5,2.125 5.25,3.375 1.75,1.25 3.375,2.60547 4.875,4.0625 1.5,1.46094 2.8125,3.04297 3.9375,4.75 1.125,1.71094 1.9375,3.60547 2.4375,5.6875 z m 0,0"
139
+ style="stroke:none"
140
+ inkscape:connector-curvature="0" />
141
+ </symbol>
142
+ <symbol
143
+ id="glyph0-2-7"
144
+ overflow="visible"
145
+ style="overflow:visible">
146
+ <path
147
+ id="path169"
148
+ d="m 29.625,-70.625 c -0.667969,8.335938 -2.542969,15.417969 -5.625,21.25 -3.085938,5.835938 -6.585938,8.75 -10.5,8.75 0,-3.164062 1.019531,-13 3.0625,-29.5 2.039062,-16.5 3.582031,-28.3125 4.625,-35.4375 1.039062,-7.125 2.226562,-14.6875 3.5625,-22.6875 1.332031,-8 2.625,-14.45703 3.875,-19.375 1.414062,-4.08203 2.9375,-8.20703 4.5625,-12.375 1.625,-4.16406 3.3125,-8.28906 5.0625,-12.375 1.164062,-1.83203 1.914062,-1.53906 2.25,0.875 -2.085938,13.83594 -4,28.1875 -5.75,43.0625 -1.75,14.875 -2.9375,25.52344 -3.5625,31.9375 -0.625,6.417969 -0.9375,10.167969 -0.9375,11.25 -0.417969,6.835938 -0.625,11.710938 -0.625,14.625 z m 0,0"
149
+ style="stroke:none"
150
+ inkscape:connector-curvature="0" />
151
+ </symbol>
152
+ <symbol
153
+ id="glyph0-3-5"
154
+ overflow="visible"
155
+ style="overflow:visible">
156
+ <path
157
+ id="path172"
158
+ d="m -16.125,-40.625 c 1.25,-5.332031 2.625,-10 4.125,-14 1.5,-4 2.960938,-7.3125 4.375,-9.9375 1.417969,-2.625 2.792969,-4.644531 4.125,-6.0625 1.335938,-1.414062 2.5,-2.25 3.5,-2.5 v 8.25 c 0,10.5 2.789062,17.835938 8.375,22 3.414062,2.25 6.8125,3 10.1875,2.25 3.375,-0.75 5.957031,-2.5 7.75,-5.25 1.789062,-2.75 3.3125,-5.976562 4.5625,-9.6875 1.25,-3.707031 2.457031,-5.5625 3.625,-5.5625 1.332031,0 1.875,1.335938 1.625,4 -0.08594,4.5 -1.480469,11.8125 -4.1875,21.9375 -2.710938,10.125 -6.375,18.4375 -11,24.9375 -4.625,6.5 -10.230469,9.917969 -16.8125,10.25 -6.75,-0.25 -12,-4.039062 -15.75,-11.375 -3.414062,-7.25 -4.914062,-16.625 -4.5,-28.125 z M 28.5,82.125 c 0.664062,2.414062 0.644531,4.914062 -0.0625,7.5 -0.710938,2.582031 -2.023438,5.289062 -3.9375,8.125 -1.167969,1.914062 -2.398438,3.64453 -3.6875,5.1875 -1.292969,1.53906 -2.648438,3.01953 -4.0625,4.4375 -0.417969,0.5 -1.085938,1.125 -2,1.875 -0.917969,0.75 -1.875,1.45703 -2.875,2.125 -1,0.66406 -1.960938,1.14453 -2.875,1.4375 C 8.082031,113.10156 7.414062,113 7,112.5 c -3,-2.41797 -5.960938,-4.875 -8.875,-7.375 -2.914062,-2.5 -6.125,-4.83594 -9.625,-7 -0.582031,-0.417969 -0.851562,-0.8125 -0.8125,-1.1875 0.04297,-0.375 0.273438,-0.9375 0.6875,-1.6875 l 20,-30.5 c 0.582031,-0.835938 1.164062,-1.230469 1.75,-1.1875 0.582031,0.03906 1.207031,0.269531 1.875,0.6875 1.75,1 3.5,2.125 5.25,3.375 1.75,1.25 3.375,2.601562 4.875,4.0625 1.5,1.457031 2.8125,3.039062 3.9375,4.75 1.125,1.707031 1.9375,3.601562 2.4375,5.6875 z m 0,0"
159
+ style="stroke:none"
160
+ inkscape:connector-curvature="0" />
161
+ </symbol>
162
+ <symbol
163
+ id="glyph0-4-3"
164
+ overflow="visible"
165
+ style="overflow:visible">
166
+ <path
167
+ id="path175"
168
+ d=""
169
+ style="stroke:none"
170
+ inkscape:connector-curvature="0" />
171
+ </symbol>
172
+ <symbol
173
+ id="glyph0-5-5"
174
+ overflow="visible"
175
+ style="overflow:visible">
176
+ <path
177
+ id="path178"
178
+ d="M 72.125,0.125 C 58.039062,0.0390625 47.164062,-0.582031 39.5,-1.75 26.164062,-3.832031 16.664062,-7.832031 11,-13.75 5.914062,-18.332031 3.375,-24.582031 3.375,-32.5 c 0,-3.082031 0.289062,-7.5 0.875,-13.25 0.582031,-5.75 1.375,-11.5 2.375,-17.25 0.414062,-2.414062 0.789062,-4.582031 1.125,-6.5 0.25,-1.332031 0.582031,-2.414062 1,-3.25 0.414062,-0.832031 0.875,-1.3125 1.375,-1.4375 0.5,-0.125 0.976562,0.210938 1.4375,1 0.457031,0.792969 0.894531,2.148438 1.3125,4.0625 0.332031,2.085938 0.789062,4.25 1.375,6.5 1.332031,5.417969 4.957031,9.460938 10.875,12.125 15,6.417969 37.914062,9.75 68.75,10 12.75,-0.164062 24.58203,-0.625 35.5,-1.375 11.16406,-0.832031 23.75,-2.789062 37.75,-5.875 14,-3.082031 25.14453,-6.457031 33.4375,-10.125 8.28906,-3.664062 15.35156,-7.625 21.1875,-11.875 4.58203,-3.332031 6.875,-6.539062 6.875,-9.625 0,-1.25 -1.1875,-2.726562 -3.5625,-4.4375 -2.375,-1.707031 -3.9375,-2.5625 -4.6875,-2.5625 -1.41797,0.667969 -3.08594,1.1875 -5,1.5625 -1.91797,0.375 -3.66797,0.480469 -5.25,0.3125 -4.41797,-0.5 -7.71094,-1.875 -9.875,-4.125 -2.16797,-2.25 -3.25,-5.289062 -3.25,-9.125 0,-2.41406 3.20703,-10 9.625,-22.75 2.58203,-5.16406 4.85156,-8.76953 6.8125,-10.8125 1.95703,-2.03906 4.64453,-3.0625 8.0625,-3.0625 5.41406,0 10.4375,2.91797 15.0625,8.75 4.625,5.83594 6.9375,13.29297 6.9375,22.375 0,9 -1.21094,16.792969 -3.625,23.375 -3,9 -7.08594,17.335938 -12.25,25 -6.5,9.25 -13.625,16.5625 -21.375,21.9375 -7.75,5.375 -15.58594,9.648438 -23.5,12.8125 -7.08594,3.5 -16.23047,6.773438 -27.4375,9.8125 -11.21094,3.042969 -24.8125,5.523438 -40.8125,7.4375 -15.835938,1.917969 -29.960938,2.9140625 -42.375,3 z m 82.375,-172 c 0.66406,2.41797 0.64453,4.91797 -0.0625,7.5 -0.71094,2.58594 -2.02344,5.29297 -3.9375,8.125 -1.16797,1.91797 -2.39844,3.64844 -3.6875,5.1875 -1.29297,1.54297 -2.64844,3.02344 -4.0625,4.4375 -0.41797,0.5 -1.08594,1.125 -2,1.875 -0.91797,0.75 -1.875,1.46094 -2.875,2.125 -1,0.66797 -1.96094,1.14844 -2.875,1.4375 -0.91797,0.29297 -1.58594,0.1875 -2,-0.3125 -3,-2.41406 -5.96094,-4.875 -8.875,-7.375 -2.91797,-2.5 -6.125,-4.83203 -9.625,-7 -0.58594,-0.41406 -0.85547,-0.8125 -0.8125,-1.1875 0.0391,-0.375 0.26953,-0.9375 0.6875,-1.6875 l 20,-30.5 c 0.58203,-0.83203 1.16406,-1.22656 1.75,-1.1875 0.58203,0.043 1.20703,0.27344 1.875,0.6875 1.75,1 3.5,2.125 5.25,3.375 1.75,1.25 3.375,2.60547 4.875,4.0625 1.5,1.46094 2.8125,3.04297 3.9375,4.75 1.125,1.71094 1.9375,3.60547 2.4375,5.6875 z m 0,0"
179
+ style="stroke:none"
180
+ inkscape:connector-curvature="0" />
181
+ </symbol>
182
+ <symbol
183
+ id="glyph0-6-6"
184
+ overflow="visible"
185
+ style="overflow:visible">
186
+ <path
187
+ id="path181"
188
+ d="m 115,-102.5 c -1.83594,3.25 -3.75,6.523438 -5.75,9.8125 -2,3.292969 -4.23047,6.398438 -6.6875,9.3125 -2.46094,2.917969 -5.167969,5.5625 -8.125,7.9375 -2.960938,2.375 -6.3125,4.273438 -10.0625,5.6875 -3.085938,1.25 -5.710938,2.648438 -7.875,4.1875 -2.167969,1.542969 -3.960938,3.1875 -5.375,4.9375 -2.167969,2.335938 -4.042969,5.5625 -5.625,9.6875 -1.585938,4.125 -3.230469,8.480469 -4.9375,13.0625 -1.710938,4.585938 -3.585938,9.0625 -5.625,13.4375 -2.042969,4.375 -4.605469,7.980469 -7.6875,10.8125 C 43,-9.125 36.707031,-6.082031 28.375,-4.5 L 5.5,-0.625 C 4.832031,-0.539062 4.019531,-0.476562 3.0625,-0.4375 2.101562,-0.394531 1.414062,-0.414062 1,-0.5 -0.914062,-1.082031 -1.5,-2.351562 -0.75,-4.3125 0,-6.269531 1.957031,-8.25 5.125,-10.25 c 6.414062,-4.25 11.539062,-7.6875 15.375,-10.3125 3.832031,-2.625 6.957031,-4.769531 9.375,-6.4375 2.414062,-1.664062 4.351562,-3.039062 5.8125,-4.125 1.457031,-1.082031 3.019531,-2.289062 4.6875,-3.625 6.75,-5.082031 11.414062,-10.414062 14,-16 1.5,-2.914062 2.875,-5.75 4.125,-8.5 1.25,-2.75 2.5625,-5.457031 3.9375,-8.125 1.375,-2.664062 2.851562,-5.3125 4.4375,-7.9375 1.582031,-2.625 3.414062,-5.269531 5.5,-7.9375 2.164062,-2.664062 5.082031,-5.269531 8.75,-7.8125 3.664062,-2.539062 8.082031,-5.0625 13.25,-7.5625 0.582031,-0.25 1.539062,-0.8125 2.875,-1.6875 1.332031,-0.875 2.95703,-2.26953 4.875,-4.1875 1.91406,-1.91406 4.10156,-4.51953 6.5625,-7.8125 2.45703,-3.28906 5.0625,-7.47656 7.8125,-12.5625 -1,-1 -3.875,-2.375 -8.625,-4.125 -4.75,-1.83203 -9.25,-2.875 -13.5,-3.125 -3.917969,-0.25 -7.148438,0.46094 -9.6875,2.125 -2.542969,1.66797 -4.855469,4.04297 -6.9375,7.125 -2.085938,3.08594 -3.875,4.5 -5.375,4.25 -0.5,-0.25 -0.585938,-1.28906 -0.25,-3.125 0.414062,-1.83203 1,-3.625 1.75,-5.375 3.164062,-7.25 6.75,-12.625 10.75,-16.125 4.082031,-3.58203 8.957031,-5.375 14.625,-5.375 4.08203,0 9.20703,1 15.375,3 3.83203,1.33594 7.125,2 9.875,2 5.75,0 11.45703,-2.03906 17.125,-6.125 1.25,0 1.6875,0.8125 1.3125,2.4375 -0.375,1.625 -0.9375,3.52344 -1.6875,5.6875 -0.66797,2.16797 -1.125,3.625 -1.375,4.375 -1.25,3.91797 -2.25,6.21094 -3,6.875 -0.75,0.58594 -2.91797,2.16797 -6.5,4.75 -2,1.5 -3.73047,3.23047 -5.1875,5.1875 -1.46094,1.96094 -2.9375,4.27344 -4.4375,6.9375 -1.5,2.66797 -3.41797,6.33594 -5.75,11 z m 0,0"
189
+ style="stroke:none"
190
+ inkscape:connector-curvature="0" />
191
+ </symbol>
192
+ </g>
193
+ </defs>
194
+ <sodipodi:namedview
195
+ pagecolor="#ffffff"
196
+ bordercolor="#666666"
197
+ borderopacity="1"
198
+ objecttolerance="10"
199
+ gridtolerance="10"
200
+ guidetolerance="10"
201
+ inkscape:pageopacity="0"
202
+ inkscape:pageshadow="2"
203
+ inkscape:window-width="2560"
204
+ inkscape:window-height="1471"
205
+ id="namedview4"
206
+ showgrid="false"
207
+ inkscape:zoom="0.59454973"
208
+ inkscape:cx="-165.7731"
209
+ inkscape:cy="361.75575"
210
+ inkscape:window-x="0"
211
+ inkscape:window-y="55"
212
+ inkscape:window-maximized="1"
213
+ inkscape:current-layer="svg2" />
214
+ <path
215
+ id="path871"
216
+ d="m 205.59223,196.11402 c -5.97657,36.66667 -11.35417,64.02995 -16.14583,82.08333 -4.79167,18.0599 -9.13412,31.84245 -13.02084,41.35417 -3.89323,9.51823 -8.16406,16.77083 -12.8125,21.77083 -4.65495,5 -13.19661,9.75912 -25.625,14.27083 -12.43489,4.51823 -22.8125,7.67579 -31.14583,9.47917 -8.333331,1.8099 -13.541664,2.77995 -15.624997,2.91667 -2.083334,-0.13672 -3.404949,-0.52084 -3.958334,-1.14584 -0.559896,-0.625 -0.07161,-2.11588 1.458334,-4.47916 2.636718,-3.75 8.157551,-8.88672 16.562497,-15.41667 8.39844,-6.52344 18.33333,-14.64844 29.79167,-24.375 11.45833,-9.72005 20.03255,-18.29427 25.72916,-25.72916 5.69011,-7.42839 10.72917,-17.56511 15.10417,-30.41667 4.375,-12.84505 8.64583,-26.28255 12.8125,-40.3125 4.16667,-14.02343 7.1875,-23.54166 9.0625,-28.54166 1.875,-5 3.78255,-7.42839 5.72916,-7.29167 2.22006,0.41667 2.91667,2.36328 2.08334,5.83333 z M 220.38389,81.739028 c 1.10677,4.02995 1.07422,8.196616 -0.10416,12.5 -1.1849,4.309899 -3.3724,8.821612 -6.5625,13.541662 -1.94662,3.19662 -3.9974,6.08074 -6.14584,8.64584 -2.15494,2.57161 -4.41406,5.03906 -6.77083,7.39583 -0.69661,0.83333 -1.8099,1.875 -3.33333,3.125 -1.52995,1.25 -3.125,2.4349 -4.79167,3.54167 -1.66666,1.11328 -3.26823,1.91406 -4.79166,2.39583 -1.52995,0.48828 -2.64323,0.3125 -3.33334,-0.52083 -5,-4.02344 -9.93489,-8.125 -14.79166,-12.29167 -4.86329,-4.16667 -10.20834,-8.05338 -16.04167,-11.66667 -0.97656,-0.6901 -1.42578,-1.35416 -1.35417,-1.97916 0.0651,-0.625 0.44922,-1.5625 1.14584,-2.8125 l 33.33333,-50.833334 c 0.97005,-1.386717 1.9401,-2.044267 2.91667,-1.979167 0.97005,0.07167 2.01171,0.455734 3.125,1.145834 2.91666,1.666666 5.83333,3.541666 8.74999,5.624999 2.91667,2.083334 5.625,4.34245 8.125,6.770833 2.5,2.4349 4.6875,5.071617 6.5625,7.916667 1.875,2.851566 3.22917,6.009116 4.0625,9.479166 z m 0,0"
217
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663"
218
+ inkscape:connector-curvature="0" />
219
+ <path
220
+ inkscape:connector-curvature="0"
221
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663"
222
+ d="m 256.21722,250.48902 c -1.11328,13.89323 -4.23828,25.69662 -9.375,35.41667 -5.14323,9.72656 -10.97656,14.58333 -17.5,14.58333 0,-5.27344 1.69922,-21.66667 5.10417,-49.16667 3.39843,-27.49999 5.97005,-47.18749 7.70833,-59.06249 1.73177,-11.875 3.71094,-24.47917 5.9375,-37.8125 2.22005,-13.33333 4.375,-24.09505 6.45833,-32.29167 2.35677,-6.80338 4.89583,-13.67838 7.60417,-20.625 2.70833,-6.940096 5.52083,-13.815095 8.4375,-20.624995 1.9401,-3.053383 3.1901,-2.5651 3.75,1.458333 -3.47657,23.059902 -6.66667,46.979162 -9.58334,71.770832 -2.91666,24.79166 -4.89583,42.53906 -5.9375,53.22916 -1.04166,10.69662 -1.5625,16.94662 -1.5625,18.75 -0.69661,11.39323 -1.04166,19.51823 -1.04166,24.375 z m 0,0"
223
+ id="path875" />
224
+ <path
225
+ id="path945"
226
+ d="m 229.34222,300.48902 c 2.08333,-8.88672 4.375,-16.66667 6.875,-23.33333 2.5,-6.66667 4.9349,-12.1875 7.29167,-16.5625 2.36328,-4.375 4.65495,-7.74089 6.875,-10.10417 2.22656,-2.35677 4.16666,-3.75 5.83333,-4.16667 v 13.75 c 0,17.5 4.64844,29.72657 13.95833,36.66667 5.69011,3.75 11.35417,5 16.97917,3.75 5.625,-1.25 9.92838,-4.16667 12.91666,-8.75 2.98177,-4.58333 5.52084,-9.96094 7.60417,-16.14583 2.08333,-6.17839 4.09505,-9.27084 6.04167,-9.27084 2.22005,0 3.125,2.22657 2.70833,6.66667 -0.14323,7.5 -2.46745,19.6875 -6.97917,36.5625 -4.51823,16.875 -10.625,30.72916 -18.33333,41.5625 -7.70833,10.83333 -17.05078,16.52995 -28.02083,17.08333 -11.25,-0.41667 -20,-6.73177 -26.25,-18.95833 -5.6901,-12.08334 -8.1901,-27.70833 -7.5,-46.875 z"
227
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663"
228
+ inkscape:connector-curvature="0" />
229
+ <path
230
+ id="path943"
231
+ d="m 286.78334,583.03989 c 1.10677,4.02343 1.07422,8.1901 -0.10416,12.5 -1.1849,4.30338 -3.3724,8.8151 -6.5625,13.54167 -1.94662,3.1901 -3.9974,6.07421 -6.14584,8.64583 -2.15495,2.5651 -4.41406,5.03255 -6.77083,7.39583 -0.69662,0.83334 -1.8099,1.875 -3.33333,3.125 -1.52995,1.25 -3.125,2.42839 -4.79167,3.54167 -1.66667,1.10677 -3.26823,1.90755 -4.79167,2.39583 -1.52994,0.48177 -2.64323,0.3125 -3.33333,-0.52083 -5,-4.02995 -9.9349,-8.125 -14.79167,-12.29167 -4.85677,-4.16666 -10.20833,-8.0599 -16.04166,-11.66666 -0.97005,-0.69662 -1.41927,-1.35417 -1.35417,-1.97917 0.0716,-0.625 0.45573,-1.5625 1.14583,-2.8125 l 33.33334,-50.83333 c 0.97005,-1.39323 1.9401,-2.05078 2.91666,-1.97917 0.97006,0.0652 2.01172,0.44922 3.125,1.14584 2.91667,1.66666 5.83334,3.54166 8.75,5.625 2.91667,2.08333 5.625,4.33593 8.125,6.77083 2.5,2.42838 4.6875,5.0651 6.5625,7.91667 1.875,2.84505 3.22917,6.00259 4.0625,9.47916 z"
232
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663"
233
+ inkscape:connector-curvature="0" />
234
+ <path
235
+ id="path879"
236
+ d="M 303.71722,505.07234"
237
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663"
238
+ inkscape:connector-curvature="0" />
239
+ <path
240
+ inkscape:connector-curvature="0"
241
+ id="path925"
242
+ d="m 168.42167,500.82557 c -23.47656,-0.14323 -41.60156,-1.17838 -54.375,-3.125 -22.226562,-3.47005 -38.059894,-10.13671 -47.499997,-20 -8.476563,-7.63671 -12.708333,-18.05338 -12.708333,-31.24999 0,-5.13672 0.48177,-12.5 1.458333,-22.08334 0.970052,-9.58333 2.291667,-19.16666 3.958333,-28.75 0.690104,-4.02343 1.315104,-7.63671 1.875,-10.83333 0.416667,-2.22005 0.970052,-4.02344 1.666667,-5.41667 0.690103,-1.38671 1.458333,-2.1875 2.291666,-2.39583 0.833334,-0.20833 1.627604,0.35156 2.395834,1.66667 0.761718,1.32161 1.490885,3.58073 2.187499,6.77083 0.553385,3.47656 1.315104,7.08333 2.291667,10.83333 2.220052,9.02995 8.261718,15.76823 18.124999,20.20834 25.000002,10.69661 63.190102,16.25 114.583332,16.66666 21.25,-0.27343 40.97005,-1.04166 59.16666,-2.29166 18.60677,-1.38672 39.58333,-4.64844 62.91667,-9.79167 23.33333,-5.13672 41.90754,-10.76172 55.72916,-16.875 13.8151,-6.10677 25.58593,-12.70833 35.3125,-19.79167 7.63671,-5.55338 11.45833,-10.89843 11.45833,-16.04166 0,-2.08333 -1.97917,-4.54427 -5.9375,-7.39583 -3.95833,-2.84506 -6.5625,-4.27084 -7.8125,-4.27084 -2.36328,1.11328 -5.14323,1.97917 -8.33333,2.60417 -3.19662,0.625 -6.11328,0.80078 -8.75,0.52083 -7.36328,-0.83333 -12.85157,-3.125 -16.45833,-6.875 -3.61329,-3.75 -5.41667,-8.8151 -5.41667,-15.20833 0,-4.02343 5.34505,-16.66667 16.04167,-37.91667 4.30338,-8.60676 8.08593,-14.61588 11.35416,-18.02083 3.26172,-3.39843 7.74089,-5.10416 13.4375,-5.10416 9.02343,0 17.39583,4.86328 25.10417,14.58333 7.70833,9.72656 11.5625,22.15495 11.5625,37.29166 0,15 -2.01824,27.98828 -6.04167,38.95834 -5,14.99999 -11.8099,28.89322 -20.41667,41.66666 -10.83333,15.41667 -22.70833,27.60417 -35.62499,36.5625 -12.91667,8.95833 -25.97657,16.08073 -39.16667,21.35416 -11.8099,5.83334 -27.05078,11.28907 -45.72916,16.35417 -18.6849,5.07162 -41.35417,9.20573 -68.02083,12.39583 -26.39323,3.19662 -49.9349,4.85677 -70.625,5 z"
243
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663" />
244
+ <path
245
+ inkscape:connector-curvature="0"
246
+ id="path923"
247
+ d="m 430.22191,133.16177 c 1.10676,4.02995 1.07421,8.19662 -0.10417,12.5 -1.1849,4.3099 -3.3724,8.82162 -6.5625,13.54167 -1.94661,3.19661 -3.9974,6.08073 -6.14583,8.64583 -2.15495,2.57162 -4.41407,5.03907 -6.77083,7.39583 -0.69662,0.83334 -1.8099,1.875 -3.33334,3.125 -1.52995,1.25 -3.125,2.4349 -4.79166,3.54167 -1.66667,1.11328 -3.26824,1.91407 -4.79167,2.39583 -1.52995,0.48829 -2.64323,0.3125 -3.33333,-0.52083 -5,-4.02343 -9.9349,-8.125 -14.79167,-12.29167 -4.86328,-4.16666 -10.20833,-8.05338 -16.04167,-11.66666 -0.97656,-0.6901 -1.42578,-1.35417 -1.35416,-1.97917 0.0652,-0.625 0.44921,-1.5625 1.14583,-2.8125 l 33.33333,-50.83333 c 0.97005,-1.38672 1.9401,-2.04427 2.91667,-1.97917 0.97005,0.0717 2.01172,0.45574 3.125,1.14584 2.91667,1.66666 5.83333,3.54166 8.75,5.625 2.91667,2.08333 5.625,4.34245 8.125,6.77083 2.5,2.4349 4.6875,5.07162 6.5625,7.91667 1.875,2.85156 3.22916,6.00911 4.0625,9.47916 z"
248
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663" />
249
+ <path
250
+ inkscape:connector-curvature="0"
251
+ id="path883"
252
+ d="M 305.71333,214.15892"
253
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663" />
254
+ <path
255
+ id="path887"
256
+ d="m 599.12998,319.78391 c -3.0599,5.41667 -6.25,10.8724 -9.58333,16.35417 -3.33334,5.48828 -7.05079,10.66406 -11.14584,15.52083 -4.10156,4.86328 -8.61328,9.27084 -13.54166,13.22917 -4.9349,3.95833 -10.52084,7.12239 -16.77084,9.47916 -5.14323,2.08334 -9.51823,4.41407 -13.125,6.97917 -3.61328,2.57162 -6.60156,5.3125 -8.95833,8.22917 -3.61328,3.89323 -6.73828,9.27083 -9.375,16.14583 -2.64323,6.875 -5.38411,14.13411 -8.22916,21.77083 -2.85157,7.64323 -5.97657,15.10417 -9.375,22.39583 -3.40495,7.29167 -7.67579,13.30079 -12.8125,18.02084 -7.08334,7.5 -17.57162,12.57161 -31.45834,15.20833 l -38.12499,6.45833 c -1.11329,0.14323 -2.46745,0.2474 -4.0625,0.3125 -1.60157,0.0716 -2.7474,0.0391 -3.4375,-0.10416 -3.19011,-0.97005 -4.16667,-3.08594 -2.91667,-6.35417 1.25,-3.26172 4.51172,-6.5625 9.79167,-9.89583 10.6901,-7.08334 19.23177,-12.8125 25.625,-17.1875 6.38671,-4.375 11.59505,-7.94922 15.62499,-10.72917 4.02344,-2.77343 7.25261,-5.0651 9.6875,-6.875 2.42839,-1.80338 5.03256,-3.8151 7.8125,-6.04166 11.25,-8.47006 19.02344,-17.35677 23.33334,-26.66667 2.5,-4.85677 4.79166,-9.58333 6.875,-14.16667 2.08333,-4.58333 4.27083,-9.09505 6.5625,-13.54166 2.29166,-4.44011 4.7526,-8.85417 7.39583,-13.22917 2.63672,-4.375 5.6901,-8.78255 9.16667,-13.22916 3.60677,-4.44011 8.47005,-8.78256 14.58333,-13.02084 6.10677,-4.23177 13.47005,-8.4375 22.08333,-12.60416 0.97005,-0.41667 2.5651,-1.35417 4.79167,-2.8125 2.22005,-1.45834 4.92838,-3.78255 8.125,-6.97917 3.1901,-3.1901 6.83593,-7.53255 10.9375,-13.02083 4.09505,-5.48177 8.4375,-12.46094 13.02083,-20.9375 -1.66667,-1.66667 -6.45833,-3.95833 -14.375,-6.875 -7.91667,-3.05338 -15.41667,-4.79167 -22.5,-5.20833 -6.52995,-0.41667 -11.91406,0.76823 -16.14583,3.54166 -4.23828,2.77995 -8.09245,6.73829 -11.5625,11.875 -3.47657,5.14323 -6.45833,7.5 -8.95833,7.08333 -0.83334,-0.41666 -0.97657,-2.14843 -0.41667,-5.20833 0.6901,-3.05338 1.66667,-6.04166 2.91667,-8.95833 5.27343,-12.08333 11.24999,-21.04167 17.91666,-26.875 6.80339,-5.97005 14.92839,-8.95833 24.375,-8.95833 6.80338,0 15.34505,1.66666 25.625,5 6.38672,2.22656 11.875,3.33333 16.45833,3.33333 9.58333,0 19.09505,-3.39843 28.54167,-10.20833 2.08333,0 2.8125,1.35416 2.1875,4.0625 -0.625,2.70833 -1.5625,5.8724 -2.8125,9.47916 -1.11329,3.61329 -1.875,6.04167 -2.29167,7.29167 -2.08333,6.52995 -3.75,10.35157 -5,11.45833 -1.25,0.97657 -4.86328,3.61329 -10.83333,7.91667 -3.33334,2.5 -6.21745,5.38411 -8.64584,8.64583 -2.43489,3.26823 -4.89583,7.1224 -7.39583,11.5625 -2.5,4.44662 -5.69661,10.5599 -9.58333,18.33333 z m 0,0"
257
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.66666663"
258
+ inkscape:connector-curvature="0" />
259
+ <use
260
+ style="fill:#000000;fill-opacity:1"
261
+ id="use62"
262
+ y="291"
263
+ x="119.25"
264
+ xlink:href="#glyph0-4"
265
+ width="100%"
266
+ height="100%"
267
+ transform="matrix(1.3333333,0,0,1.3333333,72.589732,-189.32751)" />
268
+ <use
269
+ style="fill:#000000;fill-opacity:1"
270
+ id="use196"
271
+ y="391"
272
+ x="168.375"
273
+ xlink:href="#glyph0-4-3"
274
+ width="100%"
275
+ height="100%"
276
+ transform="matrix(1.3333333,0,0,1.3333333,-861.41828,-631.73483)" />
277
+ </svg>