pango 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (306) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +27 -5
  3. data/ext/pango/depend +2 -2
  4. data/ext/pango/extconf.rb +32 -28
  5. data/ext/pango/pango.def +0 -16
  6. data/ext/pango/rb-pango-attr-list.c +64 -0
  7. data/ext/pango/rb-pango-attribute.c +147 -0
  8. data/ext/pango/rb-pango-context.c +79 -0
  9. data/ext/pango/{rbpangoconversions.h → rb-pango-conversions.h} +4 -6
  10. data/ext/pango/rb-pango-private.h +27 -0
  11. data/ext/pango/rb-pango.c +32 -0
  12. data/ext/pango/rb-pango.h +29 -0
  13. data/extconf.rb +25 -9
  14. data/lib/2.2/pango.so +0 -0
  15. data/lib/2.3/pango.so +0 -0
  16. data/lib/2.4/pango.so +0 -0
  17. data/lib/pango.rb +24 -68
  18. data/lib/pango/cairo-loader.rb +63 -0
  19. data/lib/pango/color.rb +31 -0
  20. data/lib/pango/deprecated.rb +37 -0
  21. data/lib/pango/font-description.rb +29 -0
  22. data/lib/pango/language.rb +29 -0
  23. data/lib/pango/layout.rb +41 -0
  24. data/lib/pango/loader.rb +87 -0
  25. data/lib/pango/markup.rb +31 -0
  26. data/lib/pango/matrix.rb +64 -0
  27. data/lib/pango/rectangle.rb +28 -0
  28. data/lib/pango/version.rb +30 -0
  29. data/test/pango-test-utils.rb +7 -7
  30. data/test/run-test.rb +34 -8
  31. data/test/test-attr-list.rb +28 -0
  32. data/test/test-color.rb +1 -3
  33. data/test/test-context.rb +4 -4
  34. data/test/test-enum.rb +37 -0
  35. data/test/test-font-description.rb +31 -0
  36. data/test/test-language.rb +2 -1
  37. data/test/test-layout.rb +12 -0
  38. data/test/test-markup.rb +30 -0
  39. data/test/test-matrix.rb +131 -5
  40. data/test/test-rectangle.rb +16 -3
  41. data/vendor/local/bin/derb.exe +0 -0
  42. data/vendor/local/bin/genbrk.exe +0 -0
  43. data/vendor/local/bin/genccode.exe +0 -0
  44. data/vendor/local/bin/gencfu.exe +0 -0
  45. data/vendor/local/bin/gencmn.exe +0 -0
  46. data/vendor/local/bin/gencnval.exe +0 -0
  47. data/vendor/local/bin/gendict.exe +0 -0
  48. data/vendor/local/bin/gennorm2.exe +0 -0
  49. data/vendor/local/bin/genrb.exe +0 -0
  50. data/vendor/local/bin/gensprep.exe +0 -0
  51. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  52. data/vendor/local/bin/hb-shape.exe +0 -0
  53. data/vendor/local/bin/hb-view.exe +0 -0
  54. data/vendor/local/bin/icuinfo.exe +0 -0
  55. data/vendor/local/bin/icupkg.exe +0 -0
  56. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  57. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  58. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  59. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  60. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  61. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  62. data/vendor/local/bin/makeconv.exe +0 -0
  63. data/vendor/local/bin/pango-view.exe +0 -0
  64. data/vendor/local/bin/pkgdata.exe +0 -0
  65. data/vendor/local/bin/uconv.exe +0 -0
  66. data/vendor/local/include/graphene-1.0/graphene-box.h +148 -0
  67. data/vendor/local/include/graphene-1.0/graphene-euler.h +140 -0
  68. data/vendor/local/include/graphene-1.0/graphene-frustum.h +93 -0
  69. data/vendor/local/include/graphene-1.0/graphene-gobject.h +119 -0
  70. data/vendor/local/include/graphene-1.0/graphene-macros.h +105 -0
  71. data/vendor/local/include/graphene-1.0/graphene-matrix.h +288 -0
  72. data/vendor/local/include/graphene-1.0/graphene-plane.h +99 -0
  73. data/vendor/local/include/graphene-1.0/graphene-point.h +120 -0
  74. data/vendor/local/include/graphene-1.0/graphene-point3d.h +140 -0
  75. data/vendor/local/include/graphene-1.0/graphene-quad.h +80 -0
  76. data/vendor/local/include/graphene-1.0/graphene-quaternion.h +136 -0
  77. data/vendor/local/include/graphene-1.0/graphene-ray.h +98 -0
  78. data/vendor/local/include/graphene-1.0/graphene-rect.h +180 -0
  79. data/vendor/local/include/graphene-1.0/graphene-simd4f.h +1870 -0
  80. data/vendor/local/include/graphene-1.0/graphene-simd4x4f.h +1045 -0
  81. data/vendor/local/include/graphene-1.0/graphene-size.h +105 -0
  82. data/vendor/local/include/graphene-1.0/graphene-sphere.h +97 -0
  83. data/vendor/local/include/graphene-1.0/graphene-triangle.h +105 -0
  84. data/vendor/local/include/graphene-1.0/graphene-types.h +88 -0
  85. data/vendor/local/include/graphene-1.0/graphene-vec2.h +130 -0
  86. data/vendor/local/include/graphene-1.0/graphene-vec3.h +155 -0
  87. data/vendor/local/include/graphene-1.0/graphene-vec4.h +156 -0
  88. data/vendor/local/include/graphene-1.0/graphene-version-macros.h +185 -0
  89. data/vendor/local/include/graphene-1.0/graphene-version.h +70 -0
  90. data/vendor/local/include/graphene-1.0/graphene.h +61 -0
  91. data/vendor/local/include/harfbuzz/hb-common.h +36 -0
  92. data/vendor/local/include/harfbuzz/hb-font.h +18 -1
  93. data/vendor/local/include/harfbuzz/hb-ot-var.h +105 -0
  94. data/vendor/local/include/harfbuzz/hb-ot.h +1 -0
  95. data/vendor/local/include/harfbuzz/hb-shape.h +0 -16
  96. data/vendor/local/include/harfbuzz/hb-version.h +2 -2
  97. data/vendor/local/include/pango-1.0/pango/pango-engine.h +6 -6
  98. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  99. data/vendor/local/include/pango-1.0/pango/pango-layout.h +1 -1
  100. data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
  101. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  102. data/vendor/local/lib/graphene-1.0/include/graphene-config.h +89 -0
  103. data/vendor/local/lib/icudt.dll +0 -0
  104. data/vendor/local/lib/icudt58.dll +0 -0
  105. data/vendor/local/lib/icuin.dll +0 -0
  106. data/vendor/local/lib/icuin58.dll +0 -0
  107. data/vendor/local/lib/icuio.dll +0 -0
  108. data/vendor/local/lib/icuio58.dll +0 -0
  109. data/vendor/local/lib/icutest.dll +0 -0
  110. data/vendor/local/lib/icutest58.dll +0 -0
  111. data/vendor/local/lib/icutu.dll +0 -0
  112. data/vendor/local/lib/icutu58.dll +0 -0
  113. data/vendor/local/lib/icuuc.dll +0 -0
  114. data/vendor/local/lib/icuuc58.dll +0 -0
  115. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  116. data/vendor/local/lib/libgraphene-1.0.la +41 -0
  117. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  118. data/vendor/local/lib/libharfbuzz-icu.la +1 -1
  119. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  120. data/vendor/local/lib/libharfbuzz.la +1 -1
  121. data/vendor/local/lib/libicudt.dll.a +0 -0
  122. data/vendor/local/lib/libicuin.dll.a +0 -0
  123. data/vendor/local/lib/libicuio.dll.a +0 -0
  124. data/vendor/local/lib/libicutest.dll.a +0 -0
  125. data/vendor/local/lib/libicutu.dll.a +0 -0
  126. data/vendor/local/lib/libicuuc.dll.a +0 -0
  127. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  128. data/vendor/local/lib/libpango-1.0.la +1 -1
  129. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  130. data/vendor/local/lib/libpangocairo-1.0.la +1 -1
  131. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  132. data/vendor/local/lib/libpangoft2-1.0.la +1 -1
  133. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  134. data/vendor/local/lib/libpangowin32-1.0.la +1 -1
  135. data/vendor/local/lib/pkgconfig/graphene-1.0.pc +15 -0
  136. data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +15 -0
  137. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  143. data/vendor/local/share/gir-1.0/Graphene-1.0.gir +8180 -0
  144. data/vendor/local/share/gir-1.0/Pango-1.0.gir +12 -16
  145. data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +57 -0
  146. data/vendor/local/share/gtk-doc/html/graphene/api-index.html +1985 -0
  147. data/vendor/local/share/gtk-doc/html/graphene/ch01.html +97 -0
  148. data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +34 -0
  149. data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +1252 -0
  150. data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +886 -0
  151. data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +527 -0
  152. data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +147 -0
  153. data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +2959 -0
  154. data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +641 -0
  155. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +689 -0
  156. data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +916 -0
  157. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +418 -0
  158. data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +1056 -0
  159. data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +596 -0
  160. data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +1483 -0
  161. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +1475 -0
  162. data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +3046 -0
  163. data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +489 -0
  164. data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +641 -0
  165. data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +705 -0
  166. data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +3715 -0
  167. data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +104 -0
  168. data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +534 -0
  169. data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/graphene/index.html +107 -0
  171. data/vendor/local/share/gtk-doc/html/graphene/ix03.html +1313 -0
  172. data/vendor/local/share/gtk-doc/html/graphene/ix04.html +582 -0
  173. data/vendor/local/share/gtk-doc/html/graphene/ix05.html +151 -0
  174. data/vendor/local/share/gtk-doc/html/graphene/ix06.html +34 -0
  175. data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
  176. data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
  177. data/vendor/local/share/gtk-doc/html/{pango/api-index-1-40.html → graphene/object-tree.html} +14 -11
  178. data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
  179. data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
  180. data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
  181. data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
  182. data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
  183. data/vendor/local/share/gtk-doc/html/graphene/style.css +479 -0
  184. data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
  185. data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
  186. data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/{api-index-1-4-0.html → api-index-1-3-3.html} +2 -2
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +104 -0
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +9 -2
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +156 -40
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +73 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +1 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +49 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +174 -177
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +40 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +28 -10
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +1 -1
  205. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +1 -1
  206. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +3 -3
  207. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +1 -1
  208. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +1 -1
  210. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +1 -1
  211. data/vendor/local/share/gtk-doc/html/pango/index.html +2 -23
  212. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +1 -1
  213. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +1 -1
  214. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +69 -69
  215. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +1 -1
  216. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +1 -1
  217. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +5 -1
  218. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +5 -4
  219. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +8 -4
  220. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +4 -4
  222. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +1 -1
  223. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +3 -1
  224. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1 -1
  225. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +3 -3
  226. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +1 -1
  227. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +1 -1
  228. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +3 -3
  229. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +3 -3
  230. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +1 -1
  231. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +1 -1
  233. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +1 -1
  234. data/vendor/local/share/gtk-doc/html/pango/pango.html +1 -1
  235. data/vendor/local/share/gtk-doc/html/pango/rendering.html +1 -1
  236. data/vendor/local/share/man/man1/pango-view.1 +2 -2
  237. metadata +119 -78
  238. data/README +0 -32
  239. data/ext/pango/rbpango.c +0 -356
  240. data/ext/pango/rbpango.h +0 -95
  241. data/ext/pango/rbpangoanalysis.c +0 -218
  242. data/ext/pango/rbpangoattribute.c +0 -506
  243. data/ext/pango/rbpangoattriterator.c +0 -141
  244. data/ext/pango/rbpangoattrlist.c +0 -101
  245. data/ext/pango/rbpangocairo.c +0 -122
  246. data/ext/pango/rbpangocairocontext.c +0 -131
  247. data/ext/pango/rbpangocolor.c +0 -120
  248. data/ext/pango/rbpangocontext.c +0 -344
  249. data/ext/pango/rbpangocoverage.c +0 -106
  250. data/ext/pango/rbpangoengine.c +0 -73
  251. data/ext/pango/rbpangofont.c +0 -110
  252. data/ext/pango/rbpangofontdescription.c +0 -282
  253. data/ext/pango/rbpangofontface.c +0 -73
  254. data/ext/pango/rbpangofontfamily.c +0 -79
  255. data/ext/pango/rbpangofontmap.c +0 -102
  256. data/ext/pango/rbpangofontmetrics.c +0 -85
  257. data/ext/pango/rbpangofontset.c +0 -69
  258. data/ext/pango/rbpangofontsetsimple.c +0 -60
  259. data/ext/pango/rbpangoglyphinfo.c +0 -123
  260. data/ext/pango/rbpangoglyphitem.c +0 -125
  261. data/ext/pango/rbpangoglyphstring.c +0 -151
  262. data/ext/pango/rbpangogravity.c +0 -54
  263. data/ext/pango/rbpangoitem.c +0 -95
  264. data/ext/pango/rbpangolanguage.c +0 -94
  265. data/ext/pango/rbpangolayout.c +0 -583
  266. data/ext/pango/rbpangolayoutiter.c +0 -189
  267. data/ext/pango/rbpangolayoutline.c +0 -243
  268. data/ext/pango/rbpangologattr.c +0 -109
  269. data/ext/pango/rbpangomatrix.c +0 -143
  270. data/ext/pango/rbpangoprivate.h +0 -49
  271. data/ext/pango/rbpangorectangle.c +0 -170
  272. data/ext/pango/rbpangorenderer.c +0 -193
  273. data/ext/pango/rbpangoscript.c +0 -84
  274. data/ext/pango/rbpangoscriptiter.c +0 -92
  275. data/ext/pango/rbpangotabarray.c +0 -128
  276. data/sample/attribute.rb +0 -82
  277. data/sample/break.rb +0 -28
  278. data/sample/gdk_layout.rb +0 -27
  279. data/sample/glyphstring.rb +0 -61
  280. data/sample/item.rb +0 -37
  281. data/sample/label.rb +0 -23
  282. data/sample/layout.rb +0 -102
  283. data/sample/pango_cairo.rb +0 -66
  284. data/sample/parse.rb +0 -33
  285. data/sample/sample.txt +0 -10
  286. data/sample/script.rb +0 -23
  287. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +0 -134
  288. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +0 -48
  289. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +0 -63
  290. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +0 -227
  291. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +0 -151
  292. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +0 -121
  293. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +0 -86
  294. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +0 -123
  295. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +0 -96
  296. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +0 -45
  297. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +0 -38
  298. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +0 -38
  299. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +0 -52
  300. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +0 -41
  301. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +0 -38
  302. data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +0 -79
  303. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +0 -200
  304. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +0 -164
  305. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +0 -170
  306. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +0 -441
