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-coretext: 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-uniscribe.html" title="hb-uniscribe">
10
10
  <link rel="next" href="harfbuzz-hb-gobject.html" title="hb-gobject">
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-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
44
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
45
45
  </td>
46
46
  <td class="function_name">
47
47
  <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-face-create" title="hb_coretext_face_create ()">hb_coretext_face_create</a> <span class="c_punctuation">()</span>
@@ -49,6 +49,14 @@
49
49
  </tr>
50
50
  <tr>
51
51
  <td class="function_type">
52
+ <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
53
+ </td>
54
+ <td class="function_name">
55
+ <a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-font-create" title="hb_coretext_font_create ()">hb_coretext_font_create</a> <span class="c_punctuation">()</span>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td class="function_type">
52
60
  <span class="returnvalue">CGFontRef</span>
53
61
  </td>
54
62
  <td class="function_name">
@@ -76,6 +84,10 @@
76
84
  <tbody>
77
85
  <tr>
78
86
  <td class="define_keyword">#define</td>
87
+ <td class="function_name"><a class="link" href="harfbuzz-hb-coretext.html#HB-CORETEXT-TAG-KERX:CAPS" title="HB_CORETEXT_TAG_KERX">HB_CORETEXT_TAG_KERX</a></td>
88
+ </tr>
89
+ <tr>
90
+ <td class="define_keyword">#define</td>
79
91
  <td class="function_name"><a class="link" href="harfbuzz-hb-coretext.html#HB-CORETEXT-TAG-MORT:CAPS" title="HB_CORETEXT_TAG_MORT">HB_CORETEXT_TAG_MORT</a></td>
80
92
  </tr>
81
93
  <tr>
@@ -92,25 +104,37 @@
92
104
  <a name="harfbuzz-hb-coretext.functions_details"></a><h2>Functions</h2>
93
105
  <div class="refsect2">
94
106
  <a name="hb-coretext-face-create"></a><h3>hb_coretext_face_create ()</h3>
95
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
107
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
96
108
  hb_coretext_face_create (<em class="parameter"><code><span class="type">CGFontRef</span> cg_font</code></em>);</pre>
97
109
  </div>
98
110
  <hr>
99
111
  <div class="refsect2">
112
+ <a name="hb-coretext-font-create"></a><h3>hb_coretext_font_create ()</h3>
113
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="returnvalue">hb_font_t</span></a> *
114
+ hb_coretext_font_create (<em class="parameter"><code><span class="type">CTFontRef</span> ct_font</code></em>);</pre>
115
+ </div>
116
+ <hr>
117
+ <div class="refsect2">
100
118
  <a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font ()</h3>
101
119
  <pre class="programlisting"><span class="returnvalue">CGFontRef</span>
