pango 3.2.1-x86-mingw32 → 3.2.2-x86-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 (344) 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/libicudt58.dll +0 -0
  111. data/vendor/local/lib/libicuin.dll.a +0 -0
  112. data/vendor/local/lib/libicuio.dll.a +0 -0
  113. data/vendor/local/lib/libicutest.dll.a +0 -0
  114. data/vendor/local/lib/libicutu.dll.a +0 -0
  115. data/vendor/local/lib/libicuuc.dll.a +0 -0
  116. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  117. data/vendor/local/lib/libpango-1.0.la +5 -5
  118. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  119. data/vendor/local/lib/libpangocairo-1.0.la +5 -5
  120. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  121. data/vendor/local/lib/libpangoft2-1.0.la +5 -5
  122. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  123. data/vendor/local/lib/libpangowin32-1.0.la +5 -5
  124. data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
  125. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
  126. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
  127. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
  128. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
  129. data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
  130. data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
  133. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  136. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  137. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  138. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  139. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  140. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  141. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  142. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  143. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  144. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  145. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  146. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  147. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  148. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  149. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  150. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  151. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  152. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  153. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  154. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  155. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
  156. data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
  157. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  158. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
  244. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
  245. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
  246. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
  247. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
  248. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
  249. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
  250. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
  252. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
  254. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  255. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
  257. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
  258. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
  259. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
  260. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
  261. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
  262. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
  263. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
  264. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
  265. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
  266. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
  267. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
  268. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
  269. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
  270. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
  271. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
  272. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
  273. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
  274. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
  275. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
  276. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
  277. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
  278. data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
  280. data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
  281. data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
  282. data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
  283. data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
  284. data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
  285. data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
  286. data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
  287. data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
  288. data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
  289. data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
  290. data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
  291. data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
  292. data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
  293. data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
  294. data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
  295. data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
  296. data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
  297. data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
  298. data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
  299. data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
  300. data/vendor/local/share/man/man1/pango-view.1 +1 -113
  301. metadata +87 -52
  302. data/vendor/local/lib/libgraphene-1.0.la +0 -41
  303. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
  304. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
  305. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
  306. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
  307. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
  308. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
  309. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
  310. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
  311. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
  312. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
  313. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
  314. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
  315. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
  316. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
  317. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
  318. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
  319. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
  320. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
  321. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
  322. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
  323. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
  324. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
  325. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
  326. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
  327. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  328. data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
  329. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
  330. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
  331. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
  332. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
  333. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  334. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  335. data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
  336. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  337. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  338. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  339. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  340. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  341. data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
  342. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  343. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  344. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -5,10 +5,10 @@
5
5
  <title>hb-graphite2: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch08.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch08.html" title="HarfBuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-ft.html" title="hb-ft">
10
10
  <link rel="next" href="harfbuzz-hb-uniscribe.html" title="hb-uniscribe">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -79,13 +79,13 @@
79
79
  <div class="refsect2">
80
80
  <a name="hb-graphite2-face-get-gr-face"></a><h3>hb_graphite2_face_get_gr_face ()</h3>
81
81
  <pre class="programlisting"><span class="returnvalue">gr_face</span> *
