pango 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/pango/extconf.rb +1 -0
  4. data/lib/2.2/pango.so +0 -0
  5. data/lib/2.3/pango.so +0 -0
  6. data/lib/pango.rb +2 -10
  7. data/vendor/local/bin/derb.exe +0 -0
  8. data/vendor/local/bin/genbrk.exe +0 -0
  9. data/vendor/local/bin/genccode.exe +0 -0
  10. data/vendor/local/bin/gencfu.exe +0 -0
  11. data/vendor/local/bin/gencmn.exe +0 -0
  12. data/vendor/local/bin/gencnval.exe +0 -0
  13. data/vendor/local/bin/gendict.exe +0 -0
  14. data/vendor/local/bin/gennorm2.exe +0 -0
  15. data/vendor/local/bin/genrb.exe +0 -0
  16. data/vendor/local/bin/gensprep.exe +0 -0
  17. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  18. data/vendor/local/bin/hb-shape.exe +0 -0
  19. data/vendor/local/bin/hb-view.exe +0 -0
  20. data/vendor/local/bin/icu-config +6 -7
  21. data/vendor/local/bin/icuinfo.exe +0 -0
  22. data/vendor/local/bin/icupkg.exe +0 -0
  23. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  24. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  28. data/vendor/local/bin/makeconv.exe +0 -0
  29. data/vendor/local/bin/pango-view.exe +0 -0
  30. data/vendor/local/bin/pkgdata.exe +0 -0
  31. data/vendor/local/bin/uconv.exe +0 -0
  32. data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
  33. data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
  34. data/vendor/local/include/harfbuzz/hb-common.h +23 -17
  35. data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
  36. data/vendor/local/include/harfbuzz/hb-face.h +17 -17
  37. data/vendor/local/include/harfbuzz/hb-font.h +180 -79
  38. data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
  39. data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
  40. data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
  41. data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
  42. data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
  43. data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
  44. data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
  45. data/vendor/local/include/harfbuzz/hb-set.h +29 -26
  46. data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
  47. data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
  48. data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
  49. data/vendor/local/include/harfbuzz/hb-version.h +6 -6
  50. data/vendor/local/include/harfbuzz/hb.h +4 -0
  51. data/vendor/local/include/layout/LELanguages.h +2 -5
  52. data/vendor/local/include/layout/LEScripts.h +3 -62
  53. data/vendor/local/include/layout/LETableReference.h +15 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
  56. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  57. data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
  58. data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
  59. data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
  60. data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
  61. data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
  63. data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
  64. data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
  65. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
  66. data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
  67. data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
  68. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
  69. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
  70. data/vendor/local/include/unicode/brkiter.h +6 -3
  71. data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
  72. data/vendor/local/include/unicode/coll.h +21 -18
  73. data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
  74. data/vendor/local/include/unicode/currpinf.h +2 -1
  75. data/vendor/local/include/unicode/datefmt.h +19 -41
  76. data/vendor/local/include/unicode/dcfmtsym.h +28 -9
  77. data/vendor/local/include/unicode/decimfmt.h +126 -304
  78. data/vendor/local/include/unicode/dtfmtsym.h +50 -19
  79. data/vendor/local/include/unicode/dtitvfmt.h +89 -30
  80. data/vendor/local/include/unicode/dtitvinf.h +63 -60
  81. data/vendor/local/include/unicode/dtptngen.h +81 -30
  82. data/vendor/local/include/unicode/filteredbrk.h +14 -24
  83. data/vendor/local/include/unicode/icuplug.h +9 -2
  84. data/vendor/local/include/unicode/listformatter.h +2 -2
  85. data/vendor/local/include/unicode/localpointer.h +231 -13
  86. data/vendor/local/include/unicode/locdspnm.h +2 -2
  87. data/vendor/local/include/unicode/locid.h +1 -3
  88. data/vendor/local/include/unicode/measfmt.h +14 -14
  89. data/vendor/local/include/unicode/measunit.h +213 -225
  90. data/vendor/local/include/unicode/normlzr.h +55 -43
  91. data/vendor/local/include/unicode/numfmt.h +60 -67
  92. data/vendor/local/include/unicode/platform.h +96 -3
  93. data/vendor/local/include/unicode/plurrule.h +5 -0
  94. data/vendor/local/include/unicode/rbnf.h +43 -4
  95. data/vendor/local/include/unicode/regex.h +14 -4
  96. data/vendor/local/include/unicode/region.h +5 -11
  97. data/vendor/local/include/unicode/reldatefmt.h +53 -43
  98. data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
  99. data/vendor/local/include/unicode/simpleformatter.h +295 -0
  100. data/vendor/local/include/unicode/smpdtfmt.h +36 -22
  101. data/vendor/local/include/unicode/tblcoll.h +32 -31
  102. data/vendor/local/include/unicode/timezone.h +4 -6
  103. data/vendor/local/include/unicode/tmunit.h +13 -13
  104. data/vendor/local/include/unicode/tzfmt.h +3 -6
  105. data/vendor/local/include/unicode/tznames.h +2 -4
  106. data/vendor/local/include/unicode/ubrk.h +14 -2
  107. data/vendor/local/include/unicode/uchar.h +61 -8
  108. data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
  109. data/vendor/local/include/unicode/ucol.h +2 -0
  110. data/vendor/local/include/unicode/uconfig.h +11 -6
  111. data/vendor/local/include/unicode/ucurr.h +24 -32
  112. data/vendor/local/include/unicode/udat.h +103 -87
  113. data/vendor/local/include/unicode/udateintervalformat.h +4 -1
  114. data/vendor/local/include/unicode/udatpg.h +6 -4
  115. data/vendor/local/include/unicode/udisplaycontext.h +6 -12
  116. data/vendor/local/include/unicode/ufieldpositer.h +10 -12
  117. data/vendor/local/include/unicode/uldnames.h +2 -2
  118. data/vendor/local/include/unicode/ulistformatter.h +9 -11
  119. data/vendor/local/include/unicode/uloc.h +13 -16
  120. data/vendor/local/include/unicode/umachine.h +2 -2
  121. data/vendor/local/include/unicode/uniset.h +25 -3
  122. data/vendor/local/include/unicode/unistr.h +168 -27
  123. data/vendor/local/include/unicode/unorm.h +40 -133
  124. data/vendor/local/include/unicode/unorm2.h +97 -1
  125. data/vendor/local/include/unicode/unum.h +61 -24
  126. data/vendor/local/include/unicode/uregex.h +7 -9
  127. data/vendor/local/include/unicode/ureldatefmt.h +365 -0
  128. data/vendor/local/include/unicode/urename.h +12 -1
  129. data/vendor/local/include/unicode/ures.h +157 -142
  130. data/vendor/local/include/unicode/uscript.h +1 -1
  131. data/vendor/local/include/unicode/ustdio.h +3 -5
  132. data/vendor/local/include/unicode/utf8.h +2 -2
  133. data/vendor/local/include/unicode/utypes.h +4 -6
  134. data/vendor/local/include/unicode/uvernum.h +7 -7
  135. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  136. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  137. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  138. data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
  139. data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
  140. data/vendor/local/lib/icu/Makefile.inc +6 -6
  141. data/vendor/local/lib/icu/pkgdata.inc +1 -1
  142. data/vendor/local/lib/icudt.dll +0 -0
  143. data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
  144. data/vendor/local/lib/icuin.dll +0 -0
  145. data/vendor/local/lib/icuin57.dll +0 -0
  146. data/vendor/local/lib/icuio.dll +0 -0
  147. data/vendor/local/lib/icuio57.dll +0 -0
  148. data/vendor/local/lib/icule.dll +0 -0
  149. data/vendor/local/lib/icule57.dll +0 -0
  150. data/vendor/local/lib/iculx.dll +0 -0
  151. data/vendor/local/lib/iculx57.dll +0 -0
  152. data/vendor/local/lib/icutest.dll +0 -0
  153. data/vendor/local/lib/icutest57.dll +0 -0
  154. data/vendor/local/lib/icutu.dll +0 -0
  155. data/vendor/local/lib/icutu57.dll +0 -0
  156. data/vendor/local/lib/icuuc.dll +0 -0
  157. data/vendor/local/lib/icuuc57.dll +0 -0
  158. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  159. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  160. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  161. data/vendor/local/lib/libharfbuzz.la +4 -4
  162. data/vendor/local/lib/libicudt.dll.a +0 -0
  163. data/vendor/local/lib/libicuin.dll.a +0 -0
  164. data/vendor/local/lib/libicuio.dll.a +0 -0
  165. data/vendor/local/lib/libicule.dll.a +0 -0
  166. data/vendor/local/lib/libiculx.dll.a +0 -0
  167. data/vendor/local/lib/libicutest.dll.a +0 -0
  168. data/vendor/local/lib/libicutu.dll.a +0 -0
  169. data/vendor/local/lib/libicuuc.dll.a +0 -0
  170. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  171. data/vendor/local/lib/libpango-1.0.la +6 -6
  172. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  173. data/vendor/local/lib/libpangocairo-1.0.la +6 -6
  174. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  175. data/vendor/local/lib/libpangoft2-1.0.la +6 -6
  176. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  177. data/vendor/local/lib/libpangowin32-1.0.la +6 -6
  178. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  179. data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
  180. data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
  181. data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
  182. data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
  183. data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
  184. data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
  185. data/vendor/local/lib/pkgconfig/pango.pc +3 -5
  186. data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
  187. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  188. data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
  189. data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
  190. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
  191. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
  244. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
  245. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
  246. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
  248. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
  249. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
  250. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
  251. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
  252. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
  253. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
  254. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
  255. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
  256. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
  257. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
  258. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
  259. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
  260. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
  261. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
  262. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
  263. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
  264. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
  265. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
  266. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
  267. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
  268. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
  269. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
  270. data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
  271. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
  272. data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
  273. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
  274. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
  275. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
  276. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
  277. data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
  278. data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
  279. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
  280. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
  281. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
  282. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
  283. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
  284. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
  285. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
  286. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
  287. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
  288. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
  289. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
  290. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
  291. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
  292. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
  293. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
  294. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
  295. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
  296. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
  297. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
  298. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
  299. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
  300. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
  301. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
  302. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
  303. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
  304. data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
  305. data/vendor/local/share/icu/57.1/LICENSE +393 -0
  306. data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw64 +0 -0
  307. data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
  308. data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
  309. data/vendor/local/share/man/man1/derb.1 +2 -2
  310. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  311. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  312. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  313. data/vendor/local/share/man/man1/gendict.1 +2 -2
  314. data/vendor/local/share/man/man1/genrb.1 +3 -3
  315. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  316. data/vendor/local/share/man/man1/makeconv.1 +3 -3
  317. data/vendor/local/share/man/man1/pango-view.1 +113 -1
  318. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  319. data/vendor/local/share/man/man1/uconv.1 +2 -2
  320. data/vendor/local/share/man/man8/genccode.8 +2 -2
  321. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  322. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  323. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  324. metadata +49 -40
  325. data/lib/2.0/pango.so +0 -0
  326. data/lib/2.1/pango.so +0 -0
  327. data/vendor/local/bin/pango-querymodules.exe +0 -0
  328. data/vendor/local/etc/pango/pango.modules +0 -19
  329. data/vendor/local/lib/icuin55.dll +0 -0
  330. data/vendor/local/lib/icuio55.dll +0 -0
  331. data/vendor/local/lib/icule55.dll +0 -0
  332. data/vendor/local/lib/iculx55.dll +0 -0
  333. data/vendor/local/lib/icutest55.dll +0 -0
  334. data/vendor/local/lib/icutu55.dll +0 -0
  335. data/vendor/local/lib/icuuc55.dll +0 -0
  336. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  337. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  338. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
  339. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  340. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  341. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
  342. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  343. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  344. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
  345. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  346. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  347. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
  348. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
  349. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
  350. data/vendor/local/share/icu/55.1/license.html +0 -384
  351. data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -5,7 +5,7 @@