@@ -140,6 +140,30 @@
140
140
  <span class="returnvalue">GType</span>
141
141
  </td>
142
142
  <td class="function_name">
143
+ <a class="link" href="harfbuzz-hb-gobject.html#hb-gobject-ot-math-constant-get-type" title="hb_gobject_ot_math_constant_get_type ()">hb_gobject_ot_math_constant_get_type</a> <span class="c_punctuation">()</span>
144
+ </td>
145
+ </tr>
146
+ <tr>
147
+ <td class="function_type">
148
+ <span class="returnvalue">GType</span>
149
+ </td>
150
+ <td class="function_name">
151
+ <a class="link" href="harfbuzz-hb-gobject.html#hb-gobject-ot-math-glyph-part-flags-get-type" title="hb_gobject_ot_math_glyph_part_flags_get_type ()">hb_gobject_ot_math_glyph_part_flags_get_type</a> <span class="c_punctuation">()</span>
152
+ </td>
153
+ </tr>
154
+ <tr>
155
+ <td class="function_type">
156
+ <span class="returnvalue">GType</span>
157
+ </td>
158
+ <td class="function_name">
159
+ <a class="link" href="harfbuzz-hb-gobject.html#hb-gobject-ot-math-kern-get-type" title="hb_gobject_ot_math_kern_get_type ()">hb_gobject_ot_math_kern_get_type</a> <span class="c_punctuation">()</span>
160
+ </td>
161
+ </tr>
162
+ <tr>
163
+ <td class="function_type">
164
+ <span class="returnvalue">GType</span>
165
+ </td>
166
+ <td class="function_name">
143
167
  <a class="link" href="harfbuzz-hb-gobject.html#hb-gobject-script-get-type" title="hb_gobject_script_get_type ()">hb_gobject_script_get_type</a> <span class="c_punctuation">()</span>