82
- hb_graphite2_face_get_gr_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
82
+ hb_graphite2_face_get_gr_face (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
83
83
  </div>
84
84
  <hr>
85
85
  <div class="refsect2">
86
86
  <a name="hb-graphite2-font-get-gr-font"></a><h3>hb_graphite2_font_get_gr_font ()</h3>
87
87
  <pre class="programlisting"><span class="returnvalue">gr_font</span> *
88
- hb_graphite2_font_get_gr_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
88
+ hb_graphite2_font_get_gr_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
89
89
  <div class="warning"><p><code class="literal">hb_graphite2_font_get_gr_font</code> is deprecated and should not be used in newly-written code.</p></div>
90
90
  </div>
91
91
  </div>
@@ -99,6 +99,6 @@ hb_graphite2_font_get_gr_font (<em class="parameter"><code><a class="link" href=
99
99
  </div>
100
100
  </div>
101
101
  <div class="footer">
102
- <hr>Generated by GTK-Doc V1.25</div>
102
+ <hr>Generated by GTK-Doc V1.27.1</div>
103
103
  </body>
104
104
  </html>
@@ -5,10 +5,10 @@
5
5
  <title>hb-icu: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch08.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch08.html" title="HarfBuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-glib.html" title="hb-glib">
10
10
  <link rel="next" href="harfbuzz-hb-ft.html" title="hb-ft">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -41,7 +41,7 @@
41
41
  <tbody>
42
42
  <tr>
43
43
  <td class="function_type">
44
- <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
44
+ <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
45
45
  </td>
46
46
  <td class="function_name">
47
47
  <a class="link" href="harfbuzz-hb-icu.html#hb-icu-get-unicode-funcs" title="hb_icu_get_unicode_funcs ()">hb_icu_get_unicode_funcs</a> <span class="c_punctuation">()</span>
@@ -73,7 +73,7 @@
73
73
  <a name="harfbuzz-hb-icu.functions_details"></a><h2>Functions</h2>
74
74
  <div class="refsect2">
75
75
  <a name="hb-icu-get-unicode-funcs"></a><h3>hb_icu_get_unicode_funcs ()</h3>
76
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
76
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t"><span class="returnvalue">hb_unicode_funcs_t</span></a> *
77
77
  hb_icu_get_unicode_funcs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
78
78
  </div>
79
79
  <hr>
@@ -94,6 +94,6 @@ hb_icu_script_to_script (<em class="parameter"><code><span class="type">UScriptC
94
94
  </div>
95
95
  </div>
96
96
  <div class="footer">
97
- <hr>Generated by GTK-Doc V1.25</div>
97
+ <hr>Generated by GTK-Doc V1.27.1</div>
98
98
  </body>
99
99
  </html>
@@ -5,10 +5,10 @@
5
5
  <title>hb-ot-font: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch08.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch08.html" title="HarfBuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-ot-tag.html" title="hb-ot-tag">
10
10
  <link rel="next" href="harfbuzz-hb-ot-shape.html" title="hb-ot-shape">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -56,7 +56,7 @@
56
56
  <div class="refsect2">
57
57
  <a name="hb-ot-font-set-funcs"></a><h3>hb_ot_font_set_funcs ()</h3>
58
58
  <pre class="programlisting"><span class="returnvalue">void</span>
59
- hb_ot_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
59
+ hb_ot_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
60
60
  <p class="since">Since: <a class="link" href="api-index-0-9-28.html#api-index-0.9.28">0.9.28</a></p>
61
61
  </div>
62
62
  </div>
@@ -65,6 +65,6 @@ hb_ot_font_set_funcs (<em class="parameter"><code><a class="link" href="harfbuzz
65
65
  </div>
66
66
  </div>
67
67
  <div class="footer">
68
- <hr>Generated by GTK-Doc V1.25</div>
68
+ <hr>Generated by GTK-Doc V1.27.1</div>
69
69
  </body>
70
70
  </html>
@@ -5,17 +5,18 @@
5
5
  <title>hb-ot-layout: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch08.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch08.html" title="HarfBuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-ot.html" title="hb-ot">
10
10
  <link rel="next" href="harfbuzz-hb-ot-tag.html" title="hb-ot-tag">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts">
17
17
  <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
- <a href="#harfbuzz-hb-ot-layout.description" class="shortcut">Description</a></span>
18
+ <a href="#harfbuzz-hb-ot-layout.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-ot-layout.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
19
20
  </td>
20
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
22
  <td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -312,6 +313,12 @@
312
313
  </table></div>
313
314
  </div>
314
315
  <div class="refsect1">
316
+ <a name="harfbuzz-hb-ot-layout.object-hierarchy"></a><h2>Object Hierarchy</h2>
317
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
318
+ <span class="lineart">╰──</span> hb_ot_layout_glyph_class_t
319
+ </pre>
320
+ </div>
321
+ <div class="refsect1">
315
322
  <a name="harfbuzz-hb-ot-layout.description"></a><h2>Description</h2>
316
323
  </div>
317
324
  <div class="refsect1">
@@ -319,19 +326,19 @@
319
326
  <div class="refsect2">
320
327
  <a name="hb-ot-layout-collect-lookups"></a><h3>hb_ot_layout_collect_lookups ()</h3>
321
328
  <pre class="programlisting"><span class="returnvalue">void</span>
322
- hb_ot_layout_collect_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
329
+ hb_ot_layout_collect_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
323
330
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
324
331
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *scripts</code></em>,
325
332
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *languages</code></em>,
326
333
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *features</code></em>,
327
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
334
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
328
335
  <p class="since">Since: <a class="link" href="api-index-0-9-8.html#api-index-0.9.8">0.9.8</a></p>
329
336
  </div>
330
337
  <hr>
331
338
  <div class="refsect2">
332
339
  <a name="hb-ot-layout-feature-get-lookups"></a><h3>hb_ot_layout_feature_get_lookups ()</h3>
333
340
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
334
- hb_ot_layout_feature_get_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
341
+ hb_ot_layout_feature_get_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
335
342
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
336
343
  <em class="parameter"><code>unsigned <span class="type">int</span> feature_index</code></em>,
337
344
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
@@ -344,7 +351,7 @@ hb_ot_layout_feature_get_lookups (<em class="parameter"><code><a class="link" hr
344
351
  <a name="hb-ot-layout-feature-with-variations-get-lookups"></a><h3>hb_ot_layout_feature_with_variations_get_lookups ()</h3>
345
352
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
346
353
  hb_ot_layout_feature_with_variations_get_lookups
347
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
354
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
348
355
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
349
356
  <em class="parameter"><code>unsigned <span class="type">int</span> feature_index</code></em>,
350
357
  <em class="parameter"><code>unsigned <span class="type">int</span> variations_index</code></em>,
@@ -356,7 +363,7 @@ hb_ot_layout_feature_with_variations_get_lookups
356
363
  <div class="refsect2">
357
364
  <a name="hb-ot-layout-get-attach-points"></a><h3>hb_ot_layout_get_attach_points ()</h3>
358
365
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
359
- hb_ot_layout_get_attach_points (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
366
+ hb_ot_layout_get_attach_points (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
360
367
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
361
368
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
362
369
  <em class="parameter"><code>unsigned <span class="type">int</span> *point_count</code></em>,
@@ -366,7 +373,7 @@ hb_ot_layout_get_attach_points (<em class="parameter"><code><a class="link" href
366
373
  <div class="refsect2">
367
374
  <a name="hb-ot-layout-get-glyph-class"></a><h3>hb_ot_layout_get_glyph_class ()</h3>
368
375
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t"><span class="returnvalue">hb_ot_layout_glyph_class_t</span></a>
369
- hb_ot_layout_get_glyph_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
376
+ hb_ot_layout_get_glyph_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
370
377
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
371
378
  <p class="since">Since: <a class="link" href="api-index-0-9-7.html#api-index-0.9.7">0.9.7</a></p>
372
379
  </div>
@@ -374,16 +381,16 @@ hb_ot_layout_get_glyph_class (<em class="parameter"><code><a class="link" href="
374
381
  <div class="refsect2">
375
382
  <a name="hb-ot-layout-get-glyphs-in-class"></a><h3>hb_ot_layout_get_glyphs_in_class ()</h3>
376
383
  <pre class="programlisting"><span class="returnvalue">void</span>
377
- hb_ot_layout_get_glyphs_in_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
384
+ hb_ot_layout_get_glyphs_in_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
378
385
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-glyph-class-t" title="enum hb_ot_layout_glyph_class_t"><span class="type">hb_ot_layout_glyph_class_t</span></a> klass</code></em>,
379
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
386
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
380
387
  <p class="since">Since: <a class="link" href="api-index-0-9-7.html#api-index-0.9.7">0.9.7</a></p>
381
388
  </div>
382
389
  <hr>
383
390
  <div class="refsect2">
384
391
  <a name="hb-ot-layout-get-ligature-carets"></a><h3>hb_ot_layout_get_ligature_carets ()</h3>
385
392
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
386
- hb_ot_layout_get_ligature_carets (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
393
+ hb_ot_layout_get_ligature_carets (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
387
394
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
388
395
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
389
396
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
@@ -394,7 +401,7 @@ hb_ot_layout_get_ligature_carets (<em class="parameter"><code><a class="link" hr
394
401
  <div class="refsect2">
395
402
  <a name="hb-ot-layout-get-size-params"></a><h3>hb_ot_layout_get_size_params ()</h3>
396
403
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
397
- hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
404
+ hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
398
405
  <em class="parameter"><code>unsigned <span class="type">int</span> *design_size</code></em>,
399
406
  <em class="parameter"><code>unsigned <span class="type">int</span> *subfamily_id</code></em>,
400
407
  <em class="parameter"><code>unsigned <span class="type">int</span> *subfamily_name_id</code></em>,
@@ -406,7 +413,7 @@ hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="
406
413
  <div class="refsect2">
407
414
  <a name="hb-ot-layout-glyph-sequence-func-t"></a><h3>hb_ot_layout_glyph_sequence_func_t ()</h3>
408
415
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
409
- <span class="c_punctuation">(</span>*hb_ot_layout_glyph_sequence_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
416
+ <span class="c_punctuation">(</span>*hb_ot_layout_glyph_sequence_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
410
417
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
411
418
  <em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
412
419
  <em class="parameter"><code>const <span class="type">hb_ot_layout_glyph_sequence_t</span> *sequence</code></em>,
@@ -416,25 +423,25 @@ hb_ot_layout_get_size_params (<em class="parameter"><code><a class="link" href="
416
423
  <div class="refsect2">
417
424
  <a name="hb-ot-layout-has-glyph-classes"></a><h3>hb_ot_layout_has_glyph_classes ()</h3>
418
425
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
419
- hb_ot_layout_has_glyph_classes (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
426
+ hb_ot_layout_has_glyph_classes (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
420
427
  </div>
421
428
  <hr>
422
429
  <div class="refsect2">
423
430
  <a name="hb-ot-layout-has-positioning"></a><h3>hb_ot_layout_has_positioning ()</h3>
424
431
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
425
- hb_ot_layout_has_positioning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
432
+ hb_ot_layout_has_positioning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
426
433
  </div>
427
434
  <hr>
428
435
  <div class="refsect2">
429
436
  <a name="hb-ot-layout-has-substitution"></a><h3>hb_ot_layout_has_substitution ()</h3>
430
437
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
431
- hb_ot_layout_has_substitution (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
438
+ hb_ot_layout_has_substitution (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
432
439
  </div>
433
440
  <hr>
434
441
  <div class="refsect2">
435
442
  <a name="hb-ot-layout-language-find-feature"></a><h3>hb_ot_layout_language_find_feature ()</h3>
436
443
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
437
- hb_ot_layout_language_find_feature (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
444
+ hb_ot_layout_language_find_feature (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
438
445
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
439
446
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
440
447
  <em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
@@ -446,7 +453,7 @@ hb_ot_layout_language_find_feature (<em class="parameter"><code><a class="link"
446
453
  <a name="hb-ot-layout-language-get-feature-indexes"></a><h3>hb_ot_layout_language_get_feature_indexes ()</h3>
447
454
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
448
455
  hb_ot_layout_language_get_feature_indexes
449
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
456
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
450
457
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
451
458
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
452
459
  <em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
@@ -459,7 +466,7 @@ hb_ot_layout_language_get_feature_indexes
459
466
  <a name="hb-ot-layout-language-get-feature-tags"></a><h3>hb_ot_layout_language_get_feature_tags ()</h3>
460
467
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
461
468
  hb_ot_layout_language_get_feature_tags
462
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
469
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
463
470
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
464
471
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
465
472
  <em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
@@ -472,7 +479,7 @@ hb_ot_layout_language_get_feature_tags
472
479
  <a name="hb-ot-layout-language-get-required-feature"></a><h3>hb_ot_layout_language_get_required_feature ()</h3>
473
480
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
474
481
  hb_ot_layout_language_get_required_feature
475
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
482
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
476
483
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
477
484
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
478
485
  <em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
@@ -484,13 +491,13 @@ hb_ot_layout_language_get_required_feature
484
491
  <div class="refsect2">
485
492
  <a name="hb-ot-layout-lookup-collect-glyphs"></a><h3>hb_ot_layout_lookup_collect_glyphs ()</h3>
486
493
  <pre class="programlisting"><span class="returnvalue">void</span>
487
- hb_ot_layout_lookup_collect_glyphs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
494
+ hb_ot_layout_lookup_collect_glyphs (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
488
495
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
489
496
  <em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
490
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *glyphs_before</code></em>,
491
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *glyphs_input</code></em>,
492
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *glyphs_after</code></em>,
493
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *glyphs_output</code></em>);</pre>
497
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_before</code></em>,
498
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_input</code></em>,
499
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_after</code></em>,
500
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs_output</code></em>);</pre>
494
501
  <p class="since">Since: <a class="link" href="api-index-0-9-7.html#api-index-0.9.7">0.9.7</a></p>
495
502
  </div>
496
503
  <hr>
@@ -498,16 +505,16 @@ hb_ot_layout_lookup_collect_glyphs (<em class="parameter"><code><a class="link"
498
505
  <a name="hb-ot-layout-lookup-substitute-closure"></a><h3>hb_ot_layout_lookup_substitute_closure ()</h3>
499
506
  <pre class="programlisting"><span class="returnvalue">void</span>
500
507
  hb_ot_layout_lookup_substitute_closure
501
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
508
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
502
509
  <em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
503
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
510
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *glyphs</code></em>);</pre>
504
511
  <p class="since">Since: <a class="link" href="api-index-0-9-7.html#api-index-0.9.7">0.9.7</a></p>
505
512
  </div>
506
513
  <hr>
507
514
  <div class="refsect2">
508
515
  <a name="hb-ot-layout-lookup-would-substitute"></a><h3>hb_ot_layout_lookup_would_substitute ()</h3>
509
516
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
510
- hb_ot_layout_lookup_would_substitute (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
517
+ hb_ot_layout_lookup_would_substitute (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
511
518
  <em class="parameter"><code>unsigned <span class="type">int</span> lookup_index</code></em>,
512
519
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *glyphs</code></em>,
513
520
  <em class="parameter"><code>unsigned <span class="type">int</span> glyphs_length</code></em>,
@@ -518,7 +525,7 @@ hb_ot_layout_lookup_would_substitute (<em class="parameter"><code><a class="link
518
525
  <div class="refsect2">
519
526
  <a name="hb-ot-layout-script-find-language"></a><h3>hb_ot_layout_script_find_language ()</h3>
520
527
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
521
- hb_ot_layout_script_find_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
528
+ hb_ot_layout_script_find_language (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
522
529
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
523
530
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
524
531
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> language_tag</code></em>,
@@ -528,7 +535,7 @@ hb_ot_layout_script_find_language (<em class="parameter"><code><a class="link" h
528
535
  <div class="refsect2">
529
536
  <a name="hb-ot-layout-script-get-language-tags"></a><h3>hb_ot_layout_script_get_language_tags ()</h3>
530
537
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
531
- hb_ot_layout_script_get_language_tags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
538
+ hb_ot_layout_script_get_language_tags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
532
539
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
533
540
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
534
541
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
@@ -539,7 +546,7 @@ hb_ot_layout_script_get_language_tags (<em class="parameter"><code><a class="lin
539
546
  <div class="refsect2">
540
547
  <a name="hb-ot-layout-table-choose-script"></a><h3>hb_ot_layout_table_choose_script ()</h3>
541
548
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
542
- hb_ot_layout_table_choose_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
549
+ hb_ot_layout_table_choose_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
543
550
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
544
551
  <em class="parameter"><code>const <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> *script_tags</code></em>,
545
552
  <em class="parameter"><code>unsigned <span class="type">int</span> *script_index</code></em>,
@@ -550,7 +557,7 @@ hb_ot_layout_table_choose_script (<em class="parameter"><code><a class="link" hr
550
557
  <a name="hb-ot-layout-table-find-feature-variations"></a><h3>hb_ot_layout_table_find_feature_variations ()</h3>
551
558
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
552
559
  hb_ot_layout_table_find_feature_variations
553
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
560
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
554
561
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
555
562
  <em class="parameter"><code>const <span class="type">int</span> *coords</code></em>,
556
563
  <em class="parameter"><code>unsigned <span class="type">int</span> num_coords</code></em>,
@@ -560,7 +567,7 @@ hb_ot_layout_table_find_feature_variations
560
567
  <div class="refsect2">
561
568
  <a name="hb-ot-layout-table-find-script"></a><h3>hb_ot_layout_table_find_script ()</h3>
562
569
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
563
- hb_ot_layout_table_find_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
570
+ hb_ot_layout_table_find_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
564
571
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
565
572
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> script_tag</code></em>,
566
573
  <em class="parameter"><code>unsigned <span class="type">int</span> *script_index</code></em>);</pre>
@@ -569,7 +576,7 @@ hb_ot_layout_table_find_script (<em class="parameter"><code><a class="link" href
569
576
  <div class="refsect2">
570
577
  <a name="hb-ot-layout-table-get-feature-tags"></a><h3>hb_ot_layout_table_get_feature_tags ()</h3>
571
578
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
572
- hb_ot_layout_table_get_feature_tags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
579
+ hb_ot_layout_table_get_feature_tags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
573
580
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
574
581
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
575
582
  <em class="parameter"><code>unsigned <span class="type">int</span> *feature_count</code></em>,
@@ -579,7 +586,7 @@ hb_ot_layout_table_get_feature_tags (<em class="parameter"><code><a class="link"
579
586
  <div class="refsect2">
580
587
  <a name="hb-ot-layout-table-get-script-tags"></a><h3>hb_ot_layout_table_get_script_tags ()</h3>
581
588
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
582
- hb_ot_layout_table_get_script_tags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
589
+ hb_ot_layout_table_get_script_tags (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
583
590
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
584
591
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
585
592
  <em class="parameter"><code>unsigned <span class="type">int</span> *script_count</code></em>,
@@ -589,7 +596,7 @@ hb_ot_layout_table_get_script_tags (<em class="parameter"><code><a class="link"
589
596
  <div class="refsect2">
590
597
  <a name="hb-ot-layout-table-get-lookup-count"></a><h3>hb_ot_layout_table_get_lookup_count ()</h3>
591
598
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
592
- hb_ot_layout_table_get_lookup_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
599
+ hb_ot_layout_table_get_lookup_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
593
600
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>);</pre>
594
601
  <p class="since">Since: <a class="link" href="api-index-0-9-22.html#api-index-0.9.22">0.9.22</a></p>
595
602
  </div>
@@ -597,9 +604,9 @@ hb_ot_layout_table_get_lookup_count (<em class="parameter"><code><a class="link"
597
604
  <div class="refsect2">
598
605
  <a name="hb-ot-shape-plan-collect-lookups"></a><h3>hb_ot_shape_plan_collect_lookups ()</h3>
599
606
  <pre class="programlisting"><span class="returnvalue">void</span>
600
- hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t" title="hb_shape_plan_t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>,
607
+ hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" href="harfbuzz-hb-shape-plan.html#hb-shape-plan-t"><span class="type">hb_shape_plan_t</span></a> *shape_plan</code></em>,
601
608
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
602
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t" title="hb_set_t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
609
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *lookup_indexes</code></em>);</pre>
603
610
  <p class="since">Since: <a class="link" href="api-index-0-9-7.html#api-index-0.9.7">0.9.7</a></p>
604
611
  </div>
605
612
  <hr>
@@ -607,7 +614,7 @@ hb_ot_shape_plan_collect_lookups (<em class="parameter"><code><a class="link" hr
607
614
  <a name="hb-ot-layout-language-get-required-feature-index"></a><h3>hb_ot_layout_language_get_required_feature_index ()</h3>
608
615
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
609
616
  hb_ot_layout_language_get_required_feature_index
610
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
617
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
611
618
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> table_tag</code></em>,
612
619
  <em class="parameter"><code>unsigned <span class="type">int</span> script_index</code></em>,
613
620
  <em class="parameter"><code>unsigned <span class="type">int</span> language_index</code></em>,
@@ -707,6 +714,6 @@ hb_ot_layout_language_get_required_feature_index
707
714
  </div>
708
715
  </div>
709
716
  <div class="footer">
710
- <hr>Generated by GTK-Doc V1.25</div>
717
+ <hr>Generated by GTK-Doc V1.27.1</div>
711
718
  </body>
712
719
  </html>
@@ -5,17 +5,18 @@
5
5
  <title>hb-ot-math: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch08.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch08.html" title="HarfBuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-ot-shape.html" title="hb-ot-shape">
10
10
  <link rel="next" href="harfbuzz-hb-shape-plan.html" title="hb-shape-plan">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts">
17
17
  <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
- <a href="#harfbuzz-hb-ot-math.description" class="shortcut">Description</a></span>
18
+ <a href="#harfbuzz-hb-ot-math.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-ot-math.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
19
20
  </td>
20
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
22
  <td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -112,7 +113,7 @@
112
113
  </tbody>
113
114
  </table></div>
114
115
  </div>
115
- <div class="refsect1">
116
+ <a name="hb-ot-math-glyph-variant-t"></a><a name="hb-ot-math-glyph-part-t"></a><div class="refsect1">
116
117
  <a name="harfbuzz-hb-ot-math.other"></a><h2>Types and Values</h2>
117
118
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
118
119
  <colgroup>
@@ -138,7 +139,7 @@
138
139
  </tr>
139
140
  <tr>
140
141
  <td class="datatype_keyword"> </td>
141
- <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-variant-t" title="hb_ot_math_glyph_variant_t">hb_ot_math_glyph_variant_t</a></td>
142
+ <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-variant-t-struct" title="hb_ot_math_glyph_variant_t">hb_ot_math_glyph_variant_t</a></td>
142
143
  </tr>
143
144
  <tr>
144
145
  <td class="datatype_keyword">enum</td>
@@ -146,12 +147,24 @@
146
147
  </tr>
147
148
  <tr>
148
149
  <td class="datatype_keyword"> </td>
149
- <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-t" title="hb_ot_math_glyph_part_t">hb_ot_math_glyph_part_t</a></td>
150
+ <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-t-struct" title="hb_ot_math_glyph_part_t">hb_ot_math_glyph_part_t</a></td>
150
151
  </tr>
151
152
  </tbody>
152
153
  </table></div>
153
154
  </div>
154
155
  <div class="refsect1">
156
+ <a name="harfbuzz-hb-ot-math.object-hierarchy"></a><h2>Object Hierarchy</h2>
157
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
158
+ <span class="lineart">├──</span> hb_ot_math_glyph_part_t
159
+ <span class="lineart">╰──</span> hb_ot_math_glyph_variant_t
160
+ <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
161
+ <span class="lineart">├──</span> hb_ot_math_constant_t
162
+ <span class="lineart">╰──</span> hb_ot_math_kern_t
163
+ <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
164
+ <span class="lineart">╰──</span> hb_ot_math_glyph_part_flags_t
165
+ </pre>
166
+ </div>
167
+ <div class="refsect1">
155
168
  <a name="harfbuzz-hb-ot-math.description"></a><h2>Description</h2>
156
169
  </div>
157
170
  <div class="refsect1">
@@ -159,7 +172,7 @@
159
172
  <div class="refsect2">
160
173
  <a name="hb-ot-math-has-data"></a><h3>hb_ot_math_has_data ()</h3>
161
174
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
162
- hb_ot_math_has_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
175
+ hb_ot_math_has_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
163
176
  <p>This function allows to verify the presence of an OpenType MATH table on the
164
177
  face.</p>
165
178
  <div class="refsect3">
@@ -172,7 +185,7 @@ face.</p>
172
185
  </colgroup>
173
186
  <tbody><tr>
174
187
  <td class="parameter_name"><p>face</p></td>
175
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> to test</p></td>
188
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> to test</p></td>
176
189
  <td class="parameter_annotations"> </td>
177
190
  </tr></tbody>
178
191
  </table></div>
@@ -187,7 +200,7 @@ face.</p>
187
200
  <div class="refsect2">
188
201
  <a name="hb-ot-math-get-constant"></a><h3>hb_ot_math_get_constant ()</h3>
189
202
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
190
- hb_ot_math_get_constant (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
203
+ hb_ot_math_get_constant (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
191
204
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-constant-t" title="enum hb_ot_math_constant_t"><span class="type">hb_ot_math_constant_t</span></a> constant</code></em>);</pre>
192
205
  <p>This function returns the requested math constants as a <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a>.
193
206
  If the request constant is HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN,
@@ -205,7 +218,7 @@ actually an integer between 0 and 100 representing that percentage.</p>
205
218
  <tbody>
206
219
  <tr>
207
220
  <td class="parameter_name"><p>font</p></td>
208
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
221
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
209
222
  <td class="parameter_annotations"> </td>
210
223
  </tr>
211
224
  <tr>
@@ -227,7 +240,7 @@ actually an integer between 0 and 100 representing that percentage.</p>
227
240
  <a name="hb-ot-math-get-glyph-italics-correction"></a><h3>hb_ot_math_get_glyph_italics_correction ()</h3>
228
241
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
229
242
  hb_ot_math_get_glyph_italics_correction
230
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
243
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
231
244
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
232
245
  <div class="refsect3">
233
246
  <a name="hb-ot-math-get-glyph-italics-correction.parameters"></a><h4>Parameters</h4>
@@ -240,7 +253,7 @@ hb_ot_math_get_glyph_italics_correction
240
253
  <tbody>
241
254
  <tr>
242
255
  <td class="parameter_name"><p>font</p></td>
243
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
256
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
244
257
  <td class="parameter_annotations"> </td>
245
258
  </tr>
246
259
  <tr>
@@ -262,7 +275,7 @@ hb_ot_math_get_glyph_italics_correction
262
275
  <a name="hb-ot-math-get-glyph-top-accent-attachment"></a><h3>hb_ot_math_get_glyph_top_accent_attachment ()</h3>
263
276
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
264
277
  hb_ot_math_get_glyph_top_accent_attachment
265
- (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
278
+ (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
266
279
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
267
280
  <div class="refsect3">
268
281
  <a name="hb-ot-math-get-glyph-top-accent-attachment.parameters"></a><h4>Parameters</h4>
@@ -275,7 +288,7 @@ hb_ot_math_get_glyph_top_accent_attachment
275
288
  <tbody>
276
289
  <tr>
277
290
  <td class="parameter_name"><p>font</p></td>
278
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
291
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
279
292
  <td class="parameter_annotations"> </td>
280
293
  </tr>
281
294
  <tr>
@@ -296,7 +309,7 @@ hb_ot_math_get_glyph_top_accent_attachment
296
309
  <div class="refsect2">
297
310
  <a name="hb-ot-math-get-glyph-kerning"></a><h3>hb_ot_math_get_glyph_kerning ()</h3>
298
311
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
299
- hb_ot_math_get_glyph_kerning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
312
+ hb_ot_math_get_glyph_kerning (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
300
313
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
301
314
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-kern-t" title="enum hb_ot_math_kern_t"><span class="type">hb_ot_math_kern_t</span></a> kern</code></em>,
302
315
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> correction_height</code></em>);</pre>
@@ -316,7 +329,7 @@ kerns is returned and otherwise the last kern value is returned.</p>
316
329
  <tbody>
317
330
  <tr>
318
331
  <td class="parameter_name"><p>font</p></td>
319
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
332
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
320
333
  <td class="parameter_annotations"> </td>
321
334
  </tr>
322
335
  <tr>
@@ -347,7 +360,7 @@ kerns is returned and otherwise the last kern value is returned.</p>
347
360
  <div class="refsect2">
348
361
  <a name="hb-ot-math-is-glyph-extended-shape"></a><h3>hb_ot_math_is_glyph_extended_shape ()</h3>
349
362
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
350
- hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> *face</code></em>,
363
+ hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
351
364
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>);</pre>
352
365
  <div class="refsect3">
353
366
  <a name="hb-ot-math-is-glyph-extended-shape.parameters"></a><h4>Parameters</h4>
@@ -360,7 +373,7 @@ hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link"
360
373
  <tbody>
361
374
  <tr>
362
375
  <td class="parameter_name"><p>face</p></td>
363
- <td class="parameter_description"><p>a <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="type">hb_face_t</span></a> to test</p></td>
376
+ <td class="parameter_description"><p>a <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> to test</p></td>
364
377
  <td class="parameter_annotations"> </td>
365
378
  </tr>
366
379
  <tr>
@@ -381,12 +394,12 @@ hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link"
381
394
  <div class="refsect2">
382
395
  <a name="hb-ot-math-get-glyph-variants"></a><h3>hb_ot_math_get_glyph_variants ()</h3>
383
396
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
384
- hb_ot_math_get_glyph_variants (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
397
+ hb_ot_math_get_glyph_variants (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
385
398
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
386
399
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
387
400
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
388
401
  <em class="parameter"><code>unsigned <span class="type">int</span> *variants_count</code></em>,
389
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-variant-t" title="hb_ot_math_glyph_variant_t"><span class="type">hb_ot_math_glyph_variant_t</span></a> *variants</code></em>);</pre>
402
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-variant-t"><span class="type">hb_ot_math_glyph_variant_t</span></a> *variants</code></em>);</pre>
390
403
  <p>This function tries to retrieve the MathGlyphConstruction for the specified
391
404
  font, glyph and direction. Note that only the value of
392
405
  <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-IS-HORIZONTAL:CAPS" title="HB_DIRECTION_IS_HORIZONTAL()"><span class="type">HB_DIRECTION_IS_HORIZONTAL</span></a> is considered. It provides the corresponding list
@@ -402,7 +415,7 @@ of size variants as an array of hb_ot_math_glyph_variant_t structs.</p>
402
415
  <tbody>
403
416
  <tr>
404
417
  <td class="parameter_name"><p>font</p></td>
405
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the values</p></td>
418
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the values</p></td>
406
419
  <td class="parameter_annotations"> </td>
407
420
  </tr>
408
421
  <tr>
@@ -445,7 +458,7 @@ to store the result</p></td>
445
458
  <div class="refsect2">
446
459
  <a name="hb-ot-math-get-min-connector-overlap"></a><h3>hb_ot_math_get_min_connector_overlap ()</h3>
447
460
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
448
- hb_ot_math_get_min_connector_overlap (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
461
+ hb_ot_math_get_min_connector_overlap (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
449
462
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>);</pre>
450
463
  <p>This function tries to retrieve the MathVariants table for the specified
451
464
  font and returns the minimum overlap of connecting glyphs to draw a glyph
@@ -462,7 +475,7 @@ assembly in the specified direction. Note that only the value of
462
475
  <tbody>
463
476
  <tr>
464
477
  <td class="parameter_name"><p>font</p></td>
465
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
478
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the value</p></td>
466
479
  <td class="parameter_annotations"> </td>
467
480
  </tr>
468
481
  <tr>
@@ -483,17 +496,17 @@ assembly in the specified direction. Note that only the value of
483
496
  <div class="refsect2">
484
497
  <a name="hb-ot-math-get-glyph-assembly"></a><h3>hb_ot_math_get_glyph_assembly ()</h3>
485
498
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
486
- hb_ot_math_get_glyph_assembly (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>,
499
+ hb_ot_math_get_glyph_assembly (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>,
487
500
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> glyph</code></em>,
488
501
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>,
489
502
  <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
490
503
  <em class="parameter"><code>unsigned <span class="type">int</span> *parts_count</code></em>,
491
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-t" title="hb_ot_math_glyph_part_t"><span class="type">hb_ot_math_glyph_part_t</span></a> *parts</code></em>,
504
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-t"><span class="type">hb_ot_math_glyph_part_t</span></a> *parts</code></em>,
492
505
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *italics_correction</code></em>);</pre>
493
506
  <p>This function tries to retrieve the GlyphAssembly for the specified font,
494
507
  glyph and direction. Note that only the value of <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-IS-HORIZONTAL:CAPS" title="HB_DIRECTION_IS_HORIZONTAL()"><span class="type">HB_DIRECTION_IS_HORIZONTAL</span></a>
495
508
  is considered. It provides the information necessary to draw the glyph
496
- assembly as an array of <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-t" title="hb_ot_math_glyph_part_t"><span class="type">hb_ot_math_glyph_part_t</span></a>.</p>
509
+ assembly as an array of <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-t"><span class="type">hb_ot_math_glyph_part_t</span></a>.</p>
497
510
  <div class="refsect3">
498
511
  <a name="hb-ot-math-get-glyph-assembly.parameters"></a><h4>Parameters</h4>
499
512
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -505,7 +518,7 @@ assembly as an array of <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-mat
505
518
  <tbody>
506
519
  <tr>
507
520
  <td class="parameter_name"><p>font</p></td>
508
- <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> from which to retrieve the values</p></td>
521
+ <td class="parameter_description"><p><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> from which to retrieve the values</p></td>
509
522
  <td class="parameter_annotations"> </td>
510
523
  </tr>
511
524
  <tr>
@@ -554,12 +567,14 @@ to store the result</p></td>
554
567
  <a name="harfbuzz-hb-ot-math.other_details"></a><h2>Types and Values</h2>
555
568
  <div class="refsect2">
556
569
  <a name="HB-OT-TAG-MATH:CAPS"></a><h3>HB_OT_TAG_MATH</h3>
557
- <pre class="programlisting">#define HB_OT_TAG_MATH</pre>
570
+ <pre class="programlisting">#define HB_OT_TAG_MATH HB_TAG('M','A','T','H')
571
+ </pre>
558
572
  </div>
559
573
  <hr>
560
574
  <div class="refsect2">
561
575
  <a name="HB-OT-MATH-SCRIPT:CAPS"></a><h3>HB_OT_MATH_SCRIPT</h3>
562
- <pre class="programlisting">#define HB_OT_MATH_SCRIPT</pre>
576
+ <pre class="programlisting">#define HB_OT_MATH_SCRIPT HB_TAG('m','a','t','h')
577
+ </pre>
563
578
  </div>
564
579
  <hr>
565
580
  <div class="refsect2">
@@ -897,7 +912,7 @@ to store the result</p></td>
897
912
  </div>
898
913
  <hr>
899
914
  <div class="refsect2">
900
- <a name="hb-ot-math-glyph-variant-t"></a><h3>hb_ot_math_glyph_variant_t</h3>
915
+ <a name="hb-ot-math-glyph-variant-t-struct"></a><h3>hb_ot_math_glyph_variant_t</h3>
901
916
  <pre class="programlisting">typedef struct {
902
917
  hb_codepoint_t glyph;
903
918
  hb_position_t advance;
@@ -927,7 +942,7 @@ to store the result</p></td>
927
942
  </div>
928
943
  <hr>
929
944
  <div class="refsect2">
930
- <a name="hb-ot-math-glyph-part-t"></a><h3>hb_ot_math_glyph_part_t</h3>
945
+ <a name="hb-ot-math-glyph-part-t-struct"></a><h3>hb_ot_math_glyph_part_t</h3>
931
946
  <pre class="programlisting">typedef struct {
932
947
  hb_codepoint_t glyph;
933
948
  hb_position_t start_connector_length;
@@ -941,6 +956,6 @@ to store the result</p></td>
941
956
  </div>
942
957
  </div>
943
958
  <div class="footer">
944
- <hr>Generated by GTK-Doc V1.25</div>
959
+ <hr>Generated by GTK-Doc V1.27.1</div>
945
960
  </body>
946
961
  </html>