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
@@ -179,6 +179,18 @@ public:
179
179
  return fLength;
180
180
  }
181
181
 
182
+ /**
183
+ * Throw an error if size*count overflows
184
+ */
185
+ size_t verifyLength(size_t offset, size_t size, le_uint32 count, LEErrorCode &success) {
186
+ if(count!=0 && size>LE_UINT32_MAX/count) {
187
+ LE_DEBUG_TR3("verifyLength failed size=%u, count=%u", size, count);
188
+ success = LE_INDEX_OUT_OF_BOUNDS_ERROR;
189
+ return 0;
190
+ }
191
+ return verifyLength(offset, size*count, success);
192
+ }
193
+
182
194
  /**
183
195
  * Change parent link to another
184
196
  */
@@ -269,7 +281,7 @@ public:
269
281
  if(count == LE_UNBOUNDED_ARRAY) { // not a known length
270
282
  count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
271
283
  }
272
- LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
284
+ LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
273
285
  }
274
286
  if(LE_FAILURE(success)) {
275
287
  fCount=0;
@@ -284,7 +296,7 @@ LE_TRACE_TR("INFO: new RTAO")
284
296
  if(count == LE_UNBOUNDED_ARRAY) { // not a known length
285
297
  count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
286
298
  }
287
- LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
299
+ LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
288
300
  }
289
301
  if(LE_FAILURE(success)) clear();
290
302
  }
@@ -295,7 +307,7 @@ LE_TRACE_TR("INFO: new RTAO")
295
307
  if(count == LE_UNBOUNDED_ARRAY) { // not a known length
296
308
  count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
297
309
  }
298
- LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
310
+ LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
299
311
  }
300
312
  if(LE_FAILURE(success)) clear();
301
313
  }
@@ -75,6 +75,7 @@ typedef struct _PangoAttrFloat PangoAttrFloat;
75
75
  typedef struct _PangoAttrColor PangoAttrColor;
76
76
  typedef struct _PangoAttrFontDesc PangoAttrFontDesc;
77
77
  typedef struct _PangoAttrShape PangoAttrShape;
78
+ typedef struct _PangoAttrFontFeatures PangoAttrFontFeatures;
78
79
 
79
80
  /**
80
81
  * PANGO_TYPE_ATTR_LIST:
@@ -135,6 +136,9 @@ typedef struct _PangoAttrIterator PangoAttrIterator;
135
136
  * @PANGO_ATTR_ABSOLUTE_SIZE: font size in pixels scaled by %PANGO_SCALE (#PangoAttrInt)
136
137
  * @PANGO_ATTR_GRAVITY: base text gravity (#PangoAttrInt)
137
138
  * @PANGO_ATTR_GRAVITY_HINT: gravity hint (#PangoAttrInt)
139
+ * @PANGO_ATTR_FONT_FEATURES: OpenType font features (#PangoAttrString). Since 1.38
140
+ * @PANGO_ATTR_FOREGROUND_ALPHA: foreground alpha (#PangoAttrInt). Since 1.38
141
+ * @PANGO_ATTR_BACKGROUND_ALPHA: background alpha (#PangoAttrInt). Since 1.38
138
142
  *
139
143
  * The #PangoAttrType
140
144
  * distinguishes between different types of attributes. Along with the
@@ -167,7 +171,10 @@ typedef enum
167
171
  PANGO_ATTR_STRIKETHROUGH_COLOR,/* PangoAttrColor */
168
172
  PANGO_ATTR_ABSOLUTE_SIZE, /* PangoAttrSize */
169
173
  PANGO_ATTR_GRAVITY, /* PangoAttrInt */
170
- PANGO_ATTR_GRAVITY_HINT /* PangoAttrInt */
174
+ PANGO_ATTR_GRAVITY_HINT, /* PangoAttrInt */
175
+ PANGO_ATTR_FONT_FEATURES, /* PangoAttrString */
176
+ PANGO_ATTR_FOREGROUND_ALPHA, /* PangoAttrInt */
177
+ PANGO_ATTR_BACKGROUND_ALPHA /* PangoAttrInt */
171
178
  } PangoAttrType;
172
179
 