144
168
  </td>
145
169
  </tr>
@@ -292,6 +316,18 @@
292
316
  </tr>
293
317
  <tr>
294
318
  <td class="define_keyword">#define</td>
319
+ <td class="function_name"><a class="link" href="harfbuzz-hb-gobject.html#HB-GOBJECT-TYPE-OT-MATH-CONSTANT:CAPS" title="HB_GOBJECT_TYPE_OT_MATH_CONSTANT">HB_GOBJECT_TYPE_OT_MATH_CONSTANT</a></td>
320
+ </tr>
321
+ <tr>
322
+ <td class="define_keyword">#define</td>
323
+ <td class="function_name"><a class="link" href="harfbuzz-hb-gobject.html#HB-GOBJECT-TYPE-OT-MATH-GLYPH-PART-FLAGS:CAPS" title="HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS">HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS</a></td>
324
+ </tr>
325
+ <tr>
326
+ <td class="define_keyword">#define</td>
327
+ <td class="function_name"><a class="link" href="harfbuzz-hb-gobject.html#HB-GOBJECT-TYPE-OT-MATH-KERN:CAPS" title="HB_GOBJECT_TYPE_OT_MATH_KERN">HB_GOBJECT_TYPE_OT_MATH_KERN</a></td>
328
+ </tr>
329
+ <tr>
330
+ <td class="define_keyword">#define</td>
295
331
  <td class="function_name"><a class="link" href="harfbuzz-hb-gobject.html#HB-GOBJECT-TYPE-SCRIPT:CAPS" title="HB_GOBJECT_TYPE_SCRIPT">HB_GOBJECT_TYPE_SCRIPT</a></td>
296
332
  </tr>
297
333
  <tr>
@@ -428,6 +464,25 @@ hb_gobject_ot_layout_glyph_class_get_type
428
464
  </div>
429
465
  <hr>
430
466
  <div class="refsect2">