5
5
  <title>Shaping: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch06.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch07.html" title="Harfbuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb-font.html" title="hb-font">
10
10
  <link rel="next" href="harfbuzz-hb-version.html" title="hb-version">
11
11
  <meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
@@ -19,7 +19,7 @@
19
19
  <a href="#harfbuzz-Shaping.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
20
  </td>
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
- <td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
23
  <td><a accesskey="p" href="harfbuzz-hb-font.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="harfbuzz-hb-version.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
@@ -121,12 +121,10 @@ contains the output glyphs and their positions.</p>
121
121
  hb_feature_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
122
122
  <em class="parameter"><code><span class="type">int</span> len</code></em>,
123
123
  <em class="parameter"><code><a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *feature</code></em>);</pre>
124
- <p>Parses a string into a <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a>. If <em class="parameter"><code>len</code></em>
125
- is -1 then <em class="parameter"><code>str</code></em>
126
- is
127
- <code class="literal">NULL</code>-terminated.</p>
124
+ <p>Parses a string into a <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a>.</p>
125
+ <p>TODO: document the syntax here.</p>
128
126
  <div class="refsect3">
129
- <a name="id-1.3.2.9.9.2.5"></a><h4>Parameters</h4>
127
+ <a name="id-1.3.3.9.9.2.6"></a><h4>Parameters</h4>
130
128
  <div class="informaltable"><table width="100%" border="0">
131
129
  <colgroup>
132
130
  <col width="150px" class="parameters_name">