173
180
  /**
@@ -406,6 +413,22 @@ struct _PangoAttrFontDesc
406
413
  PangoFontDescription *desc;
407
414
  };
408
415
 
416
+ /**
417
+ * PangoAttrFontFeatures:
418
+ * @attr: the common portion of the attribute
419
+ * @features: the featues, as a string in CSS syntax
420
+ *
421
+ * The #PangoAttrFontFeatures structure is used to represent OpenType
422
+ * font features as an attribute.
423
+ *
424
+ * Since: 1.38
425
+ */
426
+ struct _PangoAttrFontFeatures
427
+ {
428
+ PangoAttribute attr;
429
+ gchar *features;
430
+ };
431
+
409
432
  PangoAttrType pango_attr_type_register (const gchar *name);
410
433
  const char * pango_attr_type_get_name (PangoAttrType type) G_GNUC_CONST;
411
434
 
@@ -456,6 +479,9 @@ PangoAttribute *pango_attr_shape_new_with_data (const PangoRectangle *ink_
456
479
 
457
480
  PangoAttribute *pango_attr_gravity_new (PangoGravity gravity);
458
481
  PangoAttribute *pango_attr_gravity_hint_new (PangoGravityHint hint);
482
+ PangoAttribute *pango_attr_font_features_new (const gchar *features);
483
+ PangoAttribute *pango_attr_foreground_alpha_new (guint16 alpha);
484
+ PangoAttribute *pango_attr_background_alpha_new (guint16 alpha);
459
485
 
460
486
  GType pango_attr_list_get_type (void) G_GNUC_CONST;
461
487
  PangoAttrList * pango_attr_list_new (void);
@@ -32,15 +32,13 @@ G_BEGIN_DECLS
32
32
 
33
33
  #ifdef PANGO_ENABLE_ENGINE
34
34
 
35
- /* Module API */
36
-
37
- #include <gmodule.h>
38
-
39
35
  /**
40
36
  * PANGO_RENDER_TYPE_NONE:
41
37
  *
42
38
  * A string constant defining the render type
43
39
  * for engines that are not rendering-system specific.
40
+ *
41
+ * Deprecated: 1.38
44
42
  */
45
43
  #define PANGO_RENDER_TYPE_NONE "PangoRenderNone"
46
44
 
@@ -59,6 +57,8 @@ typedef struct _PangoEngineClass PangoEngineClass;
59
57
  *
60
58
  * #PangoEngine is the base class for all types of language and
61
59
  * script specific engines. It has no functionality by itself.
60
+ *
61
+ * Deprecated: 1.38
62
62
  **/
63
63
  struct _PangoEngine
64
64
  {
@@ -70,6 +70,8 @@ struct _PangoEngine
70
70
  * PangoEngineClass:
71
71
  *
72
72
  * Class structure for #PangoEngine
73
+ *
74
+ * Deprecated: 1.38
73
75
  **/
74
76
  struct _PangoEngineClass
75
77
  {
@@ -84,6 +86,8 @@ GType pango_engine_get_type (void) G_GNUC_CONST;
84
86
  *
85
87
  * A string constant defining the engine type for language engines.
86
88
  * These engines derive from #PangoEngineLang.
89
+ *
90
+ * Deprecated: 1.38
87
91
  */
88
92
  #define PANGO_ENGINE_TYPE_LANG "PangoEngineLang"
89
93
 
@@ -105,6 +109,8 @@ typedef struct _PangoEngineLangClass PangoEngineLangClass;
105
109
  * instance, a custom #PangoEngineLang could be provided for
106
110
  * Thai to implement the dictionary-based word boundary
107
111
  * lookups needed for that language.
112
+ *
113
+ * Deprecated: 1.38
108
114
  **/
109
115
  struct _PangoEngineLang
110
116
  {
@@ -114,14 +120,16 @@ struct _PangoEngineLang
114
120
 
115
121
  /**
116
122
  * PangoEngineLangClass:
117
- * @script_break: Provides a custom implementation of pango_break().
118
- * If %NULL, pango_default_break() is used instead. If not %NULL, for
119
- * Pango versions before 1.16 (module interface version before 1.6.0),
120
- * this was called instead of pango_default_break(), but in newer versions,
121
- * pango_default_break() is always called and this is called after that to
122
- * allow tailoring the breaking results.
123
+ * @script_break: (nullable): Provides a custom implementation of
124
+ * pango_break(). If %NULL, pango_default_break() is used instead. If
125
+ * not %NULL, for Pango versions before 1.16 (module interface version
126
+ * before 1.6.0), this was called instead of pango_default_break(),
127
+ * but in newer versions, pango_default_break() is always called and
128
+ * this is called after that to allow tailoring the breaking results.
123
129
  *
124
130
  * Class structure for #PangoEngineLang
131
+ *
132
+ * Deprecated: 1.38
125
133
  **/
126
134
  struct _PangoEngineLangClass
127
135
  {
@@ -144,6 +152,8 @@ GType pango_engine_lang_get_type (void) G_GNUC_CONST;
144
152
  *
145
153
  * A string constant defining the engine type for shaping engines.
146
154
  * These engines derive from #PangoEngineShape.
155
+ *
156
+ * Deprecated: 1.38
147
157
  */
148
158
  #define PANGO_ENGINE_TYPE_SHAPE "PangoEngineShape"
149
159
 
@@ -167,6 +177,8 @@ typedef struct _PangoEngineShapeClass PangoEngineShapeClass;
167
177
  * and to a particular script. For instance, there is one
168
178
  * #PangoEngineShape implementation to handle shaping Arabic
169
179
  * for Fontconfig-based backends.
180
+ *
181
+ * Deprecated: 1.38
170
182
  **/
171
183
  struct _PangoEngineShape
172
184
  {
@@ -197,6 +209,8 @@ struct _PangoEngineShape
197
209
  * font itself unmodified.
198
210
  *
199
211
  * Class structure for #PangoEngineShape
212
+ *
213
+ * Deprecated: 1.38
200
214
  **/
201
215
  struct _PangoEngineShapeClass
202
216
  {
@@ -239,6 +253,8 @@ typedef struct _PangoEngineScriptInfo PangoEngineScriptInfo;
239
253
  *
240
254
  * The #PangoEngineScriptInfo structure contains
241
255
  * information about how the shaper covers a particular script.
256
+ *
257
+ * Deprecated: 1.38
242
258
  */
243
259
  struct _PangoEngineScriptInfo
244
260
  {
@@ -256,6 +272,8 @@ struct _PangoEngineScriptInfo
256
272
  *
257
273
  * The #PangoEngineInfo structure contains information about a particular
258
274
  * engine. It contains the following fields:
275
+ *
276
+ * Deprecated: 1.38
259
277
  */
260
278
  struct _PangoEngineInfo
261
279
  {
@@ -271,14 +289,11 @@ struct _PangoEngineInfo
271
289
  * @engines: location to store a pointer to an array of engines.
272
290
  * @n_engines: location to store the number of elements in @engines.
273
291
  *
274
- * Function to be provided by a module to list the engines that the
275
- * module supplies. The function stores a pointer to an array
276
- * of #PangoEngineInfo structures and the length of that array in
277
- * the given location.
292
+ * Do not use.
278
293
  *
279
- * Note that script_engine_init() will not be called before this
280
- * function.
294
+ * Deprecated: 1.38
281
295
  **/
296
+ G_DEPRECATED
282
297
  void script_engine_list (PangoEngineInfo **engines,
283
298
  int *n_engines);
284
299
 
@@ -287,33 +302,33 @@ void script_engine_list (PangoEngineInfo **engines,
287
302
  * @module: a #GTypeModule structure used to associate any
288
303
  * GObject types created in this module with the module.
289
304
  *
290
- * Function to be provided by a module to register any
291
- * GObject types in the module.
305
+ * Do not use.
306
+ *
307
+ * Deprecated: 1.38
292
308
  **/
309
+ G_DEPRECATED
293
310
  void script_engine_init (GTypeModule *module);
294
311
 
295
312
 
296
313
  /**
297
314
  * script_engine_exit:
298
315
  *
299
- * Function to be provided by the module that is called
300
- * when the module is unloading. Frequently does nothing.
316
+ * Do not use.
317
+ *
318
+ * Deprecated: 1.38
301
319
  **/
320
+ G_DEPRECATED
302
321
  void script_engine_exit (void);
303
322
 
304
323
  /**
305
324
  * script_engine_create:
306
325
  * @id: the ID of an engine as reported by script_engine_list.
307
326
  *
308
- * Function to be provided by the module to create an instance
309
- * of one of the engines implemented by the module.
327
+ * Do not use.
310
328
  *
311
- * Return value: a newly created #PangoEngine of the specified
312
- * type, or %NULL if an error occurred. (In normal operation,
313
- * a module should not return %NULL. A %NULL return is only
314
- * acceptable in the case where system misconfiguration or
315
- * bugs in the driver routine are encountered.)
329
+ * Deprecated: 1.38
316
330
  **/
331
+ G_DEPRECATED
317
332
  PangoEngine *script_engine_create (const char *id);
318
333
 
319
334
  /* Utility macro used by PANGO_ENGINE_LANG_DEFINE_TYPE and
@@ -347,8 +362,8 @@ prefix ## _register_type (GTypeModule *module) \
347
362
  * PANGO_ENGINE_LANG_DEFINE_TYPE:
348
363
  * @name: Name of the the type to register (for example:, <literal>ArabicEngineFc</literal>
349
364
  * @prefix: Prefix for symbols that will be defined (for example:, <literal>arabic_engine_fc</literal>
350
- * @class_init: Class initialization function for the new type, or %NULL
351
- * @instance_init: Instance initialization function for the new type, or %NULL
365
+ * @class_init: (nullable): Class initialization function for the new type, or %NULL
366
+ * @instance_init: (nullable): Instance initialization function for the new type, or %NULL
352
367
  *
353
368
  * Outputs the necessary code for GObject type registration for a
354
369
  * #PangoEngineLang class defined in a module. Two static symbols
@@ -367,6 +382,8 @@ prefix ## _register_type (GTypeModule *module) \
367
382
  * <informalexample><programlisting>
368
383
  * PangoEngine *engine = g_object_new (<replaceable>prefix</replaceable>_type, NULL);
369
384
  * </programlisting></informalexample>
385
+ *
386
+ * Deprecated: 1.38
370
387
  **/
371
388
  #define PANGO_ENGINE_LANG_DEFINE_TYPE(name, prefix, class_init, instance_init) \
372
389
  PANGO_ENGINE_DEFINE_TYPE (name, prefix, \
@@ -377,8 +394,8 @@ prefix ## _register_type (GTypeModule *module) \
377
394
  * PANGO_ENGINE_SHAPE_DEFINE_TYPE:
378
395
  * @name: Name of the the type to register (for example:, <literal>ArabicEngineFc</literal>
379
396
  * @prefix: Prefix for symbols that will be defined (for example:, <literal>arabic_engine_fc</literal>
380
- * @class_init: Class initialization function for the new type, or %NULL
381
- * @instance_init: Instance initialization function for the new type, or %NULL
397
+ * @class_init: (nullable): Class initialization function for the new type, or %NULL
398
+ * @instance_init: (nullable): Instance initialization function for the new type, or %NULL
382
399
  *
383
400
  * Outputs the necessary code for GObject type registration for a
384
401
  * #PangoEngineShape class defined in a module. Two static symbols
@@ -397,6 +414,8 @@ prefix ## _register_type (GTypeModule *module) \
397
414
  * <informalexample><programlisting>
398
415
  * PangoEngine *engine = g_object_new (<replaceable>prefix</replaceable>_type, NULL);
399
416
  * </programlisting></informalexample>
417
+ *
418
+ * Deprecated: 1.38
400
419
  **/
401
420
  #define PANGO_ENGINE_SHAPE_DEFINE_TYPE(name, prefix, class_init, instance_init) \
402
421
  PANGO_ENGINE_DEFINE_TYPE (name, prefix, \
@@ -3,10 +3,10 @@
3
3
  #define PANGO_FEATURES_H
4
4
 
5
5
  #define PANGO_VERSION_MAJOR 1
6
- #define PANGO_VERSION_MINOR 36
7
- #define PANGO_VERSION_MICRO 8
6
+ #define PANGO_VERSION_MINOR 40
7
+ #define PANGO_VERSION_MICRO 0
8
8
 
9
- #define PANGO_VERSION_STRING "1.36.8"
9
+ #define PANGO_VERSION_STRING "1.40.0"
10
10
 
11
11
 
12
12
  #endif
@@ -299,6 +299,7 @@ PangoFontMetrics *pango_font_metrics_new (void);
299
299
 
300
300
  struct _PangoFontMetrics
301
301
  {
302
+ /* <private> */
302
303
  guint ref_count;
303
304
 
304
305
  int ascent;
@@ -31,6 +31,8 @@ G_BEGIN_DECLS
31
31
 
32
32
  /**
33
33
  * PangoGlyphItem:
34
+ * @item: corresponding #PangoItem.
35
+ * @glyphs: corresponding #PangoGlyphString.
34
36
  *
35
37
  * A #PangoGlyphItem is a pair of a #PangoItem and the glyphs
36
38
  * resulting from shaping the text corresponding to an item.
@@ -107,6 +107,11 @@ struct _PangoGlyphInfo
107
107
  */
108
108
  /**
109
109
  * PangoGlyphString:
110
+ * @num_glyphs: number of the glyphs in this glyph string.
111
+ * @glyphs: (array length=num_glyphs): array of glyph information
112
+ * for the glyph string.
113
+ * @log_clusters: logical cluster info, indexed by the byte index
114
+ * within the text corresponding to the glyph string.
110
115
  *
111
116
  * The #PangoGlyphString structure is used to store strings
112
117
  * of glyphs with geometry and visual attribute information.
@@ -82,6 +82,10 @@ struct _PangoAnalysis
82
82
 
83
83
  /**
84
84
  * PangoItem:
85
+ * @offset: byte offset of the start of this item in text.
86
+ * @length: length of this item in bytes.
87
+ * @num_chars: number of Unicode characters in the item.
88
+ * @analysis: analysis results for the item.
85
89
  *
86
90
  * The #PangoItem structure stores information about a segment of text.
87
91
  */
@@ -96,8 +96,11 @@ typedef enum {
96
96
 
97
97
  /**
98
98
  * PangoLayoutLine:
99
+ * @layout: (allow-none): the layout this line belongs to, might be %NULL
99
100
  * @start_index: start of line as byte index into layout->text
100
101
  * @length: length of line in bytes
102
+ * @runs: (allow-none) (element-type: Pango.LayoutRun): list of runs in the
103
+ * line, from left to right
101
104
  * @is_paragraph_start: #TRUE if this is the first line of the paragraph
102
105
  * @resolved_dir: #Resolved PangoDirection of line
103
106
  *
@@ -110,6 +110,8 @@ void pango_matrix_transform_rectangle (const PangoMatrix *matrix,
110
110
  void pango_matrix_transform_pixel_rectangle (const PangoMatrix *matrix,
111
111
  PangoRectangle *rect);
112
112
  double pango_matrix_get_font_scale_factor (const PangoMatrix *matrix) G_GNUC_PURE;
113
+ void pango_matrix_get_font_scale_factors (const PangoMatrix *matrix,
114
+ double *xscale, double *yscale);
113
115
 
114
116
 
115
117
  G_END_DECLS
@@ -43,6 +43,8 @@ typedef struct _PangoIncludedModule PangoIncludedModule;
43
43
  * The #PangoIncludedModule structure for a statically linked module
44
44
  * contains the functions that would otherwise be loaded from a dynamically
45
45
  * loaded module.
46
+ *
47
+ * Deprecated: 1.38
46
48
  */
47
49
  struct _PangoIncludedModule
48
50
  {
@@ -53,15 +55,19 @@ struct _PangoIncludedModule
53
55
  PangoEngine *(*create) (const char *id);
54
56
  };
55
57
 
58
+ G_DEPRECATED
56
59
  PangoMap * pango_find_map (PangoLanguage *language,
57
60
  guint engine_type_id,
58
61
  guint render_type_id);
62
+ G_DEPRECATED
59
63
  PangoEngine * pango_map_get_engine (PangoMap *map,
60
64
  PangoScript script);
65
+ G_DEPRECATED
61
66
  void pango_map_get_engines (PangoMap *map,
62
67
  PangoScript script,
63
68
  GSList **exact_engines,
64
69
  GSList **fallback_engines);
70
+ G_DEPRECATED
65
71
  void pango_module_register (PangoIncludedModule *module);
66
72
 
67
73
  #endif /* PANGO_ENABLE_BACKEND */
@@ -212,13 +212,16 @@ struct _PangoOTFeatureMap
212
212
  * PangoOTRulesetDescription:
213
213
  * @script: a #PangoScript.
214
214
  * @language: a #PangoLanguage.
215
- * @static_gsub_features: static map of GSUB features, or %NULL.
215
+ * @static_gsub_features: (nullable): static map of GSUB features,
216
+ * or %NULL.
216
217
  * @n_static_gsub_features: length of @static_gsub_features, or 0.
217
- * @static_gpos_features: static map of GPOS features, or %NULL.
218
+ * @static_gpos_features: (nullable): static map of GPOS features,
219
+ * or %NULL.
218
220
  * @n_static_gpos_features: length of @static_gpos_features, or 0.
219
- * @other_features: map of extra features to add to both GSUB and GPOS, or %NULL.
220
- * Unlike the static maps, this pointer need not live beyond
221
- * the life of function calls taking this struct.
221
+ * @other_features: (nullable): map of extra features to add to both
222
+ * GSUB and GPOS, or %NULL. Unlike the static maps, this pointer
223
+ * need not live beyond the life of function calls taking this
224
+ * struct.
222
225
  * @n_other_features: length of @other_features, or 0.
223
226
  *
224
227
  * The #PangoOTRuleset structure holds all the information needed