102
- hb_coretext_face_get_cg_font (<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>
120
+ hb_coretext_face_get_cg_font (<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>
103
121
  </div>
104
122
  <hr>
105
123
  <div class="refsect2">
106
124
  <a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font ()</h3>
107
125
  <pre class="programlisting"><span class="returnvalue">CTFontRef</span>
108
- hb_coretext_font_get_ct_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>
126
+ hb_coretext_font_get_ct_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>
109
127
  </div>
110
128
  </div>
111
129
  <div class="refsect1">
112
130
  <a name="harfbuzz-hb-coretext.other_details"></a><h2>Types and Values</h2>
113
131
  <div class="refsect2">
132
+ <a name="HB-CORETEXT-TAG-KERX:CAPS"></a><h3>HB_CORETEXT_TAG_KERX</h3>
133
+ <pre class="programlisting">#define HB_CORETEXT_TAG_KERX HB_TAG('k','e','r','x')
134
+ </pre>
135
+ </div>
136
+ <hr>
137
+ <div class="refsect2">
114
138
  <a name="HB-CORETEXT-TAG-MORT:CAPS"></a><h3>HB_CORETEXT_TAG_MORT</h3>
115
139
  <pre class="programlisting">#define HB_CORETEXT_TAG_MORT HB_TAG('m','o','r','t')
116
140
  </pre>
@@ -124,6 +148,6 @@ hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="
124
148
  </div>
125
149
  </div>
126
150
  <div class="footer">
127
- <hr>Generated by GTK-Doc V1.25</div>
151
+ <hr>Generated by GTK-Doc V1.27.1</div>
128
152
  </body>
129
153
  </html>
@@ -5,10 +5,10 @@
5
5
  <title>hb-deprecated: 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-version.html" title="hb-version">
10
10
  <link rel="next" href="harfbuzz-hb-set.html" title="hb-set">
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">
@@ -55,6 +55,14 @@
55
55
  <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-deprecated.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()">*hb_font_get_glyph_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
56
56
  </td>
57
57
  </tr>
58
+ <tr>
59
+ <td class="function_type">
60
+ <span class="returnvalue">void</span>
61
+ </td>
62
+ <td class="function_name">
63
+ <a class="link" href="harfbuzz-hb-deprecated.html#hb-set-invert" title="hb_set_invert ()">hb_set_invert</a> <span class="c_punctuation">()</span>
64
+ </td>
65
+ </tr>
58
66
  </tbody>
59
67
  </table></div>
60
68
  </div>
@@ -89,7 +97,7 @@
89
97
  <div class="refsect2">
90
98
  <a name="hb-font-funcs-set-glyph-func"></a><h3>hb_font_funcs_set_glyph_func ()</h3>
91
99
  <pre class="programlisting"><span class="returnvalue">void</span>
92
- hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t" title="hb_font_funcs_t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
100
+ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-funcs-t"><span class="type">hb_font_funcs_t</span></a> *ffuncs</code></em>,
93
101
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-deprecated.html#hb-font-get-glyph-func-t" title="hb_font_get_glyph_func_t ()"><span class="type">hb_font_get_glyph_func_t</span></a> func</code></em>,
94
102
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
95
103
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
@@ -124,7 +132,7 @@ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="
124
132
  <div class="refsect2">
125
133
  <a name="hb-font-get-glyph-func-t"></a><h3>hb_font_get_glyph_func_t ()</h3>
126
134
  <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>
127
- <span class="c_punctuation">(</span>*hb_font_get_glyph_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>,
135
+ <span class="c_punctuation">(</span>*hb_font_get_glyph_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>,
128
136
  <em class="parameter"><code><span class="type">void</span> *font_data</code></em>,
129
137
  <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> unicode</code></em>,
130
138
  <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> variation_selector</code></em>,
@@ -132,6 +140,29 @@ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="
132
140
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
133
141
  <div class="warning"><p><code class="literal">hb_font_get_glyph_func_t</code> is deprecated and should not be used in newly-written code.</p></div>
134
142
  </div>
143
+ <hr>
144
+ <div class="refsect2">
145
+ <a name="hb-set-invert"></a><h3>hb_set_invert ()</h3>
146
+ <pre class="programlisting"><span class="returnvalue">void</span>
147
+ hb_set_invert (<em class="parameter"><code><a class="link" href="harfbuzz-hb-set.html#hb-set-t"><span class="type">hb_set_t</span></a> *set</code></em>);</pre>
148
+ <div class="warning"><p><code class="literal">hb_set_invert</code> has been deprecated since version 1.6.1 and should not be used in newly-written code.</p></div>
149
+ <div class="refsect3">
150
+ <a name="hb-set-invert.parameters"></a><h4>Parameters</h4>
151
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
152
+ <colgroup>
153
+ <col width="150px" class="parameters_name">
154
+ <col class="parameters_description">
155
+ <col width="200px" class="parameters_annotations">
156
+ </colgroup>
157
+ <tbody><tr>
158
+ <td class="parameter_name"><p>set</p></td>
159
+ <td class="parameter_description"><p>a set.</p></td>
160
+ <td class="parameter_annotations"> </td>
161
+ </tr></tbody>
162
+ </table></div>
163
+ </div>
164
+ <p class="since">Since: <a class="link" href="api-index-0-9-10.html#api-index-0.9.10">0.9.10</a></p>
165
+ </div>
135
166
  </div>
136
167
  <div class="refsect1">
137
168
  <a name="harfbuzz-hb-deprecated.other_details"></a><h2>Types and Values</h2>
@@ -158,6 +189,6 @@ hb_font_funcs_set_glyph_func (<em class="parameter"><code><a class="link" href="
158
189
  </div>
159
190
  </div>
160
191
  <div class="footer">
161
- <hr>Generated by GTK-Doc V1.25</div>
192
+ <hr>Generated by GTK-Doc V1.27.1</div>
162
193
  </body>
163
194
  </html>
@@ -5,17 +5,18 @@
5
5
  <title>hb-face: 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-blob.html" title="hb-blob">
10
10
  <link rel="next" href="harfbuzz-hb-font.html" title="hb-font">
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-face.description" class="shortcut">Description</a></span>
18
+ <a href="#harfbuzz-hb-face.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#harfbuzz-hb-face.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>
@@ -41,7 +42,7 @@
41
42
  <tbody>
42
43
  <tr>
43
44
  <td class="function_type">
44
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
45
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
45
46
  </td>
46
47
  <td class="function_name">
47
48
  <a class="link" href="harfbuzz-hb-face.html#hb-face-create" title="hb_face_create ()">hb_face_create</a> <span class="c_punctuation">()</span>
@@ -49,7 +50,7 @@
49
50
  </tr>
50
51
  <tr>
51
52
  <td class="function_type">
52
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
53
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
53
54
  </td>
54
55
  <td class="function_name">
55
56
  <a class="link" href="harfbuzz-hb-face.html#hb-face-create-for-tables" title="hb_face_create_for_tables ()">hb_face_create_for_tables</a> <span class="c_punctuation">()</span>
@@ -65,7 +66,7 @@
65
66
  </tr>
66
67
  <tr>
67
68
  <td class="function_type">
68
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
69
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
69
70
  </td>
70
71
  <td class="function_name">
71
72
  <a class="link" href="harfbuzz-hb-face.html#hb-face-get-empty" title="hb_face_get_empty ()">hb_face_get_empty</a> <span class="c_punctuation">()</span>
@@ -75,6 +76,13 @@
75
76
  <td class="function_type">unsigned <span class="returnvalue">int</span>
76
77
  </td>
77
78
  <td class="function_name">
79
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-get-table-tags" title="hb_face_get_table_tags ()">hb_face_get_table_tags</a> <span class="c_punctuation">()</span>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
84
+ </td>
85
+ <td class="function_name">
78
86
  <a class="link" href="harfbuzz-hb-face.html#hb-face-get-glyph-count" title="hb_face_get_glyph_count ()">hb_face_get_glyph_count</a> <span class="c_punctuation">()</span>
79
87
  </td>
80
88
  </tr>
@@ -118,7 +126,7 @@
118
126
  </tr>
119
127
  <tr>
120
128
  <td class="function_type">
121
- <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
129
+ <a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
122
130
  </td>
123
131
  <td class="function_name">
124
132
  <a class="link" href="harfbuzz-hb-face.html#hb-face-reference" title="hb_face_reference ()">hb_face_reference</a> <span class="c_punctuation">()</span>
@@ -126,7 +134,7 @@
126
134
  </tr>
127
135
  <tr>
128
136
  <td class="function_type">
129
- <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> *
137
+ <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
130
138
  </td>
131
139
  <td class="function_name">
132
140
  <a class="link" href="harfbuzz-hb-face.html#hb-face-reference-blob" title="hb_face_reference_blob ()">hb_face_reference_blob</a> <span class="c_punctuation">()</span>
@@ -134,7 +142,7 @@
134
142
  </tr>
135
143
  <tr>
136
144
  <td class="function_type">
137
- <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> *
145
+ <a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
138
146
  </td>
139
147
  <td class="function_name">
140
148
  <a class="link" href="harfbuzz-hb-face.html#hb-face-reference-table" title="hb_face_reference_table ()">hb_face_reference_table</a> <span class="c_punctuation">()</span>
@@ -175,7 +183,7 @@
175
183
  </tbody>
176
184
  </table></div>
177
185
  </div>
178
- <div class="refsect1">
186
+ <a name="hb-face-t"></a><div class="refsect1">
179
187
  <a name="harfbuzz-hb-face.other"></a><h2>Types and Values</h2>
180
188
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
181
189
  <colgroup>
@@ -184,19 +192,25 @@
184
192
  </colgroup>
185
193
  <tbody><tr>
186
194
  <td class="typedef_keyword">typedef</td>
187
- <td class="function_name"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t">hb_face_t</a></td>
195
+ <td class="function_name"><a class="link" href="harfbuzz-hb-face.html#hb-face-t">hb_face_t</a></td>
188
196
  </tr></tbody>
189
197
  </table></div>
190
198
  </div>
191
199
  <div class="refsect1">
200
+ <a name="harfbuzz-hb-face.object-hierarchy"></a><h2>Object Hierarchy</h2>
201
+ <pre class="screen"> <a href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
202
+ <span class="lineart">╰──</span> hb_face_t
203
+ </pre>
204
+ </div>
205
+ <div class="refsect1">
192
206
  <a name="harfbuzz-hb-face.description"></a><h2>Description</h2>
193
207
  </div>
194
208
  <div class="refsect1">
195
209
  <a name="harfbuzz-hb-face.functions_details"></a><h2>Functions</h2>
196
210
  <div class="refsect2">
197
211
  <a name="hb-face-create"></a><h3>hb_face_create ()</h3>
198
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
199
- hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
212
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
213
+ hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
200
214
  <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
201
215
  <p><span class="annotation">[Xconstructor]</span></p>
202
216
  <div class="refsect3">
@@ -209,7 +223,7 @@ hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-bl
209
223
  <hr>
210
224
  <div class="refsect2">
211
225
  <a name="hb-face-create-for-tables"></a><h3>hb_face_create_for_tables ()</h3>
212
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
226
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
213
227
  hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()"><span class="type">hb_reference_table_func_t</span></a> reference_table_func</code></em>,
214
228
  <em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
215
229
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
@@ -238,7 +252,7 @@ hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="har
238
252
  <div class="refsect2">
239
253
  <a name="hb-face-destroy"></a><h3>hb_face_destroy ()</h3>
240
254
  <pre class="programlisting"><span class="returnvalue">void</span>
241
- hb_face_destroy (<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>
255
+ hb_face_destroy (<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>
242
256
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
243
257
  <div class="refsect3">
244
258
  <a name="hb-face-destroy.parameters"></a><h4>Parameters</h4>
@@ -260,7 +274,7 @@ hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-f
260
274
  <hr>
261
275
  <div class="refsect2">
262
276
  <a name="hb-face-get-empty"></a><h3>hb_face_get_empty ()</h3>
263
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
277
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
264
278
  hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
265
279
  <div class="refsect3">
266
280
  <a name="hb-face-get-empty.returns"></a><h4>Returns</h4>
@@ -270,9 +284,39 @@ hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></c
270
284
  </div>
271
285
  <hr>
272
286
  <div class="refsect2">
287
+ <a name="hb-face-get-table-tags"></a><h3>hb_face_get_table_tags ()</h3>
288
+ <pre class="programlisting">unsigned <span class="returnvalue">int</span>
289
+ hb_face_get_table_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>,
290
+ <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
291
+ <em class="parameter"><code>unsigned <span class="type">int</span> *table_count</code></em>,
292
+ <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_tags</code></em>);</pre>
293
+ <p>Retrieves table tags for a face, if possible.</p>
294
+ <div class="refsect3">
295
+ <a name="hb-face-get-table-tags.parameters"></a><h4>Parameters</h4>
296
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
297
+ <colgroup>
298
+ <col width="150px" class="parameters_name">
299
+ <col class="parameters_description">
300
+ <col width="200px" class="parameters_annotations">
301
+ </colgroup>
302
+ <tbody><tr>
303
+ <td class="parameter_name"><p>face</p></td>
304
+ <td class="parameter_description"><p>a face.</p></td>
305
+ <td class="parameter_annotations"> </td>
306
+ </tr></tbody>
307
+ </table></div>
308
+ </div>
309
+ <div class="refsect3">
310
+ <a name="hb-face-get-table-tags.returns"></a><h4>Returns</h4>
311
+ <p> total number of tables, or 0 if not possible to list.</p>
312
+ </div>
313
+ <p class="since">Since: <a class="link" href="api-index-1-6-0.html#api-index-1.6.0">1.6.0</a></p>
314
+ </div>
315
+ <hr>
316
+ <div class="refsect2">
273
317
  <a name="hb-face-get-glyph-count"></a><h3>hb_face_get_glyph_count ()</h3>
274
318
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
275
- hb_face_get_glyph_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>);</pre>
319
+ hb_face_get_glyph_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>);</pre>
276
320
  <div class="refsect3">
277
321
  <a name="hb-face-get-glyph-count.parameters"></a><h4>Parameters</h4>
278
322
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -294,7 +338,7 @@ hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfb
294
338
  <div class="refsect2">
295
339
  <a name="hb-face-get-index"></a><h3>hb_face_get_index ()</h3>
296
340
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
297
- hb_face_get_index (<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>
341
+ hb_face_get_index (<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>
298
342
  <div class="refsect3">
299
343
  <a name="hb-face-get-index.parameters"></a><h4>Parameters</h4>
300
344
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -316,7 +360,7 @@ hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
316
360
  <div class="refsect2">
317
361
  <a name="hb-face-get-upem"></a><h3>hb_face_get_upem ()</h3>
318
362
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
319
- hb_face_get_upem (<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>
363
+ hb_face_get_upem (<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>
320
364
  <div class="refsect3">
321
365
  <a name="hb-face-get-upem.parameters"></a><h4>Parameters</h4>
322
366
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -338,8 +382,8 @@ hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
338
382
  <div class="refsect2">
339
383
  <a name="hb-face-get-user-data"></a><h3>hb_face_get_user_data ()</h3>
340
384
  <pre class="programlisting"><span class="returnvalue">void</span> *
341
- hb_face_get_user_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>,
342
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
385
+ hb_face_get_user_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>,
386
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
343
387
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
344
388
  <div class="refsect3">
345
389
  <a name="hb-face-get-user-data.parameters"></a><h4>Parameters</h4>
@@ -367,7 +411,7 @@ hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
367
411
  <div class="refsect2">
368
412
  <a name="hb-face-is-immutable"></a><h3>hb_face_is_immutable ()</h3>
369
413
  <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>
370
- hb_face_is_immutable (<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>
414
+ hb_face_is_immutable (<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>
371
415
  <div class="refsect3">
372
416
  <a name="hb-face-is-immutable.parameters"></a><h4>Parameters</h4>
373
417
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -389,7 +433,7 @@ hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
389
433
  <div class="refsect2">
390
434
  <a name="hb-face-make-immutable"></a><h3>hb_face_make_immutable ()</h3>
391
435
  <pre class="programlisting"><span class="returnvalue">void</span>
392
- hb_face_make_immutable (<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>
436
+ hb_face_make_immutable (<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>
393
437
  <div class="refsect3">
394
438
  <a name="hb-face-make-immutable.parameters"></a><h4>Parameters</h4>
395
439
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -410,8 +454,8 @@ hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
410
454
  <hr>
411
455
  <div class="refsect2">
412
456
  <a name="hb-face-reference"></a><h3>hb_face_reference ()</h3>
413
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t" title="hb_face_t"><span class="returnvalue">hb_face_t</span></a> *
414
- hb_face_reference (<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>
457
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
458
+ hb_face_reference (<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>
415
459
  <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
416
460
  <div class="refsect3">
417
461
  <a name="hb-face-reference.parameters"></a><h4>Parameters</h4>
@@ -433,8 +477,8 @@ hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
433
477
  <hr>
434
478
  <div class="refsect2">
435
479
  <a name="hb-face-reference-blob"></a><h3>hb_face_reference_blob ()</h3>
436
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> *
437
- hb_face_reference_blob (<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>
480
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
481
+ hb_face_reference_blob (<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>
438
482
  <div class="refsect3">
439
483
  <a name="hb-face-reference-blob.parameters"></a><h4>Parameters</h4>
440
484
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -460,8 +504,8 @@ hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbu
460
504
  <hr>
461
505
  <div class="refsect2">
462
506
  <a name="hb-face-reference-table"></a><h3>hb_face_reference_table ()</h3>
463
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t" title="hb_blob_t"><span class="returnvalue">hb_blob_t</span></a> *
464
- hb_face_reference_table (<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>,
507
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
508
+ hb_face_reference_table (<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>,
465
509
  <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> tag</code></em>);</pre>
466
510
  <div class="refsect3">
467
511
  <a name="hb-face-reference-table.parameters"></a><h4>Parameters</h4>
@@ -489,7 +533,7 @@ hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfb
489
533
  <div class="refsect2">
490
534
  <a name="hb-face-set-glyph-count"></a><h3>hb_face_set_glyph_count ()</h3>
491
535
  <pre class="programlisting"><span class="returnvalue">void</span>
492
- hb_face_set_glyph_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>,
536
+ hb_face_set_glyph_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>,
493
537
  <em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
494
538
  <div class="refsect3">
495
539
  <a name="hb-face-set-glyph-count.parameters"></a><h4>Parameters</h4>
@@ -512,7 +556,7 @@ hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfb
512
556
  <div class="refsect2">
513
557
  <a name="hb-face-set-index"></a><h3>hb_face_set_index ()</h3>
514
558
  <pre class="programlisting"><span class="returnvalue">void</span>
515
- hb_face_set_index (<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>,
559
+ hb_face_set_index (<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>,
516
560
  <em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
517
561
  <div class="refsect3">
518
562
  <a name="hb-face-set-index.parameters"></a><h4>Parameters</h4>
@@ -535,7 +579,7 @@ hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb
535
579
  <div class="refsect2">
536
580
  <a name="hb-face-set-upem"></a><h3>hb_face_set_upem ()</h3>
537
581
  <pre class="programlisting"><span class="returnvalue">void</span>
538
- hb_face_set_upem (<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>,
582
+ hb_face_set_upem (<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>,
539
583
  <em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
540
584
  <div class="refsect3">
541
585
  <a name="hb-face-set-upem.parameters"></a><h4>Parameters</h4>
@@ -558,8 +602,8 @@ hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
558
602
  <div class="refsect2">
559
603
  <a name="hb-face-set-user-data"></a><h3>hb_face_set_user_data ()</h3>
560
604
  <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>
561
- hb_face_set_user_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>,
562
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
605
+ hb_face_set_user_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>,
606
+ <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
563
607
  <em class="parameter"><code><span class="type">void</span> *data</code></em>,
564
608
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
565
609
  <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
@@ -592,6 +636,6 @@ hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
592
636
  </div>
593
637
  </div>
594
638
  <div class="footer">
595
- <hr>Generated by GTK-Doc V1.25</div>
639
+ <hr>Generated by GTK-Doc V1.27.1</div>
596
640
  </body>
597
641
  </html>