@@ -142,7 +140,7 @@ hb_feature_from_string (<em class="parameter"><code>const <span class="type">cha
142
140
  <tr>
143
141
  <td class="parameter_name"><p>len</p></td>
144
142
  <td class="parameter_description"><p>length of <em class="parameter"><code>str</code></em>
145
- , or -1 if string is nul-terminated</p></td>
143
+ , or -1 if string is <code class="literal">NULL</code> terminated</p></td>
146
144
  <td class="parameter_annotations"> </td>
147
145
  </tr>
148
146
  <tr>
@@ -154,9 +152,9 @@ hb_feature_from_string (<em class="parameter"><code>const <span class="type">cha
154
152
  </table></div>
155
153
  </div>
156
154
  <div class="refsect3">
157
- <a name="id-1.3.2.9.9.2.6"></a><h4>Returns</h4>
158
- <p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em>
159
- is successfully parsed, <code class="literal">FALSE</code> otherwise</p>
155
+ <a name="id-1.3.3.9.9.2.7"></a><h4>Returns</h4>
156
+ <p><code class="literal">true</code> if <em class="parameter"><code>str</code></em>
157
+ is successfully parsed, <code class="literal">false</code> otherwise.</p>
160
158
  <p></p>
161
159
  </div>
162
160
  <p class="since">Since 0.9.5</p>
@@ -173,7 +171,7 @@ understood by <a class="link" href="harfbuzz-Shaping.html#hb-feature-from-string
173
171
  allocating big enough size for <em class="parameter"><code>buf</code></em>
174
172
  , 128 bytes is more than enough.</p>
175
173
  <div class="refsect3">
176
- <a name="id-1.3.2.9.9.3.5"></a><h4>Parameters</h4>
174
+ <a name="id-1.3.3.9.9.3.5"></a><h4>Parameters</h4>
177
175
  <div class="informaltable"><table width="100%" border="0">
178
176
  <colgroup>
179
177
  <col width="150px" class="parameters_name">
@@ -207,7 +205,7 @@ allocating big enough size for <em class="parameter"><code>buf</code></em>
207
205
  <a name="hb-shape"></a><h3>hb_shape ()</h3>
208
206
  <pre class="programlisting"><span class="returnvalue">void</span>
209
207
  hb_shape (<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>,
210
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
208
+ <em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
211
209
  <em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
212
210
  <em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>);</pre>
213
211
  <p>Shapes <em class="parameter"><code>buffer</code></em>
@@ -217,7 +215,7 @@ positioned glyphs. If <em class="parameter"><code>features</code></em>
217
215
  is not <code class="literal">NULL</code>, it will be used to control the
218
216
  features applied during shaping.</p>
219
217
  <div class="refsect3">
220
- <a name="id-1.3.2.9.9.4.5"></a><h4>Parameters</h4>
218
+ <a name="id-1.3.3.9.9.4.5"></a><h4>Parameters</h4>
221
219
  <div class="informaltable"><table width="100%" border="0">
222
220
  <colgroup>
223
221
  <col width="150px" class="parameters_name">
@@ -232,7 +230,7 @@ features applied during shaping.</p>
232
230
  </tr>
233
231
  <tr>
234
232
  <td class="parameter_name"><p>buffer</p></td>
235
- <td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> to shape</p></td>
233
+ <td class="parameter_description"><p>an <a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> to shape</p></td>
236
234
  <td class="parameter_annotations"> </td>
237
235
  </tr>
238
236
  <tr>
@@ -251,18 +249,18 @@ array</p></td>
251
249
  </table></div>
252
250
  </div>
253
251
  <div class="refsect3">
254
- <a name="id-1.3.2.9.9.4.6"></a><h4>Returns</h4>
252
+ <a name="id-1.3.3.9.9.4.6"></a><h4>Returns</h4>
255
253
  <p> <code class="literal">FALSE</code> if all shapers failed, <code class="literal">TRUE</code> otherwise</p>
256
254
  <p></p>
257
255
  </div>
258
- <p class="since">Since 1.0</p>
256
+ <p class="since">Since 0.9.2</p>
259
257
  </div>
260
258
  <hr>
261
259
  <div class="refsect2">
262
260
  <a name="hb-shape-full"></a><h3>hb_shape_full ()</h3>
263
261
  <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>
264
262
  hb_shape_full (<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>,
265
- <em class="parameter"><code><a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
263
+ <em class="parameter"><code><a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> *buffer</code></em>,
266
264
  <em class="parameter"><code>const <a class="link" href="harfbuzz-Shaping.html#hb-feature-t"><span class="type">hb_feature_t</span></a> *features</code></em>,
267
265
  <em class="parameter"><code>unsigned <span class="type">int</span> num_features</code></em>,
268
266
  <em class="parameter"><code>const <span class="type">char</span> * const *shaper_list</code></em>);</pre>
@@ -271,7 +269,7 @@ hb_shape_full (<em class="parameter"><code><a class="link" href="harfbuzz-hb-fon
271
269
  shapers will be used in the given order, otherwise the default shapers list
272
270
  will be used.</p>
273
271
  <div class="refsect3">
274
- <a name="id-1.3.2.9.9.5.5"></a><h4>Parameters</h4>
272
+ <a name="id-1.3.3.9.9.5.5"></a><h4>Parameters</h4>
275
273
  <div class="informaltable"><table width="100%" border="0">
276
274
  <colgroup>
277
275
  <col width="150px" class="parameters_name">
@@ -286,7 +284,7 @@ will be used.</p>
286
284
  </tr>
287
285
  <tr>
288
286
  <td class="parameter_name"><p>buffer</p></td>
289
- <td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-buffer.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> to shape</p></td>
287
+ <td class="parameter_description"><p>an <a class="link" href="harfbuzz-Buffers.html#hb-buffer-t"><span class="type">hb_buffer_t</span></a> to shape</p></td>
290
288
  <td class="parameter_annotations"> </td>
291
289
  </tr>
292
290
  <tr>
@@ -311,7 +309,7 @@ array of shapers to use or <code class="literal">NULL</code>. </p></td>
311
309
  </table></div>
312
310
  </div>
313
311
  <div class="refsect3">
314
- <a name="id-1.3.2.9.9.5.6"></a><h4>Returns</h4>
312
+ <a name="id-1.3.3.9.9.5.6"></a><h4>Returns</h4>
315
313
  <p> <code class="literal">FALSE</code> if all shapers failed, <code class="literal">TRUE</code> otherwise</p>
316
314
  <p></p>
317
315
  </div>
@@ -324,7 +322,7 @@ array of shapers to use or <code class="literal">NULL</code>. </p></td>
324
322
  hb_shape_list_shapers (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
325
323
  <p>Retrieves the list of shapers supported by HarfBuzz.</p>
326
324
  <div class="refsect3">
327
- <a name="id-1.3.2.9.9.6.5"></a><h4>Returns</h4>
325
+ <a name="id-1.3.3.9.9.6.5"></a><h4>Returns</h4>
328
326
  <p> an array of
329
327
  constant strings. </p>
330
328
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></p>
@@ -5,8 +5,8 @@
5
5
  <title>hb-blob: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch06.html" title="Harfbuzz API">
9
- <link rel="prev" href="harfbuzz-hb-buffer.html" title="hb-buffer">
8
+ <link rel="up" href="ch07.html" title="Harfbuzz API">
9
+ <link rel="prev" href="harfbuzz-Buffers.html" title="Buffers">
10
10
  <link rel="next" href="harfbuzz-hb-face.html" title="hb-face">
11
11
  <meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
@@ -19,8 +19,8 @@
19
19
  <a href="#harfbuzz-hb-blob.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
20
  </td>
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
- <td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
- <td><a accesskey="p" href="harfbuzz-hb-buffer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
22
+ <td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="harfbuzz-Buffers.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="harfbuzz-hb-face.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
26
26
  <div class="refentry">
@@ -183,7 +183,7 @@ hb_blob_create (<em class="parameter"><code>const <span class="type">char</span>
183
183
  to negotiate ownership and lifecycle of <em class="parameter"><code>data</code></em>
184
184
  .</p>
185
185
  <div class="refsect3">
186
- <a name="id-1.3.2.6.8.2.5"></a><h4>Parameters</h4>
186
+ <a name="id-1.3.3.6.8.2.5"></a><h4>Parameters</h4>
187
187
  <div class="informaltable"><table width="100%" border="0">
188
188
  <colgroup>
189
189
  <col width="150px" class="parameters_name">
@@ -224,13 +224,13 @@ is not needed anymore.</p></td>
224
224
  </table></div>
225
225
  </div>
226
226
  <div class="refsect3">
227
- <a name="id-1.3.2.6.8.2.6"></a><h4>Returns</h4>
227
+ <a name="id-1.3.3.6.8.2.6"></a><h4>Returns</h4>
228
228
  <p> New blob, or the empty blob if something failed or if <em class="parameter"><code>length</code></em>
229
229
  is
230
230
  zero. Destroy with <a class="link" href="harfbuzz-hb-blob.html#hb-blob-destroy" title="hb_blob_destroy ()"><code class="function">hb_blob_destroy()</code></a>.</p>
231
231
  <p></p>
232
232
  </div>
233
- <p class="since">Since 1.0</p>
233
+ <p class="since">Since 0.9.2</p>
234
234
  </div>
235
235
  <hr>
236
236
  <div class="refsect2">
@@ -248,7 +248,7 @@ is.</p>
248
248
  <p>Makes <em class="parameter"><code>parent</code></em>
249
249
  immutable.</p>
250
250
  <div class="refsect3">
251
- <a name="id-1.3.2.6.8.3.6"></a><h4>Parameters</h4>
251
+ <a name="id-1.3.3.6.8.3.6"></a><h4>Parameters</h4>
252
252
  <div class="informaltable"><table width="100%" border="0">
253
253
  <colgroup>
254
254
  <col width="150px" class="parameters_name">
@@ -276,7 +276,7 @@ is.</p>
276
276
  </table></div>
277
277
  </div>
278
278
  <div class="refsect3">
279
- <a name="id-1.3.2.6.8.3.7"></a><h4>Returns</h4>
279
+ <a name="id-1.3.3.6.8.3.7"></a><h4>Returns</h4>
280
280
  <p> New blob, or the empty blob if something failed or if
281
281
  <em class="parameter"><code>length</code></em>
282
282
  is zero or <em class="parameter"><code>offset</code></em>
@@ -285,7 +285,7 @@ is beyond the end of <em class="parameter"><code>parent</code></em>
285
285
  with <a class="link" href="harfbuzz-hb-blob.html#hb-blob-destroy" title="hb_blob_destroy ()"><code class="function">hb_blob_destroy()</code></a>.</p>
286
286
  <p></p>
287
287
  </div>
288
- <p class="since">Since 1.0</p>
288
+ <p class="since">Since 0.9.2</p>
289
289
  </div>
290
290
  <hr>
291
291
  <div class="refsect2">
@@ -299,7 +299,7 @@ hb_blob_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-b
299
299
  was created for if it has not been called already.</p>
300
300
  <p>See TODO:link object types for more information.</p>
301
301
  <div class="refsect3">
302
- <a name="id-1.3.2.6.8.4.6"></a><h4>Parameters</h4>
302
+ <a name="id-1.3.3.6.8.4.6"></a><h4>Parameters</h4>
303
303
  <div class="informaltable"><table width="100%" border="0">
304
304
  <colgroup>
305
305
  <col width="150px" class="parameters_name">
@@ -313,7 +313,7 @@ was created for if it has not been called already.</p>
313
313
  </tr></tbody>
314
314
  </table></div>
315
315
  </div>
316
- <p class="since">Since 1.0</p>
316
+ <p class="since">Since 0.9.2</p>
317
317
  </div>
318
318
  <hr>
319
319
  <div class="refsect2">
@@ -322,7 +322,7 @@ was created for if it has not been called already.</p>
322
322
  hb_blob_get_data (<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>,
323
323
  <em class="parameter"><code>unsigned <span class="type">int</span> *length</code></em>);</pre>
324
324
  <div class="refsect3">
325
- <a name="id-1.3.2.6.8.5.4"></a><h4>Parameters</h4>
325
+ <a name="id-1.3.3.6.8.5.4"></a><h4>Parameters</h4>
326
326
  <div class="informaltable"><table width="100%" border="0">
327
327
  <colgroup>
328
328
  <col width="150px" class="parameters_name">
@@ -344,11 +344,11 @@ hb_blob_get_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
344
344
  </table></div>
345
345
  </div>
346
346
  <div class="refsect3">
347
- <a name="id-1.3.2.6.8.5.5"></a><h4>Returns</h4>
347
+ <a name="id-1.3.3.6.8.5.5"></a><h4>Returns</h4>
348
348
  <p>. </p>
349
349
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
350
350
  </div>
351
- <p class="since">Since 1.0</p>
351
+ <p class="since">Since 0.9.2</p>
352
352
  </div>
353
353
  <hr>
354
354
  <div class="refsect2">
@@ -361,7 +361,7 @@ return pointer to data.</p>
361
361
  <p>Fails if blob has been made immutable, or if memory allocation
362
362
  fails.</p>
363
363
  <div class="refsect3">
364
- <a name="id-1.3.2.6.8.6.6"></a><h4>Parameters</h4>
364
+ <a name="id-1.3.3.6.8.6.6"></a><h4>Parameters</h4>
365
365
  <div class="informaltable"><table width="100%" border="0">
366
366
  <colgroup>
367
367
  <col width="150px" class="parameters_name">
@@ -383,12 +383,12 @@ fails.</p>
383
383
  </table></div>
384
384
  </div>
385
385
  <div class="refsect3">
386
- <a name="id-1.3.2.6.8.6.7"></a><h4>Returns</h4>
386
+ <a name="id-1.3.3.6.8.6.7"></a><h4>Returns</h4>
387
387
  <p> Writable blob data,
388
388
  or <code class="literal">NULL</code> if failed. </p>
389
389
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></p>
390
390
  </div>
391
- <p class="since">Since 1.0</p>
391
+ <p class="since">Since 0.9.2</p>
392
392
  </div>
393
393
  <hr>
394
394
  <div class="refsect2">
@@ -398,11 +398,11 @@ hb_blob_get_empty (<em class="parameter"><code><span class="type">void</span></c
398
398
  <p>Returns the singleton empty blob.</p>
399
399
  <p>See TODO:link object types for more information.</p>
400
400
  <div class="refsect3">
401
- <a name="id-1.3.2.6.8.7.6"></a><h4>Returns</h4>
401
+ <a name="id-1.3.3.6.8.7.6"></a><h4>Returns</h4>
402
402
  <p> the empty blob. </p>
403
403
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
404
404
  </div>
405
- <p class="since">Since 1.0</p>
405
+ <p class="since">Since 0.9.2</p>
406
406
  </div>
407
407
  <hr>
408
408
  <div class="refsect2">
@@ -410,7 +410,7 @@ hb_blob_get_empty (<em class="parameter"><code><span class="type">void</span></c
410
410
  <pre class="programlisting">unsigned <span class="returnvalue">int</span>
411
411
  hb_blob_get_length (<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>);</pre>
412
412
  <div class="refsect3">
413
- <a name="id-1.3.2.6.8.8.4"></a><h4>Parameters</h4>
413
+ <a name="id-1.3.3.6.8.8.4"></a><h4>Parameters</h4>
414
414
  <div class="informaltable"><table width="100%" border="0">
415
415
  <colgroup>
416
416
  <col width="150px" class="parameters_name">
@@ -425,11 +425,11 @@ hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-h
425
425
  </table></div>
426
426
  </div>
427
427
  <div class="refsect3">
428
- <a name="id-1.3.2.6.8.8.5"></a><h4>Returns</h4>
428
+ <a name="id-1.3.3.6.8.8.5"></a><h4>Returns</h4>
429
429
  <p> the length of blob data in bytes.</p>
430
430
  <p></p>
431
431
  </div>
432
- <p class="since">Since 1.0</p>
432
+ <p class="since">Since 0.9.2</p>
433
433
  </div>
434
434
  <hr>
435
435
  <div class="refsect2">
@@ -438,7 +438,7 @@ hb_blob_get_length (<em class="parameter"><code><a class="link" href="harfbuzz-h
438
438
  hb_blob_get_user_data (<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>,
439
439
  <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>
440
440
  <div class="refsect3">
441
- <a name="id-1.3.2.6.8.9.4"></a><h4>Parameters</h4>
441
+ <a name="id-1.3.3.6.8.9.4"></a><h4>Parameters</h4>
442
442
  <div class="informaltable"><table width="100%" border="0">
443
443
  <colgroup>
444
444
  <col width="150px" class="parameters_name">
@@ -460,11 +460,11 @@ hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
460
460
  </table></div>
461
461
  </div>
462
462
  <div class="refsect3">
463
- <a name="id-1.3.2.6.8.9.5"></a><h4>Returns</h4>
463
+ <a name="id-1.3.3.6.8.9.5"></a><h4>Returns</h4>
464
464
  <p>. </p>
465
465
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
466
466
  </div>
467
- <p class="since">Since 1.0</p>
467
+ <p class="since">Since 0.9.2</p>
468
468
  </div>
469
469
  <hr>
470
470
  <div class="refsect2">
@@ -472,7 +472,7 @@ hb_blob_get_user_data (<em class="parameter"><code><a class="link" href="harfbuz
472
472
  <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>
473
473
  hb_blob_is_immutable (<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>);</pre>
474
474
  <div class="refsect3">
475
- <a name="id-1.3.2.6.8.10.4"></a><h4>Parameters</h4>
475
+ <a name="id-1.3.3.6.8.10.4"></a><h4>Parameters</h4>
476
476
  <div class="informaltable"><table width="100%" border="0">
477
477
  <colgroup>
478
478
  <col width="150px" class="parameters_name">
@@ -487,11 +487,11 @@ hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
487
487
  </table></div>
488
488
  </div>
489
489
  <div class="refsect3">
490
- <a name="id-1.3.2.6.8.10.5"></a><h4>Returns</h4>
490
+ <a name="id-1.3.3.6.8.10.5"></a><h4>Returns</h4>
491
491
  <p> TODO</p>
492
492
  <p></p>
493
493
  </div>
494
- <p class="since">Since 1.0</p>
494
+ <p class="since">Since 0.9.2</p>
495
495
  </div>
496
496
  <hr>
497
497
  <div class="refsect2">
@@ -499,7 +499,7 @@ hb_blob_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz
499
499
  <pre class="programlisting"><span class="returnvalue">void</span>
500
500
  hb_blob_make_immutable (<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>);</pre>
501
501
  <div class="refsect3">
502
- <a name="id-1.3.2.6.8.11.4"></a><h4>Parameters</h4>
502
+ <a name="id-1.3.3.6.8.11.4"></a><h4>Parameters</h4>
503
503
  <div class="informaltable"><table width="100%" border="0">
504
504
  <colgroup>
505
505
  <col width="150px" class="parameters_name">
@@ -513,7 +513,7 @@ hb_blob_make_immutable (<em class="parameter"><code><a class="link" href="harfbu
513
513
  </tr></tbody>
514
514
  </table></div>
515
515
  </div>
516
- <p class="since">Since 1.0</p>
516
+ <p class="since">Since 0.9.2</p>
517
517
  </div>
518
518
  <hr>
519
519
  <div class="refsect2">
@@ -524,7 +524,7 @@ hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
524
524
  .</p>
525
525
  <p>See TODO:link object types for more information.</p>
526
526
  <div class="refsect3">
527
- <a name="id-1.3.2.6.8.12.6"></a><h4>Parameters</h4>
527
+ <a name="id-1.3.3.6.8.12.6"></a><h4>Parameters</h4>
528
528
  <div class="informaltable"><table width="100%" border="0">
529
529
  <colgroup>
530
530
  <col width="150px" class="parameters_name">
@@ -539,12 +539,12 @@ hb_blob_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb
539
539
  </table></div>
540
540
  </div>
541
541
  <div class="refsect3">
542
- <a name="id-1.3.2.6.8.12.7"></a><h4>Returns</h4>
542
+ <a name="id-1.3.3.6.8.12.7"></a><h4>Returns</h4>
543
543
  <p> <em class="parameter"><code>blob</code></em>
544
544
  .</p>
545
545
  <p></p>
546
546
  </div>
547
- <p class="since">Since 1.0</p>
547
+ <p class="since">Since 0.9.2</p>
548
548
  </div>
549
549
  <hr>
550
550
  <div class="refsect2">
@@ -556,7 +556,7 @@ hb_blob_set_user_data (<em class="parameter"><code><a class="link" href="harfbuz
556
556
  <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>,
557
557
  <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>
558
558
  <div class="refsect3">
559
- <a name="id-1.3.2.6.8.13.4"></a><h4>Parameters</h4>
559
+ <a name="id-1.3.3.6.8.13.4"></a><h4>Parameters</h4>
560
560
  <div class="informaltable"><table width="100%" border="0">
561
561
  <colgroup>
562
562
  <col width="150px" class="parameters_name">
@@ -594,10 +594,10 @@ is not needed anymore.</p></td>
594
594
  </table></div>
595
595
  </div>
596
596
  <div class="refsect3">
597
- <a name="id-1.3.2.6.8.13.5"></a><h4>Returns</h4>
597
+ <a name="id-1.3.3.6.8.13.5"></a><h4>Returns</h4>
598
598
  <p></p>
599
599
  </div>
600
- <p class="since">Since 1.0</p>
600
+ <p class="since">Since 0.9.2</p>
601
601
  </div>
602
602
  </div>
603
603
  <div class="refsect1">
@@ -611,7 +611,7 @@ is not needed anymore.</p></td>
611
611
  <div class="refsect2">
612
612
  <a name="hb-memory-mode-t"></a><h3>enum hb_memory_mode_t</h3>
613
613
  <div class="refsect3">
614
- <a name="id-1.3.2.6.9.3.3"></a><h4>Members</h4>
614
+ <a name="id-1.3.3.6.9.3.3"></a><h4>Members</h4>
615
615
  <div class="informaltable"><table width="100%" border="0">
616
616
  <colgroup>
617
617
  <col width="300px" class="enum_members_name">
@@ -5,7 +5,7 @@
5
5
  <title>hb-common: HarfBuzz Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="HarfBuzz Manual">
8
- <link rel="up" href="ch06.html" title="Harfbuzz API">
8
+ <link rel="up" href="ch07.html" title="Harfbuzz API">
9
9
  <link rel="prev" href="harfbuzz-hb.html" title="hb">
10
10
  <link rel="next" href="harfbuzz-hb-unicode.html" title="hb-unicode">
11
11
  <meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
@@ -19,7 +19,7 @@
19
19
  <a href="#harfbuzz-hb-common.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
20
  </td>
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
- <td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
23
  <td><a accesskey="p" href="harfbuzz-hb.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="harfbuzz-hb-unicode.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
@@ -41,25 +41,11 @@
41
41
  </colgroup>
42
42
  <tbody>
43
43
  <tr>
44
- <td class="define_keyword">#define</td>
45
- <td class="function_name">
46
- <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-REVERSE:CAPS" title="HB_DIRECTION_REVERSE()">HB_DIRECTION_REVERSE</a><span class="c_punctuation">()</span>
47
- </td>
48
- </tr>
49
- <tr>
50
- <td class="define_keyword">#define</td>
51
- <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-LANGUAGE-INVALID:CAPS" title="HB_LANGUAGE_INVALID">HB_LANGUAGE_INVALID</a></td>
52
- </tr>
53
- <tr>
54
- <td class="define_keyword">#define</td>
55
- <td class="function_name">
56
- <a class="link" href="harfbuzz-hb-common.html#HB-TAG:CAPS" title="HB_TAG()">HB_TAG</a><span class="c_punctuation">()</span>
44
+ <td class="function_type">
45
+ <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
57
46
  </td>
58
- </tr>
59
- <tr>
60
- <td class="define_keyword">#define</td>
61
47
  <td class="function_name">
62
- <a class="link" href="harfbuzz-hb-common.html#HB-UNTAG:CAPS" title="HB_UNTAG()">HB_UNTAG</a><span class="c_punctuation">()</span>
48
+ <a class="link" href="harfbuzz-hb-common.html#hb-tag-from-string" title="hb_tag_from_string ()">hb_tag_from_string</a> <span class="c_punctuation">()</span>
63
49
  </td>
64
50
  </tr>
65
51
  <tr>
@@ -67,7 +53,7 @@
67
53
  <span class="returnvalue">void</span>
68
54
  </td>
69
55
  <td class="function_name">
70
- <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()">*hb_destroy_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
56
+ <a class="link" href="harfbuzz-hb-common.html#hb-tag-to-string" title="hb_tag_to_string ()">hb_tag_to_string</a> <span class="c_punctuation">()</span>
71
57
  </td>
72
58
  </tr>
73
59
  <tr>
@@ -87,73 +73,83 @@
87
73
  </tr>
88
74
  <tr>
89
75
  <td class="function_type">
90
- <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
76
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
91
77
  </td>
92
78
  <td class="function_name">
93
- <a class="link" href="harfbuzz-hb-common.html#hb-language-from-string" title="hb_language_from_string ()">hb_language_from_string</a> <span class="c_punctuation">()</span>
79
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-from-iso15924-tag" title="hb_script_from_iso15924_tag ()">hb_script_from_iso15924_tag</a> <span class="c_punctuation">()</span>
94
80
  </td>
95
81
  </tr>
96
82
  <tr>
97
83
  <td class="function_type">
98
- <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
84
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
99
85
  </td>
100
86
  <td class="function_name">
101
- <a class="link" href="harfbuzz-hb-common.html#hb-language-get-default" title="hb_language_get_default ()">hb_language_get_default</a> <span class="c_punctuation">()</span>
87
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-from-string" title="hb_script_from_string ()">hb_script_from_string</a> <span class="c_punctuation">()</span>
102
88
  </td>
103
89
  </tr>
104
90
  <tr>
105
- <td class="function_type">const <span class="returnvalue">char</span> *
91
+ <td class="function_type">
92
+ <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
106
93
  </td>
107
94
  <td class="function_name">
108
- <a class="link" href="harfbuzz-hb-common.html#hb-language-to-string" title="hb_language_to_string ()">hb_language_to_string</a> <span class="c_punctuation">()</span>
95
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-to-iso15924-tag" title="hb_script_to_iso15924_tag ()">hb_script_to_iso15924_tag</a> <span class="c_punctuation">()</span>
109
96
  </td>
110
97
  </tr>
111
98
  <tr>
112
99
  <td class="function_type">
113
- <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
100
+ <a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="returnvalue">hb_direction_t</span></a>
114
101
  </td>
115
102
  <td class="function_name">
116
- <a class="link" href="harfbuzz-hb-common.html#hb-script-from-iso15924-tag" title="hb_script_from_iso15924_tag ()">hb_script_from_iso15924_tag</a> <span class="c_punctuation">()</span>
103
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-get-horizontal-direction" title="hb_script_get_horizontal_direction ()">hb_script_get_horizontal_direction</a> <span class="c_punctuation">()</span>
117
104
  </td>
118
105
  </tr>
119
106
  <tr>
120
107
  <td class="function_type">
121
- <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
108
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
122
109
  </td>
123
110
  <td class="function_name">
124
- <a class="link" href="harfbuzz-hb-common.html#hb-script-from-string" title="hb_script_from_string ()">hb_script_from_string</a> <span class="c_punctuation">()</span>
111
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-from-string" title="hb_language_from_string ()">hb_language_from_string</a> <span class="c_punctuation">()</span>
125
112
  </td>
126
113
  </tr>
127
114
  <tr>
128
- <td class="function_type">
129
- <a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="returnvalue">hb_direction_t</span></a>
115
+ <td class="function_type">const <span class="returnvalue">char</span> *
130
116
  </td>
131
117
  <td class="function_name">
132
- <a class="link" href="harfbuzz-hb-common.html#hb-script-get-horizontal-direction" title="hb_script_get_horizontal_direction ()">hb_script_get_horizontal_direction</a> <span class="c_punctuation">()</span>
118
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-to-string" title="hb_language_to_string ()">hb_language_to_string</a> <span class="c_punctuation">()</span>
133
119
  </td>
134
120
  </tr>
135
121
  <tr>
136
122
  <td class="function_type">
137
- <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
123
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
138
124
  </td>
139
125
  <td class="function_name">
140
- <a class="link" href="harfbuzz-hb-common.html#hb-script-to-iso15924-tag" title="hb_script_to_iso15924_tag ()">hb_script_to_iso15924_tag</a> <span class="c_punctuation">()</span>
126
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-get-default" title="hb_language_get_default ()">hb_language_get_default</a> <span class="c_punctuation">()</span>
141
127
  </td>
142
128
  </tr>
143
129
  <tr>
144
130
  <td class="function_type">
145
- <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
131
+ <span class="returnvalue">void</span>
146
132
  </td>
147
133
  <td class="function_name">
148
- <a class="link" href="harfbuzz-hb-common.html#hb-tag-from-string" title="hb_tag_from_string ()">hb_tag_from_string</a> <span class="c_punctuation">()</span>
134
+ <span class="c_punctuation">(</span><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()">*hb_destroy_func_t</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
149
135
  </td>
150
136
  </tr>
151
137
  <tr>
152
- <td class="function_type">
153
- <span class="returnvalue">void</span>
138
+ <td class="define_keyword">#define</td>
139
+ <td class="function_name">
140
+ <a class="link" href="harfbuzz-hb-common.html#HB-TAG:CAPS" title="HB_TAG()">HB_TAG</a><span class="c_punctuation">()</span>
154
141
  </td>
142
+ </tr>
143
+ <tr>
144
+ <td class="define_keyword">#define</td>
155
145
  <td class="function_name">
156
- <a class="link" href="harfbuzz-hb-common.html#hb-tag-to-string" title="hb_tag_to_string ()">hb_tag_to_string</a> <span class="c_punctuation">()</span>
146
+ <a class="link" href="harfbuzz-hb-common.html#HB-UNTAG:CAPS" title="HB_UNTAG()">HB_UNTAG</a><span class="c_punctuation">()</span>
147
+ </td>
148
+ </tr>
149
+ <tr>
150
+ <td class="define_keyword">#define</td>
151
+ <td class="function_name">
152
+ <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-REVERSE:CAPS" title="HB_DIRECTION_REVERSE()">HB_DIRECTION_REVERSE</a><span class="c_punctuation">()</span>
157
153
  </td>
158
154
  </tr>
159
155
  <tr>
@@ -186,6 +182,10 @@
186
182
  <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-IS-VERTICAL:CAPS" title="HB_DIRECTION_IS_VERTICAL()">HB_DIRECTION_IS_VERTICAL</a><span class="c_punctuation">()</span>
187
183
  </td>
188
184
  </tr>
185
+ <tr>
186
+ <td class="define_keyword">#define</td>
187
+ <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-LANGUAGE-INVALID:CAPS" title="HB_LANGUAGE_INVALID">HB_LANGUAGE_INVALID</a></td>
188
+ </tr>
189
189
  </tbody>
190
190
  </table></div>
191
191
  </div>
@@ -198,14 +198,6 @@
198
198
  </colgroup>
199
199
  <tbody>
200
200
  <tr>
201
- <td class="define_keyword">#define</td>
202
- <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-TAG-NONE:CAPS" title="HB_TAG_NONE">HB_TAG_NONE</a></td>
203
- </tr>
204
- <tr>
205
- <td class="define_keyword">#define</td>
206
- <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-TAG-MAX:CAPS" title="HB_TAG_MAX">HB_TAG_MAX</a></td>
207
- </tr>
208
- <tr>
209
201
  <td class="typedef_keyword">typedef</td>
210
202
  <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t">hb_bool_t</a></td>
211
203
  </tr>
@@ -230,14 +222,14 @@
230
222
  <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t">hb_position_t</a></td>
231
223
  </tr>
232
224
  <tr>
233
- <td class="datatype_keyword">enum</td>
234
- <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t">hb_script_t</a></td>
235
- </tr>
236
- <tr>
237
225
  <td class="typedef_keyword">typedef</td>
238
226
  <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t">hb_tag_t</a></td>
239
227
  </tr>
240
228
  <tr>
229
+ <td class="datatype_keyword">enum</td>
230
+ <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t">hb_script_t</a></td>
231
+ </tr>
232
+ <tr>
241
233
  <td class="datatype_keyword"> </td>
242
234
  <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t-struct" title="hb_user_data_key_t">hb_user_data_key_t</a></td>
243
235
  </tr>
@@ -245,6 +237,18 @@
245
237
  <td class="datatype_keyword"> </td>
246
238
  <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#hb-var-int-t" title="hb_var_int_t">hb_var_int_t</a></td>
247
239
  </tr>
240
+ <tr>
241
+ <td class="define_keyword">#define</td>
242
+ <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-TAG-NONE:CAPS" title="HB_TAG_NONE">HB_TAG_NONE</a></td>
243
+ </tr>
244
+ <tr>
245
+ <td class="define_keyword">#define</td>
246
+ <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-TAG-MAX:CAPS" title="HB_TAG_MAX">HB_TAG_MAX</a></td>
247
+ </tr>
248
+ <tr>
249
+ <td class="define_keyword">#define</td>
250
+ <td class="function_name"><a class="link" href="harfbuzz-hb-common.html#HB-TAG-MAX-SIGNED:CAPS" title="HB_TAG_MAX_SIGNED">HB_TAG_MAX_SIGNED</a></td>
251
+ </tr>
248
252
  </tbody>
249
253
  </table></div>
250
254
  </div>
@@ -263,33 +267,53 @@
263
267
  <div class="refsect1">
264
268
  <a name="harfbuzz-hb-common.functions_details"></a><h2>Functions</h2>
265
269
  <div class="refsect2">
266
- <a name="HB-DIRECTION-REVERSE:CAPS"></a><h3>HB_DIRECTION_REVERSE()</h3>
267
- <pre class="programlisting">#define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1))
268
- </pre>
269
- </div>
270
- <hr>
271
- <div class="refsect2">
272
- <a name="HB-LANGUAGE-INVALID:CAPS"></a><h3>HB_LANGUAGE_INVALID</h3>
273
- <pre class="programlisting">#define HB_LANGUAGE_INVALID ((hb_language_t) NULL)
274
- </pre>
270
+ <a name="hb-tag-from-string"></a><h3>hb_tag_from_string ()</h3>
271
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
272
+ hb_tag_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
273
+ <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
274
+ <div class="refsect3">
275
+ <a name="id-1.3.3.3.8.2.4"></a><h4>Parameters</h4>
276
+ <div class="informaltable"><table width="100%" border="0">
277
+ <colgroup>
278
+ <col width="150px" class="parameters_name">
279
+ <col class="parameters_description">
280
+ <col width="200px" class="parameters_annotations">
281
+ </colgroup>
282
+ <tbody><tr>
283
+ <td class="parameter_name"><p>str</p></td>
284
+ <td class="parameter_description"><p>. </p></td>
285
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
286
+ </tr></tbody>
287
+ </table></div>
275
288
  </div>
276
- <hr>
277
- <div class="refsect2">
278
- <a name="HB-TAG:CAPS"></a><h3>HB_TAG()</h3>
279
- <pre class="programlisting">#define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))&lt;&lt;24)|(((uint8_t)(c2))&lt;&lt;16)|(((uint8_t)(c3))&lt;&lt;8)|((uint8_t)(c4))))
280
- </pre>
289
+ <div class="refsect3">
290
+ <a name="id-1.3.3.3.8.2.5"></a><h4>Returns</h4>
291
+ <p></p>
281
292
  </div>
282
- <hr>
283
- <div class="refsect2">
284
- <a name="HB-UNTAG:CAPS"></a><h3>HB_UNTAG()</h3>
285
- <pre class="programlisting">#define HB_UNTAG(tag) ((uint8_t)((tag)&gt;&gt;24)), ((uint8_t)((tag)&gt;&gt;16)), ((uint8_t)((tag)&gt;&gt;8)), ((uint8_t)(tag))
286
- </pre>
293
+ <p class="since">Since 0.9.2</p>
287
294
  </div>
288
295
  <hr>
289
296
  <div class="refsect2">
290
- <a name="hb-destroy-func-t"></a><h3>hb_destroy_func_t ()</h3>
297
+ <a name="hb-tag-to-string"></a><h3>hb_tag_to_string ()</h3>
291
298
  <pre class="programlisting"><span class="returnvalue">void</span>
292
- <span class="c_punctuation">(</span>*hb_destroy_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
299
+ hb_tag_to_string (<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>,
300
+ <em class="parameter"><code><span class="type">char</span> *buf</code></em>);</pre>
301
+ <div class="refsect3">
302
+ <a name="id-1.3.3.3.8.3.4"></a><h4>Parameters</h4>
303
+ <div class="informaltable"><table width="100%" border="0">
304
+ <colgroup>
305
+ <col width="150px" class="parameters_name">
306
+ <col class="parameters_description">
307
+ <col width="200px" class="parameters_annotations">
308
+ </colgroup>
309
+ <tbody><tr>
310
+ <td class="parameter_name"><p>buf</p></td>
311
+ <td class="parameter_description"><p>. </p></td>
312
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=4]</span></td>
313
+ </tr></tbody>
314
+ </table></div>
315
+ </div>
316
+ <p class="since">Since 0.9.5</p>
293
317
  </div>
294
318
  <hr>
295
319
  <div class="refsect2">
@@ -298,7 +322,7 @@
298
322
  hb_direction_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
299
323
  <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
300
324
  <div class="refsect3">
301
- <a name="id-1.3.2.3.8.7.4"></a><h4>Parameters</h4>
325
+ <a name="id-1.3.3.3.8.4.4"></a><h4>Parameters</h4>
302
326
  <div class="informaltable"><table width="100%" border="0">
303
327
  <colgroup>
304
328
  <col width="150px" class="parameters_name">
@@ -313,10 +337,10 @@ hb_direction_from_string (<em class="parameter"><code>const <span class="type">c
313
337
  </table></div>
314
338
  </div>
315
339
  <div class="refsect3">
316
- <a name="id-1.3.2.3.8.7.5"></a><h4>Returns</h4>
340
+ <a name="id-1.3.3.3.8.4.5"></a><h4>Returns</h4>
317
341
  <p></p>
318
342
  </div>
319
- <p class="since">Since 1.0</p>
343
+ <p class="since">Since 0.9.2</p>
320
344
  </div>
321
345
  <hr>
322
346
  <div class="refsect2">
@@ -324,20 +348,20 @@ hb_direction_from_string (<em class="parameter"><code>const <span class="type">c
324
348
  <pre class="programlisting">const <span class="returnvalue">char</span> *
325
349
  hb_direction_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="type">hb_direction_t</span></a> direction</code></em>);</pre>
326
350
  <div class="refsect3">
327
- <a name="id-1.3.2.3.8.8.4"></a><h4>Returns</h4>
351
+ <a name="id-1.3.3.3.8.5.4"></a><h4>Returns</h4>
328
352
  <p>. </p>
329
353
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
330
354
  </div>
331
- <p class="since">Since 1.0</p>
355
+ <p class="since">Since 0.9.2</p>
332
356
  </div>
333
357
  <hr>
334
358
  <div class="refsect2">
335
- <a name="hb-language-from-string"></a><h3>hb_language_from_string ()</h3>
336
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
337
- hb_language_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
338
- <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
359
+ <a name="hb-script-from-iso15924-tag"></a><h3>hb_script_from_iso15924_tag ()</h3>
360
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
361
+ hb_script_from_iso15924_tag (<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>
362
+ <p>Converts an ISO 15924 script tag to a corresponding <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a>.</p>
339
363
  <div class="refsect3">
340
- <a name="id-1.3.2.3.8.9.4"></a><h4>Parameters</h4>
364
+ <a name="id-1.3.3.3.8.6.5"></a><h4>Parameters</h4>
341
365
  <div class="informaltable"><table width="100%" border="0">
342
366
  <colgroup>
343
367
  <col width="150px" class="parameters_name">
@@ -345,62 +369,68 @@ hb_language_from_string (<em class="parameter"><code>const <span class="type">ch
345
369
  <col width="200px" class="parameters_annotations">
346
370
  </colgroup>
347
371
  <tbody><tr>
348
- <td class="parameter_name"><p>str</p></td>
349
- <td class="parameter_description"><p>. </p></td>
350
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
372
+ <td class="parameter_name"><p>tag</p></td>
373
+ <td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> representing an ISO 15924 tag.</p></td>
374
+ <td class="parameter_annotations"> </td>
351
375
  </tr></tbody>
352
376
  </table></div>
353
377
  </div>
354
378
  <div class="refsect3">
355
- <a name="id-1.3.2.3.8.9.5"></a><h4>Returns</h4>
356
- <p>. </p>
357
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
358
- </div>
359
- <p class="since">Since 1.0</p>
360
- </div>
361
- <hr>
362
- <div class="refsect2">
363
- <a name="hb-language-get-default"></a><h3>hb_language_get_default ()</h3>
364
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
365
- hb_language_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
366
- <div class="refsect3">
367
- <a name="id-1.3.2.3.8.10.4"></a><h4>Returns</h4>
368
- <p>. </p>
369
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
379
+ <a name="id-1.3.3.3.8.6.6"></a><h4>Returns</h4>
380
+ <p>An <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> corresponding to the ISO 15924 tag.</p>
381
+ <p></p>
370
382
  </div>
371
- <p class="since">Since 1.0</p>
383
+ <p class="since">Since 0.9.2</p>
372
384
  </div>
373
385
  <hr>
374
386
  <div class="refsect2">
375
- <a name="hb-language-to-string"></a><h3>hb_language_to_string ()</h3>
376
- <pre class="programlisting">const <span class="returnvalue">char</span> *
377
- hb_language_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
387
+ <a name="hb-script-from-string"></a><h3>hb_script_from_string ()</h3>
388
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
389
+ hb_script_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
390
+ <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
391
+ <p>Converts a string <em class="parameter"><code>str</code></em>
392
+ representing an ISO 15924 script tag to a
393
+ corresponding <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a>. Shorthand for <a class="link" href="harfbuzz-hb-common.html#hb-tag-from-string" title="hb_tag_from_string ()"><code class="function">hb_tag_from_string()</code></a> then
394
+ <a class="link" href="harfbuzz-hb-common.html#hb-script-from-iso15924-tag" title="hb_script_from_iso15924_tag ()"><code class="function">hb_script_from_iso15924_tag()</code></a>.</p>
378
395
  <div class="refsect3">
379
- <a name="id-1.3.2.3.8.11.4"></a><h4>Returns</h4>
380
- <p>. </p>
381
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
382
- </div>
383
- <p class="since">Since 1.0</p>
396
+ <a name="id-1.3.3.3.8.7.5"></a><h4>Parameters</h4>
397
+ <div class="informaltable"><table width="100%" border="0">
398
+ <colgroup>
399
+ <col width="150px" class="parameters_name">
400
+ <col class="parameters_description">
401
+ <col width="200px" class="parameters_annotations">
402
+ </colgroup>
403
+ <tbody>
404
+ <tr>
405
+ <td class="parameter_name"><p>str</p></td>
406
+ <td class="parameter_description"><p> a string representing an
407
+ ISO 15924 tag. </p></td>
408
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
409
+ </tr>
410
+ <tr>
411
+ <td class="parameter_name"><p>len</p></td>
412
+ <td class="parameter_description"><p>length of the <em class="parameter"><code>str</code></em>
413
+ , or -1 if it is <code class="literal">NULL</code>-terminated.</p></td>
414
+ <td class="parameter_annotations"> </td>
415
+ </tr>
416
+ </tbody>
417
+ </table></div>
384
418
  </div>
385
- <hr>
386
- <div class="refsect2">
387
- <a name="hb-script-from-iso15924-tag"></a><h3>hb_script_from_iso15924_tag ()</h3>
388
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
389
- hb_script_from_iso15924_tag (<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>
390
419
  <div class="refsect3">
391
- <a name="id-1.3.2.3.8.12.4"></a><h4>Returns</h4>
420
+ <a name="id-1.3.3.3.8.7.6"></a><h4>Returns</h4>
421
+ <p>An <a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> corresponding to the ISO 15924 tag.</p>
392
422
  <p></p>
393
423
  </div>
394
- <p class="since">Since 1.0</p>
424
+ <p class="since">Since 0.9.2</p>
395
425
  </div>
396
426
  <hr>
397
427
  <div class="refsect2">
398
- <a name="hb-script-from-string"></a><h3>hb_script_from_string ()</h3>
399
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a>
400
- hb_script_from_string (<em class="parameter"><code>const <span class="type">char</span> *s</code></em>,
401
- <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
428
+ <a name="hb-script-to-iso15924-tag"></a><h3>hb_script_to_iso15924_tag ()</h3>
429
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
430
+ hb_script_to_iso15924_tag (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> script</code></em>);</pre>
431
+ <p>See <a class="link" href="harfbuzz-hb-common.html#hb-script-from-iso15924-tag" title="hb_script_from_iso15924_tag ()"><code class="function">hb_script_from_iso15924_tag()</code></a>.</p>
402
432
  <div class="refsect3">
403
- <a name="id-1.3.2.3.8.13.4"></a><h4>Parameters</h4>
433
+ <a name="id-1.3.3.3.8.8.5"></a><h4>Parameters</h4>
404
434
  <div class="informaltable"><table width="100%" border="0">
405
435
  <colgroup>
406
436
  <col width="150px" class="parameters_name">
@@ -408,17 +438,18 @@ hb_script_from_string (<em class="parameter"><code>const <span class="type">char
408
438
  <col width="200px" class="parameters_annotations">
409
439
  </colgroup>
410
440
  <tbody><tr>
411
- <td class="parameter_name"><p>s</p></td>
412
- <td class="parameter_description"><p>. </p></td>
413
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
441
+ <td class="parameter_name"><p>script</p></td>
442
+ <td class="parameter_description"><p>an <span class="type">hb_script_</span> to convert.</p></td>
443
+ <td class="parameter_annotations"> </td>
414
444
  </tr></tbody>
415
445
  </table></div>
416
446
  </div>
417
447
  <div class="refsect3">
418
- <a name="id-1.3.2.3.8.13.5"></a><h4>Returns</h4>
448
+ <a name="id-1.3.3.3.8.8.6"></a><h4>Returns</h4>
449
+ <p>An <a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> representing an ISO 15924 script tag.</p>
419
450
  <p></p>
420
451
  </div>
421
- <p class="since">Since 1.0</p>
452
+ <p class="since">Since 0.9.2</p>
422
453
  </div>
423
454
  <hr>
424
455
  <div class="refsect2">
@@ -426,57 +457,59 @@ hb_script_from_string (<em class="parameter"><code>const <span class="type">char
426
457
  <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-direction-t" title="enum hb_direction_t"><span class="returnvalue">hb_direction_t</span></a>
427
458
  hb_script_get_horizontal_direction (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> script</code></em>);</pre>
428
459
  <div class="refsect3">
429
- <a name="id-1.3.2.3.8.14.4"></a><h4>Returns</h4>
460
+ <a name="id-1.3.3.3.8.9.4"></a><h4>Returns</h4>
430
461
  <p></p>
431
462
  </div>
432
- <p class="since">Since 1.0</p>
463
+ <p class="since">Since 0.9.2</p>
433
464
  </div>
434
465
  <hr>
435
466
  <div class="refsect2">
436
- <a name="hb-script-to-iso15924-tag"></a><h3>hb_script_to_iso15924_tag ()</h3>
437
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
438
- hb_script_to_iso15924_tag (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="type">hb_script_t</span></a> script</code></em>);</pre>
439
- <div class="refsect3">
440
- <a name="id-1.3.2.3.8.15.4"></a><h4>Returns</h4>
441
- <p></p>
442
- </div>
443
- <p class="since">Since 1.0</p>
444
- </div>
445
- <hr>
446
- <div class="refsect2">
447
- <a name="hb-tag-from-string"></a><h3>hb_tag_from_string ()</h3>
448
- <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="returnvalue">hb_tag_t</span></a>
449
- hb_tag_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
450
- <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
467
+ <a name="hb-language-from-string"></a><h3>hb_language_from_string ()</h3>
468
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
469
+ hb_language_from_string (<em class="parameter"><code>const <span class="type">char</span> *str</code></em>,
470
+ <em class="parameter"><code><span class="type">int</span> len</code></em>);</pre>
471
+ <p>Converts <em class="parameter"><code>str</code></em>
472
+ representing an ISO 639 language code to the corresponding
473
+ <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a>.</p>
451
474
  <div class="refsect3">
452
- <a name="id-1.3.2.3.8.16.4"></a><h4>Parameters</h4>
475
+ <a name="id-1.3.3.3.8.10.5"></a><h4>Parameters</h4>
453
476
  <div class="informaltable"><table width="100%" border="0">
454
477
  <colgroup>
455
478
  <col width="150px" class="parameters_name">
456
479
  <col class="parameters_description">
457
480
  <col width="200px" class="parameters_annotations">
458
481
  </colgroup>
459
- <tbody><tr>
482
+ <tbody>
483
+ <tr>
460
484
  <td class="parameter_name"><p>str</p></td>
461
- <td class="parameter_description"><p>. </p></td>
485
+ <td class="parameter_description"><p> a string representing
486
+ ISO 639 language code. </p></td>
462
487
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8_t]</span></td>
463
- </tr></tbody>
488
+ </tr>
489
+ <tr>
490
+ <td class="parameter_name"><p>len</p></td>
491
+ <td class="parameter_description"><p>length of the <em class="parameter"><code>str</code></em>
492
+ , or -1 if it is <code class="literal">NULL</code>-terminated.</p></td>
493
+ <td class="parameter_annotations"> </td>
494
+ </tr>
495
+ </tbody>
464
496
  </table></div>
465
497
  </div>
466
498
  <div class="refsect3">
467
- <a name="id-1.3.2.3.8.16.5"></a><h4>Returns</h4>
468
- <p></p>
499
+ <a name="id-1.3.3.3.8.10.6"></a><h4>Returns</h4>
500
+ <p>The <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> corresponding to the ISO 639 language code. </p>
501
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
469
502
  </div>
470
- <p class="since">Since 1.0</p>
503
+ <p class="since">Since 0.9.2</p>
471
504
  </div>
472
505
  <hr>
473
506
  <div class="refsect2">
474
- <a name="hb-tag-to-string"></a><h3>hb_tag_to_string ()</h3>
475
- <pre class="programlisting"><span class="returnvalue">void</span>
476
- hb_tag_to_string (<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>,
477
- <em class="parameter"><code><span class="type">char</span> *buf</code></em>);</pre>
507
+ <a name="hb-language-to-string"></a><h3>hb_language_to_string ()</h3>
508
+ <pre class="programlisting">const <span class="returnvalue">char</span> *
509
+ hb_language_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> language</code></em>);</pre>
510
+ <p>See <a class="link" href="harfbuzz-hb-common.html#hb-language-from-string" title="hb_language_from_string ()"><code class="function">hb_language_from_string()</code></a>.</p>
478
511
  <div class="refsect3">
479
- <a name="id-1.3.2.3.8.17.4"></a><h4>Parameters</h4>
512
+ <a name="id-1.3.3.3.8.11.5"></a><h4>Parameters</h4>
480
513
  <div class="informaltable"><table width="100%" border="0">
481
514
  <colgroup>
482
515
  <col width="150px" class="parameters_name">
@@ -484,13 +517,56 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
484
517
  <col width="200px" class="parameters_annotations">
485
518
  </colgroup>
486
519
  <tbody><tr>
487
- <td class="parameter_name"><p>buf</p></td>
488
- <td class="parameter_description"><p>. </p></td>
489
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=4]</span></td>
520
+ <td class="parameter_name"><p>language</p></td>
521
+ <td class="parameter_description"><p>an <a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="type">hb_language_t</span></a> to convert.</p></td>
522
+ <td class="parameter_annotations"> </td>
490
523
  </tr></tbody>
491
524
  </table></div>
492
525
  </div>
493
- <p class="since">Since 0.9.5</p>
526
+ <div class="refsect3">
527
+ <a name="id-1.3.3.3.8.11.6"></a><h4>Returns</h4>
528
+ <p>A <code class="literal">NULL</code>-terminated string representing the <em class="parameter"><code>language</code></em>
529
+ . Must not be freed by
530
+ the caller. </p>
531
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
532
+ </div>
533
+ <p class="since">Since 0.9.2</p>
534
+ </div>
535
+ <hr>
536
+ <div class="refsect2">
537
+ <a name="hb-language-get-default"></a><h3>hb_language_get_default ()</h3>
538
+ <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-language-t" title="hb_language_t"><span class="returnvalue">hb_language_t</span></a>
539
+ hb_language_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
540
+ <div class="refsect3">
541
+ <a name="id-1.3.3.3.8.12.4"></a><h4>Returns</h4>
542
+ <p>. </p>
543
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
544
+ </div>
545
+ <p class="since">Since 0.9.2</p>
546
+ </div>
547
+ <hr>
548
+ <div class="refsect2">
549
+ <a name="hb-destroy-func-t"></a><h3>hb_destroy_func_t ()</h3>
550
+ <pre class="programlisting"><span class="returnvalue">void</span>
551
+ <span class="c_punctuation">(</span>*hb_destroy_func_t<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
552
+ </div>
553
+ <hr>
554
+ <div class="refsect2">
555
+ <a name="HB-TAG:CAPS"></a><h3>HB_TAG()</h3>
556
+ <pre class="programlisting">#define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))&lt;&lt;24)|(((uint8_t)(c2))&lt;&lt;16)|(((uint8_t)(c3))&lt;&lt;8)|((uint8_t)(c4))))
557
+ </pre>
558
+ </div>
559
+ <hr>
560
+ <div class="refsect2">
561
+ <a name="HB-UNTAG:CAPS"></a><h3>HB_UNTAG()</h3>
562
+ <pre class="programlisting">#define HB_UNTAG(tag) ((uint8_t)((tag)&gt;&gt;24)), ((uint8_t)((tag)&gt;&gt;16)), ((uint8_t)((tag)&gt;&gt;8)), ((uint8_t)(tag))
563
+ </pre>
564
+ </div>
565
+ <hr>
566
+ <div class="refsect2">
567
+ <a name="HB-DIRECTION-REVERSE:CAPS"></a><h3>HB_DIRECTION_REVERSE()</h3>
568
+ <pre class="programlisting">#define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1))
569
+ </pre>
494
570
  </div>
495
571
  <hr>
496
572
  <div class="refsect2">
@@ -522,21 +598,15 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
522
598
  <pre class="programlisting">#define HB_DIRECTION_IS_VERTICAL(dir) ((((unsigned int) (dir)) &amp; ~1U) == 6)
523
599
  </pre>
524
600
  </div>
525
- </div>
526
- <div class="refsect1">
527
- <a name="harfbuzz-hb-common.other_details"></a><h2>Types and Values</h2>
528
- <div class="refsect2">
529
- <a name="HB-TAG-NONE:CAPS"></a><h3>HB_TAG_NONE</h3>
530
- <pre class="programlisting">#define HB_TAG_NONE HB_TAG(0,0,0,0)
531
- </pre>
532
- </div>
533
601
  <hr>
534
602
  <div class="refsect2">
535
- <a name="HB-TAG-MAX:CAPS"></a><h3>HB_TAG_MAX</h3>
536
- <pre class="programlisting">#define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
603
+ <a name="HB-LANGUAGE-INVALID:CAPS"></a><h3>HB_LANGUAGE_INVALID</h3>
604
+ <pre class="programlisting">#define HB_LANGUAGE_INVALID ((hb_language_t) NULL)
537
605
  </pre>
538
606
  </div>
539
- <hr>
607
+ </div>
608
+ <div class="refsect1">
609
+ <a name="harfbuzz-hb-common.other_details"></a><h2>Types and Values</h2>
540
610
  <div class="refsect2">
541
611
  <a name="hb-bool-t"></a><h3>hb_bool_t</h3>
542
612
  <pre class="programlisting">typedef int hb_bool_t;
@@ -552,7 +622,7 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
552
622
  <div class="refsect2">
553
623
  <a name="hb-direction-t"></a><h3>enum hb_direction_t</h3>
554
624
  <div class="refsect3">
555
- <a name="id-1.3.2.3.9.6.3"></a><h4>Members</h4>
625
+ <a name="id-1.3.3.3.9.4.3"></a><h4>Members</h4>
556
626
  <div class="informaltable"><table width="100%" border="0">
557
627
  <colgroup>
558
628
  <col width="300px" class="enum_members_name">
@@ -562,28 +632,38 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
562
632
  <tbody>
563
633
  <tr>
564
634
  <td class="enum_member_name"><p><a name="HB-DIRECTION-INVALID:CAPS"></a>HB_DIRECTION_INVALID</p></td>
565
- <td> </td>
566
- <td> </td>
635
+ <td class="enum_member_description">
636
+ <p>Initial, unset direction.</p>
637
+ </td>
638
+ <td class="enum_member_annotations"> </td>
567
639
  </tr>
568
640
  <tr>
569
641
  <td class="enum_member_name"><p><a name="HB-DIRECTION-LTR:CAPS"></a>HB_DIRECTION_LTR</p></td>
570
- <td> </td>
571
- <td> </td>
642
+ <td class="enum_member_description">
643
+ <p>Text is set horizontally from left to right.</p>
644
+ </td>
645
+ <td class="enum_member_annotations"> </td>
572
646
  </tr>
573
647
  <tr>
574
648
  <td class="enum_member_name"><p><a name="HB-DIRECTION-RTL:CAPS"></a>HB_DIRECTION_RTL</p></td>
575
- <td> </td>
576
- <td> </td>
649
+ <td class="enum_member_description">
650
+ <p>Text is set horizontally from right to left.</p>
651
+ </td>
652
+ <td class="enum_member_annotations"> </td>
577
653
  </tr>
578
654
  <tr>
579
655
  <td class="enum_member_name"><p><a name="HB-DIRECTION-TTB:CAPS"></a>HB_DIRECTION_TTB</p></td>
580
- <td> </td>
581
- <td> </td>
656
+ <td class="enum_member_description">
657
+ <p>Text is set vertically from top to bottom.</p>
658
+ </td>
659
+ <td class="enum_member_annotations"> </td>
582
660
  </tr>
583
661
  <tr>
584
662
  <td class="enum_member_name"><p><a name="HB-DIRECTION-BTT:CAPS"></a>HB_DIRECTION_BTT</p></td>
585
- <td> </td>
586
- <td> </td>
663
+ <td class="enum_member_description">
664
+ <p>Text is set vertically from bottom to top.</p>
665
+ </td>
666
+ <td class="enum_member_annotations"> </td>
587
667
  </tr>
588
668
  </tbody>
589
669
  </table></div>
@@ -609,9 +689,15 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
609
689
  </div>
610
690
  <hr>
611
691
  <div class="refsect2">
692
+ <a name="hb-tag-t"></a><h3>hb_tag_t</h3>
693
+ <pre class="programlisting">typedef uint32_t hb_tag_t;
694
+ </pre>
695
+ </div>
696
+ <hr>
697
+ <div class="refsect2">
612
698
  <a name="hb-script-t"></a><h3>enum hb_script_t</h3>
613
699
  <div class="refsect3">
614
- <a name="id-1.3.2.3.9.10.3"></a><h4>Members</h4>
700
+ <a name="id-1.3.3.3.9.9.3"></a><h4>Members</h4>
615
701
  <div class="informaltable"><table width="100%" border="0">
616
702
  <colgroup>
617
703
  <col width="300px" class="enum_members_name">
@@ -1300,12 +1386,6 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
1300
1386
  </div>
1301
1387
  <hr>
1302
1388
  <div class="refsect2">
1303
- <a name="hb-tag-t"></a><h3>hb_tag_t</h3>
1304
- <pre class="programlisting">typedef uint32_t hb_tag_t;
1305
- </pre>
1306
- </div>
1307
- <hr>
1308
- <div class="refsect2">
1309
1389
  <a name="hb-user-data-key-t-struct"></a><h3>hb_user_data_key_t</h3>
1310
1390
  <pre class="programlisting">typedef struct {
1311
1391
  } hb_user_data_key_t;
@@ -1315,6 +1395,24 @@ hb_tag_to_string (<em class="parameter"><code><a class="link" href="harfbuzz-hb-
1315
1395
  <div class="refsect2">
1316
1396
  <a name="hb-var-int-t"></a><h3>hb_var_int_t</h3>
1317
1397
  </div>
1398
+ <hr>
1399
+ <div class="refsect2">
1400
+ <a name="HB-TAG-NONE:CAPS"></a><h3>HB_TAG_NONE</h3>
1401
+ <pre class="programlisting">#define HB_TAG_NONE HB_TAG(0,0,0,0)
1402
+ </pre>
1403
+ </div>
1404
+ <hr>
1405
+ <div class="refsect2">
1406
+ <a name="HB-TAG-MAX:CAPS"></a><h3>HB_TAG_MAX</h3>
1407
+ <pre class="programlisting">#define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
1408
+ </pre>
1409
+ </div>
1410
+ <hr>
1411
+ <div class="refsect2">
1412
+ <a name="HB-TAG-MAX-SIGNED:CAPS"></a><h3>HB_TAG_MAX_SIGNED</h3>
1413
+ <pre class="programlisting">#define HB_TAG_MAX_SIGNED HB_TAG(0x7f,0xff,0xff,0xff)
1414
+ </pre>
1415
+ </div>
1318
1416
  </div>
1319
1417
  </div>
1320
1418
  <div class="footer">