467
+ <a name="hb-gobject-ot-math-constant-get-type"></a><h3>hb_gobject_ot_math_constant_get_type ()</h3>
468
+ <pre class="programlisting"><span class="returnvalue">GType</span>
469
+ hb_gobject_ot_math_constant_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
470
+ </div>
471
+ <hr>
472
+ <div class="refsect2">
473
+ <a name="hb-gobject-ot-math-glyph-part-flags-get-type"></a><h3>hb_gobject_ot_math_glyph_part_flags_get_type ()</h3>
474
+ <pre class="programlisting"><span class="returnvalue">GType</span>
475
+ hb_gobject_ot_math_glyph_part_flags_get_type
476
+ (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
477
+ </div>
478
+ <hr>
479
+ <div class="refsect2">
480
+ <a name="hb-gobject-ot-math-kern-get-type"></a><h3>hb_gobject_ot_math_kern_get_type ()</h3>
481
+ <pre class="programlisting"><span class="returnvalue">GType</span>
482
+ hb_gobject_ot_math_kern_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
483
+ </div>
484
+ <hr>
485
+ <div class="refsect2">
431
486
  <a name="hb-gobject-script-get-type"></a><h3>hb_gobject_script_get_type ()</h3>
432
487
  <pre class="programlisting"><span class="returnvalue">GType</span>
433
488
  hb_gobject_script_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
@@ -579,6 +634,24 @@ hb_gobject_user_data_key_get_type (<em class="parameter"><code><span class="type
579
634
  </div>
580
635
  <hr>
581
636
  <div class="refsect2">
637
+ <a name="HB-GOBJECT-TYPE-OT-MATH-CONSTANT:CAPS"></a><h3>HB_GOBJECT_TYPE_OT_MATH_CONSTANT</h3>
638
+ <pre class="programlisting">#define HB_GOBJECT_TYPE_OT_MATH_CONSTANT (hb_gobject_ot_math_constant_get_type ())
639
+ </pre>
640
+ </div>
641
+ <hr>
642
+ <div class="refsect2">
643
+ <a name="HB-GOBJECT-TYPE-OT-MATH-GLYPH-PART-FLAGS:CAPS"></a><h3>HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS</h3>
644
+ <pre class="programlisting">#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS (hb_gobject_ot_math_glyph_part_flags_get_type ())
645
+ </pre>
646
+ </div>
647
+ <hr>
648
+ <div class="refsect2">
649
+ <a name="HB-GOBJECT-TYPE-OT-MATH-KERN:CAPS"></a><h3>HB_GOBJECT_TYPE_OT_MATH_KERN</h3>
650
+ <pre class="programlisting">#define HB_GOBJECT_TYPE_OT_MATH_KERN (hb_gobject_ot_math_kern_get_type ())
651
+ </pre>
652
+ </div>
653
+ <hr>
654
+ <div class="refsect2">
582
655
  <a name="HB-GOBJECT-TYPE-SCRIPT:CAPS"></a><h3>HB_GOBJECT_TYPE_SCRIPT</h3>
583
656
  <pre class="programlisting">#define HB_GOBJECT_TYPE_SCRIPT (hb_gobject_script_get_type ())
584
657
  </pre>
@@ -86,6 +86,7 @@ hb_graphite2_face_get_gr_face (<em class="parameter"><code><a class="link" href=
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
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
+ <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>
89
90
  </div>
90
91
  </div>
91
92
  <div class="refsect1">
@@ -59,6 +59,13 @@
59
59
  <td class="function_type">unsigned <span class="returnvalue">int</span>
60
60
  </td>
61
61
  <td class="function_name">
62
+ <a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-feature-with-variations-get-lookups" title="hb_ot_layout_feature_with_variations_get_lookups ()">hb_ot_layout_feature_with_variations_get_lookups</a> <span class="c_punctuation">()</span>
63
+ </td>
64
+ </tr>
65
+ <tr>
66
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
67
+ </td>
68
+ <td class="function_name">
62
69
  <a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-get-attach-points" title="hb_ot_layout_get_attach_points ()">hb_ot_layout_get_attach_points</a> <span class="c_punctuation">()</span>
63
70
  </td>
64
71
  </tr>
@@ -207,6 +214,14 @@
207
214
  <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
208
215
  </td>
209
216
  <td class="function_name">
217
+ <a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-table-find-feature-variations" title="hb_ot_layout_table_find_feature_variations ()">hb_ot_layout_table_find_feature_variations</a> <span class="c_punctuation">()</span>
218
+ </td>
219
+ </tr>
220
+ <tr>
221
+ <td class="function_type">
222
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
223
+ </td>
224
+ <td class="function_name">
210
225
  <a class="link" href="harfbuzz-hb-ot-layout.html#hb-ot-layout-table-find-script" title="hb_ot_layout_table_find_script ()">hb_ot_layout_table_find_script</a> <span class="c_punctuation">()</span>
211
226
  </td>
212
227
  </tr>
@@ -272,6 +287,10 @@
272
287
  </tr>
273
288
  <tr>
274
289
  <td class="define_keyword">#define</td>
290
+ <td class="function_name"><a class="link" href="harfbuzz-hb-ot-layout.html#HB-OT-LAYOUT-NO-VARIATIONS-INDEX:CAPS" title="HB_OT_LAYOUT_NO_VARIATIONS_INDEX">HB_OT_LAYOUT_NO_VARIATIONS_INDEX</a></td>
291
+ </tr>
292
+ <tr>
293
+ <td class="define_keyword">#define</td>
275
294
  <td class="function_name"><a class="link" href="harfbuzz-hb-ot-layout.html#HB-OT-TAG-GDEF:CAPS" title="HB_OT_TAG_GDEF">HB_OT_TAG_GDEF</a></td>
276
295
  </tr>
277
296
  <tr>
@@ -329,6 +348,19 @@ hb_ot_layout_feature_get_lookups (<em class="parameter"><code><a class="link" hr
329
348
  </div>
330
349
  <hr>
331
350
  <div class="refsect2">
351
+ <a name="hb-ot-layout-feature-with-variations-get-lookups"></a><h3>hb_ot_layout_feature_with_variations_get_lookups ()</h3>
352
+ <pre class="programlisting">unsigned <span class="returnvalue">int</span>
353
+ hb_ot_layout_feature_with_variations_get_lookups
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>,
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>,
356
+ <em class="parameter"><code>unsigned <span class="type">int</span> feature_index</code></em>,
357
+ <em class="parameter"><code>unsigned <span class="type">int</span> variations_index</code></em>,
358
+ <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
359
+ <em class="parameter"><code>unsigned <span class="type">int</span> *lookup_count</code></em>,
360
+ <em class="parameter"><code>unsigned <span class="type">int</span> *lookup_indexes</code></em>);</pre>
361
+ </div>
362
+ <hr>
363
+ <div class="refsect2">
332
364
  <a name="hb-ot-layout-get-attach-points"></a><h3>hb_ot_layout_get_attach_points ()</h3>
333
365
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
334
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>,
@@ -522,6 +554,17 @@ hb_ot_layout_table_choose_script (<em class="parameter"><code><a class="link" hr
522
554
  </div>
523
555
  <hr>
524
556
  <div class="refsect2">
557
+ <a name="hb-ot-layout-table-find-feature-variations"></a><h3>hb_ot_layout_table_find_feature_variations ()</h3>
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>
559
+ hb_ot_layout_table_find_feature_variations
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>,
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>,
562
+ <em class="parameter"><code>const <span class="type">int</span> *coords</code></em>,
563
+ <em class="parameter"><code>unsigned <span class="type">int</span> num_coords</code></em>,
564
+ <em class="parameter"><code>unsigned <span class="type">int</span> *variations_index</code></em>);</pre>
565
+ </div>
566
+ <hr>
567
+ <div class="refsect2">
525
568
  <a name="hb-ot-layout-table-find-script"></a><h3>hb_ot_layout_table_find_script ()</h3>
526
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>
527
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>,
@@ -599,6 +642,12 @@ hb_ot_layout_language_get_required_feature_index
599
642
  </div>
600
643
  <hr>
601
644
  <div class="refsect2">
645
+ <a name="HB-OT-LAYOUT-NO-VARIATIONS-INDEX:CAPS"></a><h3>HB_OT_LAYOUT_NO_VARIATIONS_INDEX</h3>
646
+ <pre class="programlisting">#define HB_OT_LAYOUT_NO_VARIATIONS_INDEX 0xFFFFFFFFu
647
+ </pre>
648
+ </div>
649
+ <hr>
650
+ <div class="refsect2">
602
651
  <a name="HB-OT-TAG-GDEF:CAPS"></a><h3>HB_OT_TAG_GDEF</h3>
603
652
  <pre class="programlisting">#define HB_OT_TAG_GDEF HB_TAG('G','D','E','F')
604
653
  </pre>
@@ -42,17 +42,18 @@
42
42
  <tbody>
43
43
  <tr>
44
44
  <td class="function_type">
45
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
45
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
46
46
  </td>
47
47
  <td class="function_name">
48
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-constant" title="hb_ot_math_get_constant ()">hb_ot_math_get_constant</a> <span class="c_punctuation">()</span>
48
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-has-data" title="hb_ot_math_has_data ()">hb_ot_math_has_data</a> <span class="c_punctuation">()</span>
49
49
  </td>
50
50
  </tr>
51
51
  <tr>
52
- <td class="function_type">unsigned <span class="returnvalue">int</span>
52
+ <td class="function_type">
53
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
53
54
  </td>
54
55
  <td class="function_name">
55
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-assembly" title="hb_ot_math_get_glyph_assembly ()">hb_ot_math_get_glyph_assembly</a> <span class="c_punctuation">()</span>
56
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-constant" title="hb_ot_math_get_constant ()">hb_ot_math_get_constant</a> <span class="c_punctuation">()</span>
56
57
  </td>
57
58
  </tr>
58
59
  <tr>
@@ -68,7 +69,7 @@
68
69
  <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
69
70
  </td>
70
71
  <td class="function_name">
71
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-kerning" title="hb_ot_math_get_glyph_kerning ()">hb_ot_math_get_glyph_kerning</a> <span class="c_punctuation">()</span>
72
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-top-accent-attachment" title="hb_ot_math_get_glyph_top_accent_attachment ()">hb_ot_math_get_glyph_top_accent_attachment</a> <span class="c_punctuation">()</span>
72
73
  </td>
73
74
  </tr>
74
75
  <tr>
@@ -76,38 +77,37 @@
76
77
  <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
77
78
  </td>
78
79
  <td class="function_name">
79
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-top-accent-attachment" title="hb_ot_math_get_glyph_top_accent_attachment ()">hb_ot_math_get_glyph_top_accent_attachment</a> <span class="c_punctuation">()</span>
80
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-kerning" title="hb_ot_math_get_glyph_kerning ()">hb_ot_math_get_glyph_kerning</a> <span class="c_punctuation">()</span>
80
81
  </td>
81
82
  </tr>
82
83
  <tr>
83
- <td class="function_type">unsigned <span class="returnvalue">int</span>
84
+ <td class="function_type">
85
+ <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
84
86
  </td>
85
87
  <td class="function_name">
86
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-variants" title="hb_ot_math_get_glyph_variants ()">hb_ot_math_get_glyph_variants</a> <span class="c_punctuation">()</span>
88
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-is-glyph-extended-shape" title="hb_ot_math_is_glyph_extended_shape ()">hb_ot_math_is_glyph_extended_shape</a> <span class="c_punctuation">()</span>
87
89
  </td>
88
90
  </tr>
89
91
  <tr>
90
- <td class="function_type">
91
- <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
92
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
92
93
  </td>
93
94
  <td class="function_name">
94
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-min-connector-overlap" title="hb_ot_math_get_min_connector_overlap ()">hb_ot_math_get_min_connector_overlap</a> <span class="c_punctuation">()</span>
95
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-variants" title="hb_ot_math_get_glyph_variants ()">hb_ot_math_get_glyph_variants</a> <span class="c_punctuation">()</span>
95
96
  </td>
96
97
  </tr>
97
98
  <tr>
98
99
  <td class="function_type">
99
- <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
100
+ <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a>
100
101
  </td>
101
102
  <td class="function_name">
102
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-has-data" title="hb_ot_math_has_data ()">hb_ot_math_has_data</a> <span class="c_punctuation">()</span>
103
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-min-connector-overlap" title="hb_ot_math_get_min_connector_overlap ()">hb_ot_math_get_min_connector_overlap</a> <span class="c_punctuation">()</span>
103
104
  </td>
104
105
  </tr>
105
106
  <tr>
106
- <td class="function_type">
107
- <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
107
+ <td class="function_type">unsigned <span class="returnvalue">int</span>
108
108
  </td>
109
109
  <td class="function_name">
110
- <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-is-glyph-extended-shape" title="hb_ot_math_is_glyph_extended_shape ()">hb_ot_math_is_glyph_extended_shape</a> <span class="c_punctuation">()</span>
110
+ <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-get-glyph-assembly" title="hb_ot_math_get_glyph_assembly ()">hb_ot_math_get_glyph_assembly</a> <span class="c_punctuation">()</span>
111
111
  </td>
112
112
  </tr>
113
113
  </tbody>
@@ -135,11 +135,7 @@
135
135
  </tr>
136
136
  <tr>
137
137
  <td class="datatype_keyword">enum</td>
138
- <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-flags-t" title="enum hb_ot_math_glyph_part_flags_t">hb_ot_math_glyph_part_flags_t</a></td>
139
- </tr>
140
- <tr>
141
- <td class="datatype_keyword"> </td>
142
- <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>
138
+ <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-kern-t" title="enum hb_ot_math_kern_t">hb_ot_math_kern_t</a></td>
143
139
  </tr>
144
140
  <tr>
145
141
  <td class="datatype_keyword"> </td>
@@ -147,7 +143,11 @@
147
143
  </tr>
148
144
  <tr>
149
145
  <td class="datatype_keyword">enum</td>
150
- <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-kern-t" title="enum hb_ot_math_kern_t">hb_ot_math_kern_t</a></td>
146
+ <td class="function_name"><a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-math-glyph-part-flags-t" title="enum hb_ot_math_glyph_part_flags_t">hb_ot_math_glyph_part_flags_t</a></td>
147
+ </tr>
148
+ <tr>
149
+ <td class="datatype_keyword"> </td>
150
+ <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>
151
151
  </tr>
152
152
  </tbody>
153
153
  </table></div>
@@ -167,6 +167,34 @@
167
167
  <div class="refsect1">
168
168
  <a name="harfbuzz-hb-ot-math.functions_details"></a><h2>Functions</h2>
169
169
  <div class="refsect2">
170
+ <a name="hb-ot-math-has-data"></a><h3>hb_ot_math_has_data ()</h3>
171
+ <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>
172
+ 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>
173
+ <p>This function allows to verify the presence of an OpenType MATH table on the
174
+ face.</p>
175
+ <div class="refsect3">
176
+ <a name="hb-ot-math-has-data.parameters"></a><h4>Parameters</h4>
177
+ <div class="informaltable"><table width="100%" border="0">
178
+ <colgroup>
179
+ <col width="150px" class="parameters_name">
180
+ <col class="parameters_description">
181
+ <col width="200px" class="parameters_annotations">
182
+ </colgroup>
183
+ <tbody><tr>
184
+ <td class="parameter_name"><p>face</p></td>
185
+ <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>
186
+ <td class="parameter_annotations"> </td>
187
+ </tr></tbody>
188
+ </table></div>
189
+ </div>
190
+ <div class="refsect3">
191
+ <a name="hb-ot-math-has-data.returns"></a><h4>Returns</h4>
192
+ <p> true if face has a MATH table, false otherwise</p>
193
+ </div>
194
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
195
+ </div>
196
+ <hr>
197
+ <div class="refsect2">
170
198
  <a name="hb-ot-math-get-constant"></a><h3>hb_ot_math_get_constant ()</h3>
171
199
  <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>
172
200
  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>,
@@ -202,25 +230,17 @@ actually an integer between 0 and 100 representing that percentage.</p>
202
230
  <a name="hb-ot-math-get-constant.returns"></a><h4>Returns</h4>
203
231
  <p> the requested constant or 0</p>
204
232
  </div>
205
- <p class="since">Since: 1.3.3</p>
233
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
206
234
  </div>
207
235
  <hr>
208
236
  <div class="refsect2">
209
- <a name="hb-ot-math-get-glyph-assembly"></a><h3>hb_ot_math_get_glyph_assembly ()</h3>
210
- <pre class="programlisting">unsigned <span class="returnvalue">int</span>
211
- 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>,
212
- <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>,
213
- <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>,
214
- <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
215
- <em class="parameter"><code>unsigned <span class="type">int</span> *parts_count</code></em>,
216
- <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>,
217
- <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>
218
- <p>This function tries to retrieve the GlyphAssembly for the specified font,
219
- 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>
220
- is considered. It provides the information necessary to draw the glyph
221
- 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>
237
+ <a name="hb-ot-math-get-glyph-italics-correction"></a><h3>hb_ot_math_get_glyph_italics_correction ()</h3>
238
+ <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>
239
+ hb_ot_math_get_glyph_italics_correction
240
+ (<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>,
241
+ <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>
222
242
  <div class="refsect3">
223
- <a name="hb-ot-math-get-glyph-assembly.parameters"></a><h4>Parameters</h4>
243
+ <a name="hb-ot-math-get-glyph-italics-correction.parameters"></a><h4>Parameters</h4>
224
244
  <div class="informaltable"><table width="100%" border="0">
225
245
  <colgroup>
226
246
  <col width="150px" class="parameters_name">
@@ -230,59 +250,32 @@ assembly as an array of <a class="link" href="harfbuzz-hb-ot-math.html#hb-ot-mat
230
250
  <tbody>
231
251
  <tr>
232
252
  <td class="parameter_name"><p>font</p></td>
233
- <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>
253
+ <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>
234
254
  <td class="parameter_annotations"> </td>
235
255
  </tr>
236
256
  <tr>
237
257
  <td class="parameter_name"><p>glyph</p></td>
238
- <td class="parameter_description"><p>index of the glyph to stretch</p></td>
239
- <td class="parameter_annotations"> </td>
240
- </tr>
241
- <tr>
242
- <td class="parameter_name"><p>direction</p></td>
243
- <td class="parameter_description"><p>direction of the stretching</p></td>
244
- <td class="parameter_annotations"> </td>
245
- </tr>
246
- <tr>
247
- <td class="parameter_name"><p>start_offset</p></td>
248
- <td class="parameter_description"><p>offset of the first glyph part to retrieve</p></td>
249
- <td class="parameter_annotations"> </td>
250
- </tr>
251
- <tr>
252
- <td class="parameter_name"><p>parts_count</p></td>
253
- <td class="parameter_description"><p>maximum number of glyph parts to retrieve after start_offset
254
- (IN) and actual number of parts retrieved (OUT)</p></td>
255
- <td class="parameter_annotations"> </td>
256
- </tr>
257
- <tr>
258
- <td class="parameter_name"><p>parts</p></td>
259
- <td class="parameter_description"><p>array of size at least <em class="parameter"><code>parts_count</code></em>
260
- to store the result</p></td>
261
- <td class="parameter_annotations"> </td>
262
- </tr>
263
- <tr>
264
- <td class="parameter_name"><p>italics_correction</p></td>
265
- <td class="parameter_description"><p>italic correction of the glyph assembly</p></td>
258
+ <td class="parameter_description"><p>glyph index from which to retrieve the value</p></td>
266
259
  <td class="parameter_annotations"> </td>
267
260
  </tr>
268
261
  </tbody>
269
262
  </table></div>
270
263
  </div>
271
264
  <div class="refsect3">
272
- <a name="hb-ot-math-get-glyph-assembly.returns"></a><h4>Returns</h4>
273
- <p> the total number of parts in the glyph assembly</p>
265
+ <a name="hb-ot-math-get-glyph-italics-correction.returns"></a><h4>Returns</h4>
266
+ <p> the italics correction of the glyph or 0</p>
274
267
  </div>
275
- <p class="since">Since: 1.3.3</p>
268
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
276
269
  </div>
277
270
  <hr>
278
271
  <div class="refsect2">
279
- <a name="hb-ot-math-get-glyph-italics-correction"></a><h3>hb_ot_math_get_glyph_italics_correction ()</h3>
272
+ <a name="hb-ot-math-get-glyph-top-accent-attachment"></a><h3>hb_ot_math_get_glyph_top_accent_attachment ()</h3>
280
273
  <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>
281
- hb_ot_math_get_glyph_italics_correction
274
+ hb_ot_math_get_glyph_top_accent_attachment
282
275
  (<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>,
283
276
  <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>
284
277
  <div class="refsect3">
285
- <a name="hb-ot-math-get-glyph-italics-correction.parameters"></a><h4>Parameters</h4>
278
+ <a name="hb-ot-math-get-glyph-top-accent-attachment.parameters"></a><h4>Parameters</h4>
286
279
  <div class="informaltable"><table width="100%" border="0">
287
280
  <colgroup>
288
281
  <col width="150px" class="parameters_name">
@@ -304,10 +297,10 @@ hb_ot_math_get_glyph_italics_correction
304
297
  </table></div>
305
298
  </div>
306
299
  <div class="refsect3">
307
- <a name="hb-ot-math-get-glyph-italics-correction.returns"></a><h4>Returns</h4>
308
- <p> the italics correction of the glyph or 0</p>
300
+ <a name="hb-ot-math-get-glyph-top-accent-attachment.returns"></a><h4>Returns</h4>
301
+ <p> the top accent attachment of the glyph or 0</p>
309
302
  </div>
310
- <p class="since">Since: 1.3.3</p>
303
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
311
304
  </div>
312
305
  <hr>
313
306
  <div class="refsect2">
@@ -358,17 +351,16 @@ kerns is returned and otherwise the last kern value is returned.</p>
358
351
  <a name="hb-ot-math-get-glyph-kerning.returns"></a><h4>Returns</h4>
359
352
  <p> requested kerning or 0</p>
360
353
  </div>
361
- <p class="since">Since: 1.3.3</p>
354
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
362
355
  </div>
363
356
  <hr>
364
357
  <div class="refsect2">
365
- <a name="hb-ot-math-get-glyph-top-accent-attachment"></a><h3>hb_ot_math_get_glyph_top_accent_attachment ()</h3>
366
- <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>
367
- hb_ot_math_get_glyph_top_accent_attachment
368
- (<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>,
369
- <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>
358
+ <a name="hb-ot-math-is-glyph-extended-shape"></a><h3>hb_ot_math_is_glyph_extended_shape ()</h3>
359
+ <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>
360
+ 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>,
361
+ <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>
370
362
  <div class="refsect3">
371
- <a name="hb-ot-math-get-glyph-top-accent-attachment.parameters"></a><h4>Parameters</h4>
363
+ <a name="hb-ot-math-is-glyph-extended-shape.parameters"></a><h4>Parameters</h4>
372
364
  <div class="informaltable"><table width="100%" border="0">
373
365
  <colgroup>
374
366
  <col width="150px" class="parameters_name">
@@ -377,23 +369,23 @@ hb_ot_math_get_glyph_top_accent_attachment
377
369
  </colgroup>
378
370
  <tbody>
379
371
  <tr>
380
- <td class="parameter_name"><p>font</p></td>
381
- <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>
372
+ <td class="parameter_name"><p>face</p></td>
373
+ <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>
382
374
  <td class="parameter_annotations"> </td>
383
375
  </tr>
384
376
  <tr>
385
377
  <td class="parameter_name"><p>glyph</p></td>
386
- <td class="parameter_description"><p>glyph index from which to retrieve the value</p></td>
378
+ <td class="parameter_description"><p>a glyph index to test</p></td>
387
379
  <td class="parameter_annotations"> </td>
388
380
  </tr>
389
381
  </tbody>
390
382
  </table></div>
391
383
  </div>
392
384
  <div class="refsect3">
393
- <a name="hb-ot-math-get-glyph-top-accent-attachment.returns"></a><h4>Returns</h4>
394
- <p> the top accent attachment of the glyph or 0</p>
385
+ <a name="hb-ot-math-is-glyph-extended-shape.returns"></a><h4>Returns</h4>
386
+ <p> true if the glyph is an extended shape, false otherwise</p>
395
387
  </div>
396
- <p class="since">Since: 1.3.3</p>
388
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
397
389
  </div>
398
390
  <hr>
399
391
  <div class="refsect2">
@@ -457,7 +449,7 @@ to store the result</p></td>
457
449
  <a name="hb-ot-math-get-glyph-variants.returns"></a><h4>Returns</h4>
458
450
  <p> the total number of size variants available or 0</p>
459
451
  </div>
460
- <p class="since">Since: 1.3.3</p>
452
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
461
453
  </div>
462
454
  <hr>
463
455
  <div class="refsect2">
@@ -495,45 +487,25 @@ assembly in the specified direction. Note that only the value of
495
487
  <a name="hb-ot-math-get-min-connector-overlap.returns"></a><h4>Returns</h4>
496
488
  <p> requested min connector overlap or 0</p>
497
489
  </div>
498
- <p class="since">Since: 1.3.3</p>
499
- </div>
500
- <hr>
501
- <div class="refsect2">
502
- <a name="hb-ot-math-has-data"></a><h3>hb_ot_math_has_data ()</h3>
503
- <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>
504
- 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>
505
- <p>This function allows to verify the presence of an OpenType MATH table on the
506
- face. If so, such a table will be loaded into memory and sanitized. You can
507
- then safely call other functions for math layout and shaping.</p>
508
- <div class="refsect3">
509
- <a name="hb-ot-math-has-data.parameters"></a><h4>Parameters</h4>
510
- <div class="informaltable"><table width="100%" border="0">
511
- <colgroup>
512
- <col width="150px" class="parameters_name">
513
- <col class="parameters_description">
514
- <col width="200px" class="parameters_annotations">
515
- </colgroup>
516
- <tbody><tr>
517
- <td class="parameter_name"><p>face</p></td>
518
- <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>
519
- <td class="parameter_annotations"> </td>
520
- </tr></tbody>
521
- </table></div>
522
- </div>
523
- <div class="refsect3">
524
- <a name="hb-ot-math-has-data.returns"></a><h4>Returns</h4>
525
- <p> <span class="type">TRUE</span> if face has a MATH table and <span class="type">FALSE</span> otherwise</p>
526
- </div>
527
- <p class="since">Since: 1.3.3</p>
490
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
528
491
  </div>
529
492
  <hr>
530
493
  <div class="refsect2">
531
- <a name="hb-ot-math-is-glyph-extended-shape"></a><h3>hb_ot_math_is_glyph_extended_shape ()</h3>
532
- <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>
533
- 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>,
534
- <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>
494
+ <a name="hb-ot-math-get-glyph-assembly"></a><h3>hb_ot_math_get_glyph_assembly ()</h3>
495
+ <pre class="programlisting">unsigned <span class="returnvalue">int</span>
496
+ 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>,
497
+ <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>,
498
+ <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>,
499
+ <em class="parameter"><code>unsigned <span class="type">int</span> start_offset</code></em>,
500
+ <em class="parameter"><code>unsigned <span class="type">int</span> *parts_count</code></em>,
501
+ <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>,
502
+ <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>
503
+ <p>This function tries to retrieve the GlyphAssembly for the specified font,
504
+ 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>
505
+ is considered. It provides the information necessary to draw the glyph
506
+ 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>
535
507
  <div class="refsect3">
536
- <a name="hb-ot-math-is-glyph-extended-shape.parameters"></a><h4>Parameters</h4>
508
+ <a name="hb-ot-math-get-glyph-assembly.parameters"></a><h4>Parameters</h4>
537
509
  <div class="informaltable"><table width="100%" border="0">
538
510
  <colgroup>
539
511
  <col width="150px" class="parameters_name">
@@ -543,36 +515,61 @@ hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link"
543
515
  <tbody>
544
516
  <tr>
545
517
  <td class="parameter_name"><p>font</p></td>
546
- <td class="parameter_description"><p>a <a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> to test</p></td>
518
+ <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>
547
519
  <td class="parameter_annotations"> </td>
548
520
  </tr>
549
521
  <tr>
550
522
  <td class="parameter_name"><p>glyph</p></td>
551
- <td class="parameter_description"><p>a glyph index to test</p></td>
523
+ <td class="parameter_description"><p>index of the glyph to stretch</p></td>
524
+ <td class="parameter_annotations"> </td>
525
+ </tr>
526
+ <tr>
527
+ <td class="parameter_name"><p>direction</p></td>
528
+ <td class="parameter_description"><p>direction of the stretching</p></td>
529
+ <td class="parameter_annotations"> </td>
530
+ </tr>
531
+ <tr>
532
+ <td class="parameter_name"><p>start_offset</p></td>
533
+ <td class="parameter_description"><p>offset of the first glyph part to retrieve</p></td>
534
+ <td class="parameter_annotations"> </td>
535
+ </tr>
536
+ <tr>
537
+ <td class="parameter_name"><p>parts_count</p></td>
538
+ <td class="parameter_description"><p>maximum number of glyph parts to retrieve after start_offset
539
+ (IN) and actual number of parts retrieved (OUT)</p></td>
540
+ <td class="parameter_annotations"> </td>
541
+ </tr>
542
+ <tr>
543
+ <td class="parameter_name"><p>parts</p></td>
544
+ <td class="parameter_description"><p>array of size at least <em class="parameter"><code>parts_count</code></em>
545
+ to store the result</p></td>
546
+ <td class="parameter_annotations"> </td>
547
+ </tr>
548
+ <tr>
549
+ <td class="parameter_name"><p>italics_correction</p></td>
550
+ <td class="parameter_description"><p>italic correction of the glyph assembly</p></td>
552
551
  <td class="parameter_annotations"> </td>
553
552
  </tr>
554
553
  </tbody>
555
554
  </table></div>
556
555
  </div>
557
556
  <div class="refsect3">
558
- <a name="hb-ot-math-is-glyph-extended-shape.returns"></a><h4>Returns</h4>
559
- <p> <span class="type">TRUE</span> if the glyph is an extended shape and <span class="type">FALSE</span> otherwise</p>
557
+ <a name="hb-ot-math-get-glyph-assembly.returns"></a><h4>Returns</h4>
558
+ <p> the total number of parts in the glyph assembly</p>
560
559
  </div>
561
- <p class="since">Since: 1.3.3</p>
560
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
562
561
  </div>
563
562
  </div>
564
563
  <div class="refsect1">
565
564
  <a name="harfbuzz-hb-ot-math.other_details"></a><h2>Types and Values</h2>
566
565
  <div class="refsect2">
567
566
  <a name="HB-OT-TAG-MATH:CAPS"></a><h3>HB_OT_TAG_MATH</h3>
568
- <pre class="programlisting">#define HB_OT_TAG_MATH HB_TAG('M','A','T','H')
569
- </pre>
567
+ <pre class="programlisting">#define HB_OT_TAG_MATH</pre>
570
568
  </div>
571
569
  <hr>
572
570
  <div class="refsect2">
573
571
  <a name="HB-OT-MATH-SCRIPT:CAPS"></a><h3>HB_OT_MATH_SCRIPT</h3>
574
- <pre class="programlisting">#define HB_OT_MATH_SCRIPT HB_TAG('m','a','t','h')
575
- </pre>
572
+ <pre class="programlisting">#define HB_OT_MATH_SCRIPT</pre>
576
573
  </div>
577
574
  <hr>
578
575
  <div class="refsect2">
@@ -869,40 +866,44 @@ hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link"
869
866
  </tbody>
870
867
  </table></div>
871
868
  </div>
872
- <p class="since">Since: 1.3.3</p>
869
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
873
870
  </div>
874
871
  <hr>
875
872
  <div class="refsect2">
876
- <a name="hb-ot-math-glyph-part-flags-t"></a><h3>enum hb_ot_math_glyph_part_flags_t</h3>
873
+ <a name="hb-ot-math-kern-t"></a><h3>enum hb_ot_math_kern_t</h3>
877
874
  <div class="refsect3">
878
- <a name="hb-ot-math-glyph-part-flags-t.members"></a><h4>Members</h4>
875
+ <a name="hb-ot-math-kern-t.members"></a><h4>Members</h4>
879
876
  <div class="informaltable"><table width="100%" border="0">
880
877
  <colgroup>
881
878
  <col width="300px" class="enum_members_name">
882
879
  <col class="enum_members_description">
883
880
  <col width="200px" class="enum_members_annotations">
884
881
  </colgroup>
885
- <tbody><tr>
886
- <td class="enum_member_name"><p><a name="HB-MATH-GLYPH-PART-FLAG-EXTENDER:CAPS"></a>HB_MATH_GLYPH_PART_FLAG_EXTENDER</p></td>
882
+ <tbody>
883
+ <tr>
884
+ <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-TOP-RIGHT:CAPS"></a>HB_OT_MATH_KERN_TOP_RIGHT</p></td>
887
885
  <td> </td>
888
886
  <td> </td>
889
- </tr></tbody>
887
+ </tr>
888
+ <tr>
889
+ <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-TOP-LEFT:CAPS"></a>HB_OT_MATH_KERN_TOP_LEFT</p></td>
890
+ <td> </td>
891
+ <td> </td>
892
+ </tr>
893
+ <tr>
894
+ <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-BOTTOM-RIGHT:CAPS"></a>HB_OT_MATH_KERN_BOTTOM_RIGHT</p></td>
895
+ <td> </td>
896
+ <td> </td>
897
+ </tr>
898
+ <tr>
899
+ <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-BOTTOM-LEFT:CAPS"></a>HB_OT_MATH_KERN_BOTTOM_LEFT</p></td>
900
+ <td> </td>
901
+ <td> </td>
902
+ </tr>
903
+ </tbody>
890
904
  </table></div>
891
905
  </div>
892
- <p class="since">Since: 1.3.3</p>
893
- </div>
894
- <hr>
895
- <div class="refsect2">
896
- <a name="hb-ot-math-glyph-part-t"></a><h3>hb_ot_math_glyph_part_t</h3>
897
- <pre class="programlisting">typedef struct {
898
- hb_codepoint_t glyph;
899
- hb_position_t start_connector_length;
900
- hb_position_t end_connector_length;
901
- hb_position_t full_advance;
902
- hb_ot_math_glyph_part_flags_t flags;
903
- } hb_ot_math_glyph_part_t;
904
- </pre>
905
- <p class="since">Since: 1.3.3</p>
906
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
906
907
  </div>
907
908
  <hr>
908
909
  <div class="refsect2">
@@ -912,44 +913,40 @@ hb_ot_math_is_glyph_extended_shape (<em class="parameter"><code><a class="link"
912
913
  hb_position_t advance;
913
914
  } hb_ot_math_glyph_variant_t;
914
915
  </pre>
915
- <p class="since">Since: 1.3.3</p>
916
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
916
917
  </div>
917
918
  <hr>
918
919
  <div class="refsect2">
919
- <a name="hb-ot-math-kern-t"></a><h3>enum hb_ot_math_kern_t</h3>
920
+ <a name="hb-ot-math-glyph-part-flags-t"></a><h3>enum hb_ot_math_glyph_part_flags_t</h3>
920
921
  <div class="refsect3">
921
- <a name="hb-ot-math-kern-t.members"></a><h4>Members</h4>
922
+ <a name="hb-ot-math-glyph-part-flags-t.members"></a><h4>Members</h4>
922
923
  <div class="informaltable"><table width="100%" border="0">
923
924
  <colgroup>
924
925
  <col width="300px" class="enum_members_name">
925
926
  <col class="enum_members_description">
926
927
  <col width="200px" class="enum_members_annotations">
927
928
  </colgroup>
928
- <tbody>
929
- <tr>
930
- <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-TOP-RIGHT:CAPS"></a>HB_OT_MATH_KERN_TOP_RIGHT</p></td>
931
- <td> </td>
932
- <td> </td>
933
- </tr>
934
- <tr>
935
- <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-TOP-LEFT:CAPS"></a>HB_OT_MATH_KERN_TOP_LEFT</p></td>
936
- <td> </td>
937
- <td> </td>
938
- </tr>
939
- <tr>
940
- <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-BOTTOM-RIGHT:CAPS"></a>HB_OT_MATH_KERN_BOTTOM_RIGHT</p></td>
941
- <td> </td>
942
- <td> </td>
943
- </tr>
944
- <tr>
945
- <td class="enum_member_name"><p><a name="HB-OT-MATH-KERN-BOTTOM-LEFT:CAPS"></a>HB_OT_MATH_KERN_BOTTOM_LEFT</p></td>
929
+ <tbody><tr>
930
+ <td class="enum_member_name"><p><a name="HB-MATH-GLYPH-PART-FLAG-EXTENDER:CAPS"></a>HB_MATH_GLYPH_PART_FLAG_EXTENDER</p></td>
946
931
  <td> </td>
947
932
  <td> </td>
948
- </tr>
949
- </tbody>
933
+ </tr></tbody>
950
934
  </table></div>
951
935
  </div>
952
- <p class="since">Since: 1.3.3</p>
936
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
937
+ </div>
938
+ <hr>
939
+ <div class="refsect2">
940
+ <a name="hb-ot-math-glyph-part-t"></a><h3>hb_ot_math_glyph_part_t</h3>
941
+ <pre class="programlisting">typedef struct {
942
+ hb_codepoint_t glyph;
943
+ hb_position_t start_connector_length;
944
+ hb_position_t end_connector_length;
945
+ hb_position_t full_advance;
946
+ hb_ot_math_glyph_part_flags_t flags;
947
+ } hb_ot_math_glyph_part_t;
948
+ </pre>
949
+ <p class="since">Since: <a class="link" href="api-index-1-3-3.html#api-index-1.3.3">1.3.3</a></p>
953
950
  </div>
954
951
  </div>
955
952
  </div>