pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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-mingw +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
@@ -38,49 +38,49 @@ HB_BEGIN_DECLS
38
38
 
39
39
  typedef struct hb_shape_plan_t hb_shape_plan_t;
40
40
 
41
- hb_shape_plan_t *
41
+ HB_EXTERN hb_shape_plan_t *
42
42
  hb_shape_plan_create (hb_face_t *face,
43
43
  const hb_segment_properties_t *props,
44
44
  const hb_feature_t *user_features,
45
45
  unsigned int num_user_features,
46
46
  const char * const *shaper_list);
47
47
 
48
- hb_shape_plan_t *
48
+ HB_EXTERN hb_shape_plan_t *
49
49
  hb_shape_plan_create_cached (hb_face_t *face,
50
50
  const hb_segment_properties_t *props,
51
51
  const hb_feature_t *user_features,
52
52
  unsigned int num_user_features,
53
53
  const char * const *shaper_list);
54
54
 
55
- hb_shape_plan_t *
55
+ HB_EXTERN hb_shape_plan_t *
56
56
  hb_shape_plan_get_empty (void);
57
57
 
58
- hb_shape_plan_t *
58
+ HB_EXTERN hb_shape_plan_t *
59
59
  hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
60
60
 
61
- void
61
+ HB_EXTERN void
62
62
  hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
63
63
 
64
- hb_bool_t
64
+ HB_EXTERN hb_bool_t
65
65
  hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
66
66
  hb_user_data_key_t *key,
67
67
  void * data,
68
68
  hb_destroy_func_t destroy,
69
69
  hb_bool_t replace);
70
70
 
71
- void *
71
+ HB_EXTERN void *
72
72
  hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan,
73
73
  hb_user_data_key_t *key);
74
74
 
75
75
 
76
- hb_bool_t
76
+ HB_EXTERN hb_bool_t
77
77
  hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
78
78
  hb_font_t *font,
79
79
  hb_buffer_t *buffer,
80
80
  const hb_feature_t *features,
81
81
  unsigned int num_features);
82
82
 
83
- const char *
83
+ HB_EXTERN const char *
84
84
  hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
85
85
 
86
86
 
@@ -47,29 +47,29 @@ typedef struct hb_feature_t {
47
47
  unsigned int end;
48
48
  } hb_feature_t;
49
49
 
50
- hb_bool_t
50
+ HB_EXTERN hb_bool_t
51
51
  hb_feature_from_string (const char *str, int len,
52
52
  hb_feature_t *feature);
53
53
 
54
- void
54
+ HB_EXTERN void
55
55
  hb_feature_to_string (hb_feature_t *feature,
56
56
  char *buf, unsigned int size);
57
57
 
58
58
 
59
- void
59
+ HB_EXTERN void
60
60
  hb_shape (hb_font_t *font,
61
61
  hb_buffer_t *buffer,
62
62
  const hb_feature_t *features,
63
63
  unsigned int num_features);
64
64
 
65
- hb_bool_t
65
+ HB_EXTERN hb_bool_t
66
66
  hb_shape_full (hb_font_t *font,
67
67
  hb_buffer_t *buffer,
68
68
  const hb_feature_t *features,
69
69
  unsigned int num_features,
70
70
  const char * const *shaper_list);
71
71
 
72
- const char **
72
+ HB_EXTERN const char **
73
73
  hb_shape_list_shapers (void);
74
74
 
75
75
 
@@ -174,23 +174,23 @@ typedef struct hb_unicode_funcs_t hb_unicode_funcs_t;
174
174
  /*
175
175
  * just give me the best implementation you've got there.
176
176
  */
177
- hb_unicode_funcs_t *
177
+ HB_EXTERN hb_unicode_funcs_t *
178
178
  hb_unicode_funcs_get_default (void);
179
179
 
180
180
 
181
- hb_unicode_funcs_t *
181
+ HB_EXTERN hb_unicode_funcs_t *
182
182
  hb_unicode_funcs_create (hb_unicode_funcs_t *parent);
183
183
 
184
- hb_unicode_funcs_t *
184
+ HB_EXTERN hb_unicode_funcs_t *
185
185
  hb_unicode_funcs_get_empty (void);
186
186
 
