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

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 (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
@@ -0,0 +1,74 @@
1
+ /* FriBidi
2
+ * fribidi-joining.h - Arabic joining algorithm
3
+ *
4
+ * Authors:
5
+ * Behdad Esfahbod, 2004
6
+ *
7
+ * Copyright (C) 2004 Sharif FarsiWeb, Inc
8
+ * Copyright (C) 2004 Behdad Esfahbod
9
+ *
10
+ * This library is free software; you can redistribute it and/or
11
+ * modify it under the terms of the GNU Lesser General Public
12
+ * License as published by the Free Software Foundation; either
13
+ * version 2.1 of the License, or (at your option) any later version.
14
+ *
15
+ * This library is distributed in the hope that it will be useful,
16
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+ * Lesser General Public License for more details.
19
+ *
20
+ * You should have received a copy of the GNU Lesser General Public License
21
+ * along with this library, in a file named COPYING; if not, write to the
22
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23
+ * Boston, MA 02110-1301, USA
24
+ *
25
+ * For licensing issues, contact <fribidi.license@gmail.com>.
26
+ */
27
+ #ifndef _FRIBIDI_JOINING_H
28
+ #define _FRIBIDI_JOINING_H
29
+
30
+ #include "fribidi-common.h"
31
+
32
+ #include "fribidi-types.h"
33
+ #include "fribidi-bidi-types.h"
34
+ #include "fribidi-joining-types.h"
35
+
36
+ #include "fribidi-begindecls.h"
37
+
38
+ /* fribidi_join_arabic - do Arabic joining
39
+ *
40
+ * This function does the Arabic joining algorithm. Means, given Arabic
41
+ * joining types of the characters in ar_props (don't worry,
42
+ * FriBidiJoiningType can be casted to FriBidiArabicProp automagically), this
43
+ * function modifies this properties to grasp the effect of neighboring
44
+ * characters. You probably need this information later to do Arabic shaping.
45
+ *
46
+ * This function implements rules R1 to R7 inclusive (all rules) of the Arabic
47
+ * Cursive Joining algorithm of the Unicode standard as available at
48
+ * http://www.unicode.org/versions/Unicode4.0.0/ch08.pdf#G7462. It also
49
+ * interacts correctly with the bidirection algorithm as defined in Section
50
+ * 3.5 Shaping of the Unicode Bidirectional Algorithm available at
51
+ * http://www.unicode.org/reports/tr9/#Shaping.
52
+ *
53
+ * There are a few macros defined in fribidi-joining-types.h for querying the
54
+ * Arabic properties computed by this function.
55
+ */
56
+ FRIBIDI_ENTRY void fribidi_join_arabic (
57
+ const FriBidiCharType *bidi_types, /* input list of bidi types as
58
+ returned by
59
+ fribidi_get_bidi_types() */
60
+ const FriBidiStrIndex len, /* input string length */
61
+ const FriBidiLevel *embedding_levels, /* input list of embedding
62
+ levels, as returned by
63
+ fribidi_get_par_embedding_levels */
64
+ FriBidiArabicProp *ar_props /* Arabic properties to analyze, initialized by
65
+ joining types, as returned by
66
+ fribidi_get_joining_types */
67
+ );
68
+
69
+ #include "fribidi-enddecls.h"
70
+
71
+ #endif /* !_FRIBIDI_JOINING_H */
72
+ /* Editor directions:
73
+ * vim:textwidth=78:tabstop=8:shiftwidth=2:autoindent:cindent
74
+ */
@@ -0,0 +1,86 @@
1
+ /* fribidi-mirroring.h - get mirrored character
2
+ *
3
+ * Copyright (C) 2004 Sharif FarsiWeb, Inc
4
+ * Copyright (C) 2001, 2002, 2004 Behdad Esfahbod
5
+ * Copyright (C) 1999, 2000, 2017 Dov Grobgeld
6
+ *
7
+ * This file is part of GNU FriBidi.
8
+ *
9
+ * GNU FriBidi is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU Lesser General Public License
11
+ * as published by the Free Software Foundation; either version 2.1
12
+ * of the License, or (at your option) any later version.
13
+ *
14
+ * GNU FriBidi is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with GNU FriBidi; if not, write to the Free Software
21
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+ *
23
+ * For licensing issues, contact <fribidi.license@gmail.com> or write to
24
+ * Sharif FarsiWeb, Inc., PO Box 13445-389, Tehran, Iran.
25
+ *
26
+ * Author(s):
27
+ * Behdad Esfahbod, 2001, 2002, 2004
28
+ * Dov Grobgeld, 1999, 2000
29
+ */
30
+ #ifndef _FRIBIDI_MIRRORING_H
31
+ #define _FRIBIDI_MIRRORING_H
32
+
33
+ #include "fribidi-common.h"
34
+
35
+ #include "fribidi-types.h"
36
+ #include "fribidi-bidi-types.h"
37
+
38
+ #include "fribidi-begindecls.h"
39
+
40
+ /* fribidi_get_mirror_char - get mirrored character
41
+ *
42
+ * This function finds the mirrored equivalent of a character as defined in
43
+ * the file BidiMirroring.txt of the Unicode Character Database available at
44
+ * http://www.unicode.org/Public/UNIDATA/BidiMirroring.txt.
45
+ *
46
+ * If the input character is a declared as a mirroring character in the
47
+ * Unicode standard and has a mirrored equivalent. The matching mirrored
48
+ * character is put in the output, otherwise the input character itself is
49
+ * put.
50
+ *
51
+ * Returns: if the character has a mirroring equivalent or not.
52
+ */
53
+ FRIBIDI_ENTRY fribidi_boolean fribidi_get_mirror_char (
54
+ FriBidiChar ch, /* input character */
55
+ FriBidiChar *mirrored_ch /* output mirrored character */
56
+ );
57
+
58
+ /* fribidi_shape_mirroring - do mirroring shaping
59
+ *
60
+ * This functions replaces mirroring characters on right-to-left embeddings in
61
+ * string with their mirrored equivalent as returned by
62
+ * fribidi_get_mirror_char().
63
+ *
64
+ * This function implements rule L4 of the Unicode Bidirectional Algorithm
65
+ * available at http://www.unicode.org/reports/tr9/#L4.
66
+ */
67
+ FRIBIDI_ENTRY void fribidi_shape_mirroring (
68
+ const FriBidiLevel *embedding_levels, /* input list of embedding
69
+ levels, as returned by
70
+ fribidi_get_par_embedding_levels */
71
+ const FriBidiStrIndex len, /* input string length */
72
+ FriBidiChar *str /* string to shape */
73
+ );
74
+
75
+ #include "fribidi-enddecls.h"
76
+
77
+ #endif /* !_FRIBIDI_MIRRORING_H */
78
+ /* Editor directions:
79
+ * Local Variables:
80
+ * mode: c
81
+ * c-basic-offset: 2
82
+ * indent-tabs-mode: t
83
+ * tab-width: 8
84
+ * End:
85
+ * vim: textwidth=78: autoindent: cindent: shiftwidth=2: tabstop=8:
86
+ */
@@ -0,0 +1,71 @@
1
+ /* FriBidi
2
+ * fribidi-shape.h - shaping
3
+ *
4
+ * Author:
5
+ * Behdad Esfahbod, 2004, 2005
6
+ *
7
+ * Copyright (C) 2004 Sharif FarsiWeb, Inc
8
+ * Copyright (C) 2004, 2005 Behdad Esfahbod
9
+ *
10
+ * This library is free software; you can redistribute it and/or
11
+ * modify it under the terms of the GNU Lesser General Public
12
+ * License as published by the Free Software Foundation; either
13
+ * version 2.1 of the License, or (at your option) any later version.
14
+ *
15
+ * This library is distributed in the hope that it will be useful,
16
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+ * Lesser General Public License for more details.
19
+ *
20
+ * You should have received a copy of the GNU Lesser General Public License
21
+ * along with this library, in a file named COPYING; if not, write to the
22
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23
+ * Boston, MA 02110-1301, USA
24
+ *
25
+ * For licensing issues, contact <fribidi.license@gmail.com>.
26
+ */
27
+ #ifndef _FRIBIDI_SHAPE_H
28
+ #define _FRIBIDI_SHAPE_H
29
+
30
+ #include "fribidi-types.h"
31
+ #include "fribidi-flags.h"
32
+ #include "fribidi-bidi-types.h"
33
+ #include "fribidi-joining-types.h"
34
+
35
+ #include "fribidi-begindecls.h"
36
+
37
+
38
+ /* fribidi_shape - do bidi-aware shaping
39
+ *
40
+ * This function does all shaping work that depends on the resolved embedding
41
+ * levels of the characters. Currently it does mirroring and Arabic shaping,
42
+ * but the list may grow in the future. This function is a wrapper around
43
+ * fribidi_shape_mirroring and fribidi_shape_arabic.
44
+ *
45
+ * The flags parameter specifies which shapings are applied. The only flags
46
+ * affecting the functionality of this function are those beginning with
47
+ * FRIBIDI_FLAG_SHAPE_. Of these, only FRIBIDI_FLAG_SHAPE_MIRRORING is on
48
+ * in FRIBIDI_FLAGS_DEFAULT. For details of the Arabic-specific flags see
49
+ * fribidi_shape_arabic. If ar_props is NULL, no Arabic shaping is performed.
50
+ *
51
+ * Feel free to do your own shaping before or after calling this function,
52
+ * but you should take care of embedding levels yourself then.
53
+ */
54
+ FRIBIDI_ENTRY void fribidi_shape (
55
+ FriBidiFlags flags, /* shaping flags */
56
+ const FriBidiLevel *embedding_levels, /* input list of embedding
57
+ levels, as returned by
58
+ fribidi_get_par_embedding_levels */
59
+ const FriBidiStrIndex len, /* input string length */
60
+ FriBidiArabicProp *ar_props, /* input/output Arabic properties as
61
+ * computed by fribidi_join_arabic */
62
+ FriBidiChar *str /* string to shape */
63
+ );
64
+
65
+
66
+ #include "fribidi-enddecls.h"
67
+
68
+ #endif /* !_FRIBIDI_SHAPE_H */
69
+ /* Editor directions:
70
+ * vim:textwidth=78:tabstop=8:shiftwidth=2:autoindent:cindent
71
+ */
@@ -0,0 +1,83 @@
1
+ /* FriBidi
2
+ * fribidi-types.h - define data types for the rest of the library
3
+ *
4
+ * Author:
5
+ * Behdad Esfahbod, 2001, 2002, 2004
6
+ *
7
+ * Copyright (C) 2004 Sharif FarsiWeb, Inc.
8
+ * Copyright (C) 2001,2002 Behdad Esfahbod
9
+ *
10
+ * This library is free software; you can redistribute it and/or
11
+ * modify it under the terms of the GNU Lesser General Public
12
+ * License as published by the Free Software Foundation; either
13
+ * version 2.1 of the License, or (at your option) any later version.
14
+ *
15
+ * This library is distributed in the hope that it will be useful,
16
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+ * Lesser General Public License for more details.
19
+ *
20
+ * You should have received a copy of the GNU Lesser General Public License
21
+ * along with this library, in a file named COPYING; if not, write to the
22
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23
+ * Boston, MA 02110-1301, USA
24
+ *
25
+ * For licensing issues, contact <fribidi.license@gmail.com>.
26
+ */
27
+ #ifndef _FRIBIDI_TYPES_H
28
+ #define _FRIBIDI_TYPES_H
29
+
30
+ #ifdef HAVE_CONFIG_H
31
+ # include <config.h>
32
+ #endif
33
+
34
+ #include "fribidi-common.h"
35
+
36
+ #include "fribidi-begindecls.h"
37
+
38
+
39
+ # if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || \
40
+ defined (_sgi) || defined (__sun) || defined (sun) || \
41
+ defined (__digital__) || defined (__HP_cc)
42
+ # include <inttypes.h>
43
+ # elif defined (_AIX)
44
+ # include <sys/inttypes.h>
45
+ # else
46
+ # include <stdint.h>
47
+ # endif
48
+
49
+ typedef int fribidi_boolean;
50
+
51
+ typedef uint32_t FriBidiChar;
52
+ typedef int FriBidiStrIndex;
53
+
54
+ /* The MSB is used to indicate an opening bracket */
55
+ typedef FriBidiChar FriBidiBracketType;
56
+
57
+ /* Use FRIBIDI_NO_BRACKET for assigning to a non-bracket */
58
+ #define FRIBIDI_NO_BRACKET 0
59
+
60
+ /* A few macros for working with bits */
61
+
62
+ #define FRIBIDI_TEST_BITS(x, mask) (((x) & (mask)) ? 1 : 0)
63
+
64
+ #define FRIBIDI_INCLUDE_BITS(x, mask) ((x) | (mask))
65
+
66
+ #define FRIBIDI_EXCLUDE_BITS(x, mask) ((x) & ~(mask))
67
+
68
+ #define FRIBIDI_SET_BITS(x, mask) ((x) |= (mask))
69
+
70
+ #define FRIBIDI_UNSET_BITS(x, mask) ((x) &= ~(mask))
71
+
72
+ #define FRIBIDI_ADJUST_BITS(x, mask, cond) \
73
+ ((x) = ((x) & ~(mask)) | ((cond) ? (mask) : 0))
74
+
75
+ #define FRIBIDI_ADJUST_AND_TEST_BITS(x, mask, cond) \
76
+ FRIBIDI_TEST_BITS(FRIBIDI_ADJUST_BITS((x), (mask), (cond)), (mask))
77
+
78
+ #include "fribidi-enddecls.h"
79
+
80
+ #endif /* !_FRIBIDI_TYPES_H */
81
+ /* Editor directions:
82
+ * vim:textwidth=78:tabstop=8:shiftwidth=2:autoindent:cindent
83
+ */
@@ -0,0 +1,10 @@
1
+ /* fribidi-unicode-version.h
2
+ * generated by gen-unicode-version (GNU FriBidi 1.0.1)
3
+ * from the file ReadMe.txt */
4
+
5
+ #define FRIBIDI_UNICODE_VERSION "10.0.0"
6
+ #define FRIBIDI_UNICODE_MAJOR_VERSION 10
7
+ #define FRIBIDI_UNICODE_MINOR_VERSION 0
8
+ #define FRIBIDI_UNICODE_MICRO_VERSION 0
9
+
10
+ /* End of generated fribidi-unicode-version.h */
@@ -0,0 +1,105 @@
1
+ /* FriBidi
2
+ * fribidi-unicode.h - general Unicode definitions
3
+ *
4
+ * Author:
5
+ * Behdad Esfahbod, 2001, 2002, 2004
6
+ *
7
+ * Copyright (C) 2004 Sharif FarsiWeb, Inc
8
+ * Copyright (C) 2001,2002 Behdad Esfahbod
9
+ *
10
+ * This library is free software; you can redistribute it and/or
11
+ * modify it under the terms of the GNU Lesser General Public
12
+ * License as published by the Free Software Foundation; either
13
+ * version 2.1 of the License, or (at your option) any later version.
14
+ *
15
+ * This library is distributed in the hope that it will be useful,
16
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+ * Lesser General Public License for more details.
19
+ *
20
+ * You should have received a copy of the GNU Lesser General Public License
21
+ * along with this library, in a file named COPYING; if not, write to the
22
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23
+ * Boston, MA 02110-1301, USA
24
+ *
25
+ * For licensing issues, contact <fribidi.license@gmail.com>.
26
+ */
27
+ #ifndef _FRIBIDI_UNICODE_H
28
+ #define _FRIBIDI_UNICODE_H
29
+
30
+ #include "fribidi-common.h"
31
+
32
+ #include "fribidi-types.h"
33
+
34
+ #include "fribidi-begindecls.h"
35
+
36
+ /* We do not support surrogates yet */
37
+ #define FRIBIDI_UNICODE_CHARS (sizeof(FriBidiChar) >= 4 ? 0x110000 : 0xFFFE)
38
+
39
+ /* Unicode version - FRIBIDI_UNICODE_VERSION */
40
+ #ifdef DONT_HAVE_FRIBIDI_UNICODE_VERSION_H
41
+ # define FRIBIDI_UNICODE_VERSION "unknown"
42
+ #else /* !DONT_HAVE_FRIBIDI_UNICODE_VERSION_H */
43
+ # include "fribidi-unicode-version.h"
44
+ #endif /* !DONT_HAVE_FRIBIDI_UNICODE_VERSION_H */
45
+
46
+ /* An string containing the version the Unicode standard implemented,
47
+ * in the form of "x.y.z", or "unknown". */
48
+ extern const char *fribidi_unicode_version;
49
+
50
+
51
+ /* Unicode Bidirectional Algorithm definitions: */
52
+
53
+ /* Number of types defined in the bidi algorithm */
54
+ #define FRIBIDI_BIDI_NUM_TYPES 19
55
+
56
+ /* The maximum embedding level value assigned by explicit marks */
57
+ #define FRIBIDI_BIDI_MAX_EXPLICIT_LEVEL 125
58
+
59
+ /* The maximum *number* of different resolved embedding levels: 0-126 */
60
+ #define FRIBIDI_BIDI_MAX_RESOLVED_LEVELS 127
61
+
62
+ /* The maximum *number* of nested brackets: 0-63 */
63
+ #define FRIBIDI_BIDI_MAX_NESTED_BRACKET_PAIRS 63
64
+
65
+ /* A few Unicode characters: */
66
+
67
+ /* Bidirectional marks */
68
+ #define FRIBIDI_CHAR_LRM 0x200E
69
+ #define FRIBIDI_CHAR_RLM 0x200F
70
+ #define FRIBIDI_CHAR_LRE 0x202A
71
+ #define FRIBIDI_CHAR_RLE 0x202B
72
+ #define FRIBIDI_CHAR_PDF 0x202C
73
+ #define FRIBIDI_CHAR_LRO 0x202D
74
+ #define FRIBIDI_CHAR_RLO 0x202E
75
+ #define FRIBIDI_CHAR_LRI 0x2066
76
+ #define FRIBIDI_CHAR_RLI 0x2067
77
+ #define FRIBIDI_CHAR_FSI 0x2068
78
+ #define FRIBIDI_CHAR_PDI 0x2069
79
+
80
+ /* Line and Paragraph Separators */
81
+ #define FRIBIDI_CHAR_LS 0x2028
82
+ #define FRIBIDI_CHAR_PS 0x2029
83
+
84
+ /* Arabic Joining marks */
85
+ #define FRIBIDI_CHAR_ZWNJ 0x200C
86
+ #define FRIBIDI_CHAR_ZWJ 0x200D
87
+
88
+ /* Hebrew and Arabic */
89
+ #define FRIBIDI_CHAR_HEBREW_ALEF 0x05D0
90
+ #define FRIBIDI_CHAR_ARABIC_ALEF 0x0627
91
+ #define FRIBIDI_CHAR_ARABIC_ZERO 0x0660
92
+ #define FRIBIDI_CHAR_PERSIAN_ZERO 0x06F0
93
+
94
+ /* Misc */
95
+ #define FRIBIDI_CHAR_ZWNBSP 0xFEFF
96
+
97
+ /* Char we place for a deleted slot, to delete later */
98
+ #define FRIBIDI_CHAR_FILL FRIBIDI_CHAR_ZWNBSP
99
+
100
+ #include "fribidi-enddecls.h"
101
+
102
+ #endif /* !_FRIBIDI_UNICODE_H */
103
+ /* Editor directions:
104
+ * vim:textwidth=78:tabstop=8:shiftwidth=2:autoindent:cindent
105
+ */
@@ -0,0 +1,63 @@
1
+ /* FriBidi
2
+ * fribidi.h - Unicode bidirectional and Arabic joining/shaping algorithms
3
+ *
4
+ * Author:
5
+ * Behdad Esfahbod, 2004
6
+ *
7
+ * Copyright (C) 2004 Sharif FarsiWeb, Inc
8
+ *
9
+ * This library is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU Lesser General Public
11
+ * License as published by the Free Software Foundation; either
12
+ * version 2.1 of the License, or (at your option) any later version.
13
+ *
14
+ * This library is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ * Lesser General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU Lesser General Public License
20
+ * along with this library, in a file named COPYING; if not, write to the
21
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22
+ * Boston, MA 02110-1301, USA
23
+ *
24
+ * For licensing issues, contact <fribidi.license@gmail.com>.
25
+ */
26
+ #ifndef _FRIBIDI_H
27
+ #define _FRIBIDI_H
28
+
29
+ #include "fribidi-common.h"
30
+
31
+ #include "fribidi-unicode.h"
32
+ #include "fribidi-types.h"
33
+ #include "fribidi-flags.h"
34
+ #include "fribidi-bidi-types.h"
35
+ #include "fribidi-bidi.h"
36
+ #include "fribidi-joining-types.h"
37
+ #include "fribidi-joining.h"
38
+ #include "fribidi-mirroring.h"
39
+ #include "fribidi-brackets.h"
40
+ #include "fribidi-arabic.h"
41
+ #include "fribidi-shape.h"
42
+ #include "fribidi-char-sets.h"
43
+
44
+
45
+ #ifdef FRIBIDI_NO_DEPRECATED
46
+ #else
47
+ # include "fribidi-deprecated.h"
48
+ #endif /* !FRIBIDI_NO_DEPRECATED */
49
+
50
+
51
+ #include "fribidi-begindecls.h"
52
+
53
+
54
+
55
+ /* An string containing the version information of the library. */
56
+ FRIBIDI_ENTRY const char *fribidi_version_info;
57
+
58
+ #include "fribidi-enddecls.h"
59
+
60
+ #endif /* !_FRIBIDI_H */
61
+ /* Editor directions:
62
+ * vim:textwidth=78:tabstop=8:shiftwidth=2:autoindent:cindent
63
+ */