187
- hb_unicode_funcs_t *
187
+ HB_EXTERN hb_unicode_funcs_t *
188
188
  hb_unicode_funcs_reference (hb_unicode_funcs_t *ufuncs);
189
189
 
190
- void
190
+ HB_EXTERN void
191
191
  hb_unicode_funcs_destroy (hb_unicode_funcs_t *ufuncs);
192
192
 
193
- hb_bool_t
193
+ HB_EXTERN hb_bool_t
194
194
  hb_unicode_funcs_set_user_data (hb_unicode_funcs_t *ufuncs,
195
195
  hb_user_data_key_t *key,
196
196
  void * data,
@@ -198,18 +198,18 @@ hb_unicode_funcs_set_user_data (hb_unicode_funcs_t *ufuncs,
198
198
  hb_bool_t replace);
199
199
 
200
200
 
201
- void *
201
+ HB_EXTERN void *
202
202
  hb_unicode_funcs_get_user_data (hb_unicode_funcs_t *ufuncs,
203
203
  hb_user_data_key_t *key);
204
204
 
205
205
 
206
- void
206
+ HB_EXTERN void
207
207
  hb_unicode_funcs_make_immutable (hb_unicode_funcs_t *ufuncs);
208
208
 
209
- hb_bool_t
209
+ HB_EXTERN hb_bool_t
210
210
  hb_unicode_funcs_is_immutable (hb_unicode_funcs_t *ufuncs);
211
211
 
212
- hb_unicode_funcs_t *
212
+ HB_EXTERN hb_unicode_funcs_t *
213
213
  hb_unicode_funcs_get_parent (hb_unicode_funcs_t *ufuncs);
214
214
 
215
215
 
@@ -283,9 +283,9 @@ typedef unsigned int (*hb_unicode_decompose_compatibility_func_t) (hb_unicode_
283
283
  *
284
284
  *
285
285
  *
286
- * Since: 1.0
286
+ * Since: 0.9.2
287
287
  **/
288
- void
288
+ HB_EXTERN void
289
289
  hb_unicode_funcs_set_combining_class_func (hb_unicode_funcs_t *ufuncs,
290
290
  hb_unicode_combining_class_func_t func,
291
291
  void *user_data, hb_destroy_func_t destroy);
@@ -299,9 +299,9 @@ hb_unicode_funcs_set_combining_class_func (hb_unicode_funcs_t *ufuncs,
299
299
  *
300
300
  *
301
301
  *
302
- * Since: 1.0
302
+ * Since: 0.9.2
303
303
  **/
304
- void
304
+ HB_EXTERN void
305
305
  hb_unicode_funcs_set_eastasian_width_func (hb_unicode_funcs_t *ufuncs,
306
306
  hb_unicode_eastasian_width_func_t func,
307
307
  void *user_data, hb_destroy_func_t destroy);
@@ -315,9 +315,9 @@ hb_unicode_funcs_set_eastasian_width_func (hb_unicode_funcs_t *ufuncs,
315
315
  *
316
316
  *
317
317
  *
318
- * Since: 1.0
318
+ * Since: 0.9.2
319
319
  **/
320
- void
320
+ HB_EXTERN void
321
321
  hb_unicode_funcs_set_general_category_func (hb_unicode_funcs_t *ufuncs,
322
322
  hb_unicode_general_category_func_t func,
323
323
  void *user_data, hb_destroy_func_t destroy);
@@ -331,9 +331,9 @@ hb_unicode_funcs_set_general_category_func (hb_unicode_funcs_t *ufuncs,
331
331
  *
332
332
  *
333
333
  *
334
- * Since: 1.0
334
+ * Since: 0.9.2
335
335
  **/
336
- void
336
+ HB_EXTERN void
337
337
  hb_unicode_funcs_set_mirroring_func (hb_unicode_funcs_t *ufuncs,
338
338
  hb_unicode_mirroring_func_t func,
339
339
  void *user_data, hb_destroy_func_t destroy);
@@ -347,9 +347,9 @@ hb_unicode_funcs_set_mirroring_func (hb_unicode_funcs_t *ufuncs,
347
347
  *
348
348
  *
349
349
  *
350
- * Since: 1.0
350
+ * Since: 0.9.2
351
351
  **/
352
- void
352
+ HB_EXTERN void
353
353
  hb_unicode_funcs_set_script_func (hb_unicode_funcs_t *ufuncs,
354
354
  hb_unicode_script_func_t func,
355
355
  void *user_data, hb_destroy_func_t destroy);
@@ -365,7 +365,7 @@ hb_unicode_funcs_set_script_func (hb_unicode_funcs_t *ufuncs,
365
365
  *
366
366
  * Since: 0.9.2
367
367
  **/
368
- void
368
+ HB_EXTERN void
369
369
  hb_unicode_funcs_set_compose_func (hb_unicode_funcs_t *ufuncs,
370
370
  hb_unicode_compose_func_t func,
371
371
  void *user_data, hb_destroy_func_t destroy);
@@ -381,7 +381,7 @@ hb_unicode_funcs_set_compose_func (hb_unicode_funcs_t *ufuncs,
381
381
  *
382
382
  * Since: 0.9.2
383
383
  **/
384
- void
384
+ HB_EXTERN void
385
385
  hb_unicode_funcs_set_decompose_func (hb_unicode_funcs_t *ufuncs,
386
386
  hb_unicode_decompose_func_t func,
387
387
  void *user_data, hb_destroy_func_t destroy);
@@ -397,7 +397,7 @@ hb_unicode_funcs_set_decompose_func (hb_unicode_funcs_t *ufuncs,
397
397
  *
398
398
  * Since: 0.9.2
399
399
  **/
400
- void
400
+ HB_EXTERN void
401
401
  hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs,
402
402
  hb_unicode_decompose_compatibility_func_t func,
403
403
  void *user_data, hb_destroy_func_t destroy);
@@ -405,62 +405,78 @@ hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs,
405
405
  /* accessors */
406
406
 
407
407
  /**
408
+ * hb_unicode_combining_class:
409
+ *
408
410
  * Since: 0.9.2
409
411
  **/
410
- hb_unicode_combining_class_t
412
+ HB_EXTERN hb_unicode_combining_class_t
411
413
  hb_unicode_combining_class (hb_unicode_funcs_t *ufuncs,
412
414
  hb_codepoint_t unicode);
413
415
 
414
416
  /**
417
+ * hb_unicode_eastasian_width:
418
+ *
415
419
  * Since: 0.9.2
416
420
  **/
417
- unsigned int
421
+ HB_EXTERN unsigned int
418
422
  hb_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs,
419
423
  hb_codepoint_t unicode);
420
424
 
421
425
  /**
426
+ * hb_unicode_general_category:
427
+ *
422
428
  * Since: 0.9.2
423
429
  **/
424
- hb_unicode_general_category_t
430
+ HB_EXTERN hb_unicode_general_category_t
425
431
  hb_unicode_general_category (hb_unicode_funcs_t *ufuncs,
426
432
  hb_codepoint_t unicode);
427
433
 
428
434
  /**
435
+ * hb_unicode_mirroring:
436
+ *
429
437
  * Since: 0.9.2
430
438
  **/
431
- hb_codepoint_t
439
+ HB_EXTERN hb_codepoint_t
432
440
  hb_unicode_mirroring (hb_unicode_funcs_t *ufuncs,
433
441
  hb_codepoint_t unicode);
434
442
 
435
443
  /**
444
+ * hb_unicode_script:
445
+ *
436
446
  * Since: 0.9.2
437
447
  **/
438
- hb_script_t
448
+ HB_EXTERN hb_script_t
439
449
  hb_unicode_script (hb_unicode_funcs_t *ufuncs,
440
450
  hb_codepoint_t unicode);
441
451
 
442
452
  /**
453
+ * hb_unicode_compose:
454
+ *
443
455
  * Since: 0.9.2
444
456
  **/
445
- hb_bool_t
457
+ HB_EXTERN hb_bool_t
446
458
  hb_unicode_compose (hb_unicode_funcs_t *ufuncs,
447
459
  hb_codepoint_t a,
448
460
  hb_codepoint_t b,
449
461
  hb_codepoint_t *ab);
450
462
 
451
463
  /**
464
+ * hb_unicode_decompose:
465
+ *
452
466
  * Since: 0.9.2
453
467
  **/
454
- hb_bool_t
468
+ HB_EXTERN hb_bool_t
455
469
  hb_unicode_decompose (hb_unicode_funcs_t *ufuncs,
456
470
  hb_codepoint_t ab,
457
471
  hb_codepoint_t *a,
458
472
  hb_codepoint_t *b);
459
473
 
460
474
  /**
475
+ * hb_unicode_decompose_compatibility:
476
+ *
461
477
  * Since: 0.9.2
462
478
  **/
463
- unsigned int
479
+ HB_EXTERN unsigned int
464
480
  hb_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs,
465
481
  hb_codepoint_t u,
466
482
  hb_codepoint_t *decomposed);
@@ -37,25 +37,25 @@ HB_BEGIN_DECLS
37
37
 
38
38
 
39
39
  #define HB_VERSION_MAJOR 1
40
- #define HB_VERSION_MINOR 0
41
- #define HB_VERSION_MICRO 3
40
+ #define HB_VERSION_MINOR 2
41
+ #define HB_VERSION_MICRO 4
42
42
 
43
- #define HB_VERSION_STRING "1.0.3"
43
+ #define HB_VERSION_STRING "1.2.4"
44
44
 
45
45
  #define HB_VERSION_ATLEAST(major,minor,micro) \
46
46
  ((major)*10000+(minor)*100+(micro) <= \
47
47
  HB_VERSION_MAJOR*10000+HB_VERSION_MINOR*100+HB_VERSION_MICRO)
48
48
 
49
49
 
50
- void
50
+ HB_EXTERN void
51
51
  hb_version (unsigned int *major,
52
52
  unsigned int *minor,
53
53
  unsigned int *micro);
54
54
 
55
- const char *
55
+ HB_EXTERN const char *
56
56
  hb_version_string (void);
57
57
 
58
- hb_bool_t
58
+ HB_EXTERN hb_bool_t
59
59
  hb_version_atleast (unsigned int major,
60
60
  unsigned int minor,
61
61
  unsigned int micro);
@@ -28,6 +28,10 @@
28
28
  #define HB_H
29
29
  #define HB_H_IN
30
30
 
31
+ #ifndef HB_EXTERN
32
+ #define HB_EXTERN extern
33
+ #endif
34
+
31
35
  #include "hb-blob.h"
32
36
  #include "hb-buffer.h"
33
37
  #include "hb-common.h"
@@ -1,11 +1,11 @@
1
1
  /*
2
2
  *
3
- * (C) Copyright IBM Corp. 1998-2014. All Rights Reserved.
3
+ * (C) Copyright IBM Corp. 1998-2015. All Rights Reserved.
4
4
  *
5
5
  * WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT UNLESS
6
6
  * YOU REALLY KNOW WHAT YOU'RE DOING.
7
7
  *
8
- * Generated on: 10/26/2010 02:53:33 PM PDT
8
+ * Generated on: 04/27/2015 10:39:37 AM PDT
9
9
  */
10
10
 
11
11
  #ifndef __LELANGUAGES_H
@@ -59,9 +59,6 @@ enum LanguageCodes {
59
59
  zhpLanguageCode = 27,
60
60
  zhsLanguageCode = 28,
61
61
  zhtLanguageCode = 29,
62
-
63
- /** New language codes added 03/13/2008 @deprecated ICU 54. See {@link icu::LayoutEngine}
64
- */
65
62
  afkLanguageCode = 30,
66
63
  belLanguageCode = 31,
67
64
  bgrLanguageCode = 32,
@@ -1,11 +1,11 @@
1
1
  /*
2
2
  *
3
- * (C) Copyright IBM Corp. 1998-2014. All Rights Reserved.
3
+ * (C) Copyright IBM Corp. 1998-2015. All Rights Reserved.
4
4
  *
5
5
  * WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT UNLESS
6
6
  * YOU REALLY KNOW WHAT YOU'RE DOING.
7
7
  *
8
- * Generated on: 04/08/2014 03:20:04 PM PDT
8
+ * Generated on: 04/27/2015 10:39:37 AM PDT
9
9
  */
10
10
 
11
11
  #ifndef __LESCRIPTS_H
@@ -69,24 +69,12 @@ enum ScriptCodes {
69
69
  thaaScriptCode = 37,
70
70
  thaiScriptCode = 38,
71
71
  tibtScriptCode = 39,
72
- /**
73
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
74
- */
75
-
76
72
  cansScriptCode = 40,
77
- /**
78
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
79
- */
80
-
81
73
  yiiiScriptCode = 41,
82
74
  tglgScriptCode = 42,
83
75
  hanoScriptCode = 43,
84
76
  buhdScriptCode = 44,
85
77
  tagbScriptCode = 45,
86
- /**
87
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
88
- */
89
-
90
78
  braiScriptCode = 46,
91
79
  cprtScriptCode = 47,
92
80
  limbScriptCode = 48,
@@ -95,15 +83,7 @@ enum ScriptCodes {
95
83
  shawScriptCode = 51,
96
84
  taleScriptCode = 52,
97
85
  ugarScriptCode = 53,
98
- /**
99
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
100
- */
101
-
102
86
  hrktScriptCode = 54,
103
- /**
104
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
105
- */
106
-
107
87
  bugiScriptCode = 55,
108
88
  glagScriptCode = 56,
109
89
  kharScriptCode = 57,
@@ -111,10 +91,6 @@ enum ScriptCodes {
111
91
  taluScriptCode = 59,
112
92
  tfngScriptCode = 60,
113
93
  xpeoScriptCode = 61,
114
- /**
115
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
116
- */
117
-
118
94
  baliScriptCode = 62,
119
95
  batkScriptCode = 63,
120
96
  blisScriptCode = 64,
@@ -157,10 +133,6 @@ enum ScriptCodes {
157
133
  xsuxScriptCode = 101,
158
134
  zxxxScriptCode = 102,
159
135
  zzzzScriptCode = 103,
160
- /**
161
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
162
- */
163
-
164
136
  cariScriptCode = 104,
165
137
  jpanScriptCode = 105,
166
138
  lanaScriptCode = 106,
@@ -173,10 +145,6 @@ enum ScriptCodes {
173
145
  sundScriptCode = 113,
174
146
  moonScriptCode = 114,
175
147
  mteiScriptCode = 115,
176
- /**
177
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
178
- */
179
-
180
148
  armiScriptCode = 116,
181
149
  avstScriptCode = 117,
182
150
  cakmScriptCode = 118,
@@ -191,18 +159,10 @@ enum ScriptCodes {
191
159
  tavtScriptCode = 127,
192
160
  zmthScriptCode = 128,
193
161
  zsymScriptCode = 129,
194
- /**
195
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
196
- */
197
-
198
162
  bamuScriptCode = 130,
199
163
  lisuScriptCode = 131,
200
164
  nkgbScriptCode = 132,
201
165
  sarbScriptCode = 133,
202
- /**
203
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
204
- */
205
-
206
166
  bassScriptCode = 134,
207
167
  duplScriptCode = 135,
208
168
  elbaScriptCode = 136,
@@ -216,10 +176,6 @@ enum ScriptCodes {
216
176
  palmScriptCode = 144,
217
177
  sindScriptCode = 145,
218
178
  waraScriptCode = 146,
219
- /**
220
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
221
- */
222
-
223
179
  afakScriptCode = 147,
224
180
  jurcScriptCode = 148,
225
181
  mrooScriptCode = 149,
@@ -229,23 +185,11 @@ enum ScriptCodes {
229
185
  takrScriptCode = 153,
230
186
  tangScriptCode = 154,
231
187
  woleScriptCode = 155,
232
- /**
233
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
234
- */
235
-
236
188
  hluwScriptCode = 156,
237
189
  khojScriptCode = 157,
238
190
  tirhScriptCode = 158,
239
- /**
240
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
241
- */
242
-
243
191
  aghbScriptCode = 159,
244
192
  mahjScriptCode = 160,
245
- /**
246
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
247
- */
248
-
249
193
  ahomScriptCode = 161,
250
194
  hatrScriptCode = 162,
251
195
  modiScriptCode = 163,
@@ -253,10 +197,7 @@ enum ScriptCodes {
253
197
  paucScriptCode = 165,
254
198
  siddScriptCode = 166,
255
199
 
256
- /**
257
- * @deprecated ICU 54. See {@link icu::LayoutEngine}
258
- */
259
- scriptCodeCount
200
+ scriptCodeCount = 167
260
201
  };
261
202
 
262
203
  U_NAMESPACE_END