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.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Pango Reference Manual
|
5
|
+
<title>Modules: Pango Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoEngineShape.html" title="PangoEngineShape">
|
10
10
|
<link rel="next" href="pango-Miscellaneous-Utilities.html" title="Miscellaneous Utilities">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -108,13 +108,12 @@ modules that add engines to Pango at run time.</p>
|
|
108
108
|
<a name="pango-find-map"></a><h3>pango_find_map ()</h3>
|
109
109
|
<pre class="programlisting"><a class="link" href="pango-Modules.html#PangoMap" title="PangoMap"><span class="returnvalue">PangoMap</span></a> *
|
110
110
|
pango_find_map (<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
111
|
-
<em class="parameter"><code><a href="
|
112
|
-
<em class="parameter"><code><a href="
|
113
|
-
<
|
114
|
-
|
115
|
-
for each character.</p>
|
111
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> engine_type_id</code></em>,
|
112
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> render_type_id</code></em>);</pre>
|
113
|
+
<div class="warning"><p><code class="literal">pango_find_map</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
114
|
+
<p>Do not use. Does not do anything.</p>
|
116
115
|
<div class="refsect3">
|
117
|
-
<a name="id-1.4.11.6.2.
|
116
|
+
<a name="id-1.4.11.6.2.6"></a><h4>Parameters</h4>
|
118
117
|
<div class="informaltable"><table width="100%" border="0">
|
119
118
|
<colgroup>
|
120
119
|
<col width="150px" class="parameters_name">
|
@@ -141,9 +140,8 @@ for each character.</p>
|
|
141
140
|
</table></div>
|
142
141
|
</div>
|
143
142
|
<div class="refsect3">
|
144
|
-
<a name="id-1.4.11.6.2.
|
145
|
-
<p>
|
146
|
-
<p></p>
|
143
|
+
<a name="id-1.4.11.6.2.7"></a><h4>Returns</h4>
|
144
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
147
145
|
</div>
|
148
146
|
</div>
|
149
147
|
<hr>
|
@@ -152,9 +150,10 @@ for each character.</p>
|
|
152
150
|
<pre class="programlisting"><a class="link" href="pango-Engines.html#PangoEngine"><span class="returnvalue">PangoEngine</span></a> *
|
153
151
|
pango_map_get_engine (<em class="parameter"><code><a class="link" href="pango-Modules.html#PangoMap" title="PangoMap"><span class="type">PangoMap</span></a> *map</code></em>,
|
154
152
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> script</code></em>);</pre>
|
155
|
-
<p>
|
153
|
+
<div class="warning"><p><code class="literal">pango_map_get_engine</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
154
|
+
<p>Do not use. Does not do anything.</p>
|
156
155
|
<div class="refsect3">
|
157
|
-
<a name="id-1.4.11.6.3.
|
156
|
+
<a name="id-1.4.11.6.3.6"></a><h4>Parameters</h4>
|
158
157
|
<div class="informaltable"><table width="100%" border="0">
|
159
158
|
<colgroup>
|
160
159
|
<col width="150px" class="parameters_name">
|
@@ -176,13 +175,8 @@ pango_map_get_engine (<em class="parameter"><code><a class="link" href="pango-Mo
|
|
176
175
|
</table></div>
|
177
176
|
</div>
|
178
177
|
<div class="refsect3">
|
179
|
-
<a name="id-1.4.11.6.3.
|
180
|
-
<p>
|
181
|
-
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The lookup may cause the engine to be loaded;
|
182
|
-
once an engine is loaded, it won't be unloaded. If multiple
|
183
|
-
engines are exact for the script, the choice of which is
|
184
|
-
returned is arbitrary.</p>
|
185
|
-
<p></p>
|
178
|
+
<a name="id-1.4.11.6.3.7"></a><h4>Returns</h4>
|
179
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
186
180
|
</div>
|
187
181
|
</div>
|
188
182
|
<hr>
|
@@ -191,14 +185,12 @@ returned is arbitrary.</p>
|
|
191
185
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
192
186
|
pango_map_get_engines (<em class="parameter"><code><a class="link" href="pango-Modules.html#PangoMap" title="PangoMap"><span class="type">PangoMap</span></a> *map</code></em>,
|
193
187
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> script</code></em>,
|
194
|
-
<em class="parameter"><code><a href="
|
195
|
-
<em class="parameter"><code><a href="
|
196
|
-
<p>
|
197
|
-
|
198
|
-
lists are owned by GLib and will be kept around permanently, so
|
199
|
-
they should not be unref'ed.</p>
|
188
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **exact_engines</code></em>,
|
189
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **fallback_engines</code></em>);</pre>
|
190
|
+
<div class="warning"><p><code class="literal">pango_map_get_engines</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
191
|
+
<p>Do not use. Does not do anything.</p>
|
200
192
|
<div class="refsect3">
|
201
|
-
<a name="id-1.4.11.6.4.
|
193
|
+
<a name="id-1.4.11.6.4.7"></a><h4>Parameters</h4>
|
202
194
|
<div class="informaltable"><table width="100%" border="0">
|
203
195
|
<colgroup>
|
204
196
|
<col width="150px" class="parameters_name">
|
@@ -231,19 +223,17 @@ handle this script.</p></td>
|
|
231
223
|
</tbody>
|
232
224
|
</table></div>
|
233
225
|
</div>
|
234
|
-
<p class="since">Since 1.4</p>
|
226
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
235
227
|
</div>
|
236
228
|
<hr>
|
237
229
|
<div class="refsect2">
|
238
230
|
<a name="pango-module-register"></a><h3>pango_module_register ()</h3>
|
239
231
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
240
232
|
pango_module_register (<em class="parameter"><code><a class="link" href="pango-Modules.html#PangoIncludedModule" title="struct PangoIncludedModule"><span class="type">PangoIncludedModule</span></a> *module</code></em>);</pre>
|
241
|
-
<p>
|
242
|
-
<
|
243
|
-
functions that would otherwise be loaded from a dynamically loaded
|
244
|
-
module.</p>
|
233
|
+
<div class="warning"><p><code class="literal">pango_module_register</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
234
|
+
<p>Do not use. Does not do anything.</p>
|
245
235
|
<div class="refsect3">
|
246
|
-
<a name="id-1.4.11.6.5.
|
236
|
+
<a name="id-1.4.11.6.5.6"></a><h4>Parameters</h4>
|
247
237
|
<div class="informaltable"><table width="100%" border="0">
|
248
238
|
<colgroup>
|
249
239
|
<col width="150px" class="parameters_name">
|
@@ -271,11 +261,12 @@ module.</p>
|
|
271
261
|
PangoEngine *(*create) (const char *id);
|
272
262
|
};
|
273
263
|
</pre>
|
264
|
+
<div class="warning"><p><code class="literal">PangoIncludedModule</code> has been deprecated since version 1.38 and should not be used in newly-written code.</p></div>
|
274
265
|
<p>The <a class="link" href="pango-Modules.html#PangoIncludedModule" title="struct PangoIncludedModule"><span class="type">PangoIncludedModule</span></a> structure for a statically linked module
|
275
266
|
contains the functions that would otherwise be loaded from a dynamically
|
276
267
|
loaded module.</p>
|
277
268
|
<div class="refsect3">
|
278
|
-
<a name="id-1.4.11.7.2.
|
269
|
+
<a name="id-1.4.11.7.2.6"></a><h4>Members</h4>
|
279
270
|
<div class="informaltable"><table width="100%" border="0">
|
280
271
|
<colgroup>
|
281
272
|
<col width="300px" class="struct_members_name">
|
@@ -311,21 +302,15 @@ loaded module.</p>
|
|
311
302
|
<div class="refsect2">
|
312
303
|
<a name="PangoMap"></a><h3>PangoMap</h3>
|
313
304
|
<pre class="programlisting">typedef struct _PangoMap PangoMap;</pre>
|
314
|
-
<p>A <a class="link" href="pango-Modules.html#PangoMap" title="PangoMap"><span class="type">PangoMap</span></a> structure can be used to determine the engine to
|
315
|
-
use for each character.</p>
|
316
305
|
</div>
|
317
306
|
<hr>
|
318
307
|
<div class="refsect2">
|
319
308
|
<a name="PangoMapEntry"></a><h3>PangoMapEntry</h3>
|
320
309
|
<pre class="programlisting">typedef struct _PangoMapEntry PangoMapEntry;</pre>
|
321
|
-
<p>A <a class="link" href="pango-Modules.html#PangoMapEntry" title="PangoMapEntry"><span class="type">PangoMapEntry</span></a> contains information about the engine that should be used
|
322
|
-
for the codepoint to which this entry belongs and also whether the engine
|
323
|
-
matches the language tag for this entry's map exactly or just approximately.</p>
|
324
310
|
</div>
|
325
311
|
</div>
|
326
312
|
</div>
|
327
313
|
<div class="footer">
|
328
|
-
<hr>
|
329
|
-
Generated by GTK-Doc V1.21.1</div>
|
314
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
330
315
|
</body>
|
331
316
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>OpenType Font Handling: Pango Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoFcDecoder.html" title="PangoFcDecoder">
|
10
10
|
<link rel="next" href="pango-Coverage-Maps.html" title="Coverage Maps">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -79,7 +79,7 @@ mentioned in the release notes for the affected release.
|
|
79
79
|
</tr>
|
80
80
|
<tr>
|
81
81
|
<td class="function_type">
|
82
|
-
<a href="
|
82
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
83
83
|
</td>
|
84
84
|
<td class="function_name">
|
85
85
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-script" title="pango_ot_info_find_script ()">pango_ot_info_find_script</a> <span class="c_punctuation">()</span>
|
@@ -87,7 +87,7 @@ mentioned in the release notes for the affected release.
|
|
87
87
|
</tr>
|
88
88
|
<tr>
|
89
89
|
<td class="function_type">
|
90
|
-
<a href="
|
90
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
91
91
|
</td>
|
92
92
|
<td class="function_name">
|
93
93
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-language" title="pango_ot_info_find_language ()">pango_ot_info_find_language</a> <span class="c_punctuation">()</span>
|
@@ -95,7 +95,7 @@ mentioned in the release notes for the affected release.
|
|
95
95
|
</tr>
|
96
96
|
<tr>
|
97
97
|
<td class="function_type">
|
98
|
-
<a href="
|
98
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
99
99
|
</td>
|
100
100
|
<td class="function_name">
|
101
101
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature" title="pango_ot_info_find_feature ()">pango_ot_info_find_feature</a> <span class="c_punctuation">()</span>
|
@@ -230,7 +230,7 @@ mentioned in the release notes for the affected release.
|
|
230
230
|
</tr>
|
231
231
|
<tr>
|
232
232
|
<td class="function_type">
|
233
|
-
<a href="
|
233
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
234
234
|
</td>
|
235
235
|
<td class="function_name">
|
236
236
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-feature" title="pango_ot_ruleset_maybe_add_feature ()">pango_ot_ruleset_maybe_add_feature</a> <span class="c_punctuation">()</span>
|
@@ -238,7 +238,7 @@ mentioned in the release notes for the affected release.
|
|
238
238
|
</tr>
|
239
239
|
<tr>
|
240
240
|
<td class="function_type">
|
241
|
-
<a href="
|
241
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
242
242
|
</td>
|
243
243
|
<td class="function_name">
|
244
244
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-features" title="pango_ot_ruleset_maybe_add_features ()">pango_ot_ruleset_maybe_add_features</a> <span class="c_punctuation">()</span>
|
@@ -246,7 +246,7 @@ mentioned in the release notes for the affected release.
|
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td class="function_type">
|
249
|
-
<a href="
|
249
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-get-feature-count" title="pango_ot_ruleset_get_feature_count ()">pango_ot_ruleset_get_feature_count</a> <span class="c_punctuation">()</span>
|
@@ -278,7 +278,7 @@ mentioned in the release notes for the affected release.
|
|
278
278
|
</tr>
|
279
279
|
<tr>
|
280
280
|
<td class="function_type">
|
281
|
-
<a href="
|
281
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
282
282
|
</td>
|
283
283
|
<td class="function_name">
|
284
284
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-equal" title="pango_ot_ruleset_description_equal ()">pango_ot_ruleset_description_equal</a> <span class="c_punctuation">()</span>
|
@@ -294,7 +294,7 @@ mentioned in the release notes for the affected release.
|
|
294
294
|
</tr>
|
295
295
|
<tr>
|
296
296
|
<td class="function_type">
|
297
|
-
<a href="
|
297
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
298
298
|
</td>
|
299
299
|
<td class="function_name">
|
300
300
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-hash" title="pango_ot_ruleset_description_hash ()">pango_ot_ruleset_description_hash</a> <span class="c_punctuation">()</span>
|
@@ -404,7 +404,7 @@ mentioned in the release notes for the affected release.
|
|
404
404
|
</div>
|
405
405
|
<div class="refsect1">
|
406
406
|
<a name="pango-OpenType-Font-Handling.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
407
|
-
<pre class="screen"> <a href="
|
407
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
408
408
|
<span class="lineart">├──</span> PangoOTInfo
|
409
409
|
<span class="lineart">╰──</span> PangoOTRuleset
|
410
410
|
</pre>
|
@@ -509,18 +509,17 @@ pango_ot_info_get (<em class="parameter"><code><span class="type">FT_Face</span>
|
|
509
509
|
. This object will have
|
510
510
|
the same lifetime as <em class="parameter"><code>face</code></em>
|
511
511
|
.</p>
|
512
|
-
<p></p>
|
513
512
|
</div>
|
514
|
-
<p class="since">Since 1.2</p>
|
513
|
+
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
515
514
|
</div>
|
516
515
|
<hr>
|
517
516
|
<div class="refsect2">
|
518
517
|
<a name="pango-ot-info-find-script"></a><h3>pango_ot_info_find_script ()</h3>
|
519
|
-
<pre class="programlisting"><a href="
|
518
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
520
519
|
pango_ot_info_find_script (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
521
520
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
522
521
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> script_tag</code></em>,
|
523
|
-
<em class="parameter"><code><a href="
|
522
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *script_index</code></em>);</pre>
|
524
523
|
<div class="warning"><p><code class="literal">pango_ot_info_find_script</code> is deprecated and should not be used in newly-written code.</p></div>
|
525
524
|
<p>Finds the index of a script. If not found, tries to find the 'DFLT'
|
526
525
|
and then 'dflt' scripts and return the index of that in <em class="parameter"><code>script_index</code></em>
|
@@ -558,28 +557,28 @@ fallback to the 'DFLT'/'dflt' script.</p>
|
|
558
557
|
</tr>
|
559
558
|
<tr>
|
560
559
|
<td class="parameter_name"><p>script_index</p></td>
|
561
|
-
<td class="parameter_description"><p>location to store the index of the
|
562
|
-
<
|
560
|
+
<td class="parameter_description"><p> location to store the index of the
|
561
|
+
script, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
562
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
563
563
|
</tr>
|
564
564
|
</tbody>
|
565
565
|
</table></div>
|
566
566
|
</div>
|
567
567
|
<div class="refsect3">
|
568
568
|
<a name="id-1.4.6.10.5.8"></a><h4>Returns</h4>
|
569
|
-
<p> <a href="
|
570
|
-
<p></p>
|
569
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the script was found.</p>
|
571
570
|
</div>
|
572
571
|
</div>
|
573
572
|
<hr>
|
574
573
|
<div class="refsect2">
|
575
574
|
<a name="pango-ot-info-find-language"></a><h3>pango_ot_info_find_language ()</h3>
|
576
|
-
<pre class="programlisting"><a href="
|
575
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
577
576
|
pango_ot_info_find_language (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
578
577
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
579
|
-
<em class="parameter"><code><a href="
|
578
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> script_index</code></em>,
|
580
579
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> language_tag</code></em>,
|
581
|
-
<em class="parameter"><code><a href="
|
582
|
-
<em class="parameter"><code><a href="
|
580
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *language_index</code></em>,
|
581
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *required_feature_index</code></em>);</pre>
|
583
582
|
<div class="warning"><p><code class="literal">pango_ot_info_find_language</code> is deprecated and should not be used in newly-written code.</p></div>
|
584
583
|
<p>Finds the index of a language and its required feature index.
|
585
584
|
If the language is not found, sets <em class="parameter"><code>language_index</code></em>
|
@@ -621,34 +620,34 @@ automatically fall back to the default language system.</p>
|
|
621
620
|
</tr>
|
622
621
|
<tr>
|
623
622
|
<td class="parameter_name"><p>language_index</p></td>
|
624
|
-
<td class="parameter_description"><p>location to store the index of
|
625
|
-
<
|
623
|
+
<td class="parameter_description"><p> location to store the index of
|
624
|
+
the language, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
625
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
626
626
|
</tr>
|
627
627
|
<tr>
|
628
628
|
<td class="parameter_name"><p>required_feature_index</p></td>
|
629
|
-
<td class="parameter_description"><p>location to store the
|
630
|
-
the language, or <a href="
|
631
|
-
<td class="parameter_annotations">
|
629
|
+
<td class="parameter_description"><p> location to store the
|
630
|
+
required feature index of the language, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
631
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
632
632
|
</tr>
|
633
633
|
</tbody>
|
634
634
|
</table></div>
|
635
635
|
</div>
|
636
636
|
<div class="refsect3">
|
637
637
|
<a name="id-1.4.6.10.6.7"></a><h4>Returns</h4>
|
638
|
-
<p> <a href="
|
639
|
-
<p></p>
|
638
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the language was found.</p>
|
640
639
|
</div>
|
641
640
|
</div>
|
642
641
|
<hr>
|
643
642
|
<div class="refsect2">
|
644
643
|
<a name="pango-ot-info-find-feature"></a><h3>pango_ot_info_find_feature ()</h3>
|
645
|
-
<pre class="programlisting"><a href="
|
644
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
646
645
|
pango_ot_info_find_feature (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
647
646
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
648
647
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> feature_tag</code></em>,
|
649
|
-
<em class="parameter"><code><a href="
|
650
|
-
<em class="parameter"><code><a href="
|
651
|
-
<em class="parameter"><code><a href="
|
648
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> script_index</code></em>,
|
649
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> language_index</code></em>,
|
650
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *feature_index</code></em>);</pre>
|
652
651
|
<div class="warning"><p><code class="literal">pango_ot_info_find_feature</code> is deprecated and should not be used in newly-written code.</p></div>
|
653
652
|
<p>Finds the index of a feature. If the feature is not found, sets
|
654
653
|
<em class="parameter"><code>feature_index</code></em>
|
@@ -658,7 +657,7 @@ pango_ot_info_find_feature (<em class="parameter"><code><a class="link" href="pa
|
|
658
657
|
to an special value that if used
|
659
658
|
in <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a> will ask Pango to synthesize the
|
660
659
|
requested feature based on Unicode properties and data. However, this
|
661
|
-
function will still return <a href="
|
660
|
+
function will still return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> in those cases. So, users may want to
|
662
661
|
ignore the return value of this function in certain cases.</p>
|
663
662
|
<div class="refsect3">
|
664
663
|
<a name="id-1.4.6.10.7.7"></a><h4>Parameters</h4>
|
@@ -697,16 +696,16 @@ or <a class="link" href="pango-OpenType-Font-Handling.html#PANGO-OT-DEFAULT-LANG
|
|
697
696
|
</tr>
|
698
697
|
<tr>
|
699
698
|
<td class="parameter_name"><p>feature_index</p></td>
|
700
|
-
<td class="parameter_description"><p>location to store the index of
|
701
|
-
<
|
699
|
+
<td class="parameter_description"><p> location to store the index of
|
700
|
+
the feature, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
701
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
702
702
|
</tr>
|
703
703
|
</tbody>
|
704
704
|
</table></div>
|
705
705
|
</div>
|
706
706
|
<div class="refsect3">
|
707
707
|
<a name="id-1.4.6.10.7.8"></a><h4>Returns</h4>
|
708
|
-
<p> <a href="
|
709
|
-
<p></p>
|
708
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the feature was found.</p>
|
710
709
|
</div>
|
711
710
|
</div>
|
712
711
|
<hr>
|
@@ -742,8 +741,7 @@ pango_ot_info_list_scripts (<em class="parameter"><code><a class="link" href="pa
|
|
742
741
|
<div class="refsect3">
|
743
742
|
<a name="id-1.4.6.10.8.7"></a><h4>Returns</h4>
|
744
743
|
<p> a newly-allocated zero-terminated array containing the tags of the
|
745
|
-
available scripts. Should be freed using <a href="
|
746
|
-
<p></p>
|
744
|
+
available scripts. Should be freed using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
747
745
|
</div>
|
748
746
|
</div>
|
749
747
|
<hr>
|
@@ -752,7 +750,7 @@ available scripts. Should be freed using <a href="http://library.gnome.org/deve
|
|
752
750
|
<pre class="programlisting"><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="returnvalue">PangoOTTag</span></a> *
|
753
751
|
pango_ot_info_list_languages (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
754
752
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
755
|
-
<em class="parameter"><code><a href="
|
753
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> script_index</code></em>,
|
756
754
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> language_tag</code></em>);</pre>
|
757
755
|
<div class="warning"><p><code class="literal">pango_ot_info_list_languages</code> is deprecated and should not be used in newly-written code.</p></div>
|
758
756
|
<p>Obtains the list of available languages for a given script.</p>
|
@@ -791,8 +789,7 @@ pango_ot_info_list_languages (<em class="parameter"><code><a class="link" href="
|
|
791
789
|
<div class="refsect3">
|
792
790
|
<a name="id-1.4.6.10.9.7"></a><h4>Returns</h4>
|
793
791
|
<p> a newly-allocated zero-terminated array containing the tags of the
|
794
|
-
available languages. Should be freed using <a href="
|
795
|
-
<p></p>
|
792
|
+
available languages. Should be freed using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
796
793
|
</div>
|
797
794
|
</div>
|
798
795
|
<hr>
|
@@ -802,8 +799,8 @@ available languages. Should be freed using <a href="http://library.gnome.org/de
|
|
802
799
|
pango_ot_info_list_features (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTInfo"><span class="type">PangoOTInfo</span></a> *info</code></em>,
|
803
800
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
804
801
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> tag</code></em>,
|
805
|
-
<em class="parameter"><code><a href="
|
806
|
-
<em class="parameter"><code><a href="
|
802
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> script_index</code></em>,
|
803
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> language_index</code></em>);</pre>
|
807
804
|
<div class="warning"><p><code class="literal">pango_ot_info_list_features</code> is deprecated and should not be used in newly-written code.</p></div>
|
808
805
|
<p>Obtains the list of features for the given language of the given script.</p>
|
809
806
|
<div class="refsect3">
|
@@ -848,8 +845,7 @@ language of the script.</p></td>
|
|
848
845
|
<div class="refsect3">
|
849
846
|
<a name="id-1.4.6.10.10.7"></a><h4>Returns</h4>
|
850
847
|
<p> a newly-allocated zero-terminated array containing the tags of the
|
851
|
-
available features. Should be freed using <a href="
|
852
|
-
<p></p>
|
848
|
+
available features. Should be freed using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
853
849
|
</div>
|
854
850
|
</div>
|
855
851
|
<hr>
|
@@ -878,9 +874,8 @@ pango_ot_buffer_new (<em class="parameter"><code><a class="link" href="PangoFcFo
|
|
878
874
|
<a name="id-1.4.6.10.11.8"></a><h4>Returns</h4>
|
879
875
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a>, which should
|
880
876
|
be freed with <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-destroy" title="pango_ot_buffer_destroy ()"><code class="function">pango_ot_buffer_destroy()</code></a>.</p>
|
881
|
-
<p></p>
|
882
877
|
</div>
|
883
|
-
<p class="since">Since 1.4</p>
|
878
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
884
879
|
</div>
|
885
880
|
<hr>
|
886
881
|
<div class="refsect2">
|
@@ -904,7 +899,7 @@ pango_ot_buffer_destroy (<em class="parameter"><code><a class="link" href="pango
|
|
904
899
|
</tr></tbody>
|
905
900
|
</table></div>
|
906
901
|
</div>
|
907
|
-
<p class="since">Since 1.4</p>
|
902
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
908
903
|
</div>
|
909
904
|
<hr>
|
910
905
|
<div class="refsect2">
|
@@ -928,16 +923,16 @@ pango_ot_buffer_clear (<em class="parameter"><code><a class="link" href="pango-O
|
|
928
923
|
</tr></tbody>
|
929
924
|
</table></div>
|
930
925
|
</div>
|
931
|
-
<p class="since">Since 1.4</p>
|
926
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
932
927
|
</div>
|
933
928
|
<hr>
|
934
929
|
<div class="refsect2">
|
935
930
|
<a name="pango-ot-buffer-add-glyph"></a><h3>pango_ot_buffer_add_glyph ()</h3>
|
936
931
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
937
932
|
pango_ot_buffer_add_glyph (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a> *buffer</code></em>,
|
938
|
-
<em class="parameter"><code><a href="
|
939
|
-
<em class="parameter"><code><a href="
|
940
|
-
<em class="parameter"><code><a href="
|
933
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> glyph</code></em>,
|
934
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> properties</code></em>,
|
935
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> cluster</code></em>);</pre>
|
941
936
|
<div class="warning"><p><code class="literal">pango_ot_buffer_add_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
942
937
|
<p>Appends a glyph to a <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a>, with <em class="parameter"><code>properties</code></em>
|
943
938
|
identifying which
|
@@ -974,14 +969,14 @@ features should be applied on this glyph. See <a class="link" href="pango-OpenT
|
|
974
969
|
</tbody>
|
975
970
|
</table></div>
|
976
971
|
</div>
|
977
|
-
<p class="since">Since 1.4</p>
|
972
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
978
973
|
</div>
|
979
974
|
<hr>
|
980
975
|
<div class="refsect2">
|
981
976
|
<a name="pango-ot-buffer-set-rtl"></a><h3>pango_ot_buffer_set_rtl ()</h3>
|
982
977
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
983
978
|
pango_ot_buffer_set_rtl (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a> *buffer</code></em>,
|
984
|
-
<em class="parameter"><code><a href="
|
979
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> rtl</code></em>);</pre>
|
985
980
|
<div class="warning"><p><code class="literal">pango_ot_buffer_set_rtl</code> is deprecated and should not be used in newly-written code.</p></div>
|
986
981
|
<p>Sets whether glyphs will be rendered right-to-left. This setting
|
987
982
|
is needed for proper horizontal positioning of right-to-left scripts.</p>
|
@@ -1001,20 +996,20 @@ is needed for proper horizontal positioning of right-to-left scripts.</p>
|
|
1001
996
|
</tr>
|
1002
997
|
<tr>
|
1003
998
|
<td class="parameter_name"><p>rtl</p></td>
|
1004
|
-
<td class="parameter_description"><p><a href="
|
999
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for right-to-left text</p></td>
|
1005
1000
|
<td class="parameter_annotations"> </td>
|
1006
1001
|
</tr>
|
1007
1002
|
</tbody>
|
1008
1003
|
</table></div>
|
1009
1004
|
</div>
|
1010
|
-
<p class="since">Since 1.4</p>
|
1005
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1011
1006
|
</div>
|
1012
1007
|
<hr>
|
1013
1008
|
<div class="refsect2">
|
1014
1009
|
<a name="pango-ot-buffer-set-zero-width-marks"></a><h3>pango_ot_buffer_set_zero_width_marks ()</h3>
|
1015
1010
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1016
1011
|
pango_ot_buffer_set_zero_width_marks (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTBuffer" title="PangoOTBuffer"><span class="type">PangoOTBuffer</span></a> *buffer</code></em>,
|
1017
|
-
<em class="parameter"><code><a href="
|
1012
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> zero_width_marks</code></em>);</pre>
|
1018
1013
|
<div class="warning"><p><code class="literal">pango_ot_buffer_set_zero_width_marks</code> is deprecated and should not be used in newly-written code.</p></div>
|
1019
1014
|
<p>Sets whether characters with a mark class should be forced to zero width.
|
1020
1015
|
This setting is needed for proper positioning of Arabic accents,
|
@@ -1036,14 +1031,14 @@ fonts.</p>
|
|
1036
1031
|
</tr>
|
1037
1032
|
<tr>
|
1038
1033
|
<td class="parameter_name"><p>zero_width_marks</p></td>
|
1039
|
-
<td class="parameter_description"><p><a href="
|
1034
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if characters with a mark class should
|
1040
1035
|
be forced to zero width.</p></td>
|
1041
1036
|
<td class="parameter_annotations"> </td>
|
1042
1037
|
</tr>
|
1043
1038
|
</tbody>
|
1044
1039
|
</table></div>
|
1045
1040
|
</div>
|
1046
|
-
<p class="since">Since 1.6</p>
|
1041
|
+
<p class="since">Since: <a class="link" href="api-index-1-6.html#api-index-1.6">1.6</a></p>
|
1047
1042
|
</div>
|
1048
1043
|
<hr>
|
1049
1044
|
<div class="refsect2">
|
@@ -1072,18 +1067,20 @@ as buffer is not modified.</p>
|
|
1072
1067
|
</tr>
|
1073
1068
|
<tr>
|
1074
1069
|
<td class="parameter_name"><p>glyphs</p></td>
|
1075
|
-
<td class="parameter_description"><p>location to
|
1076
|
-
<
|
1070
|
+
<td class="parameter_description"><p> location to
|
1071
|
+
store the array of glyphs, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1072
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_glyphs][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1077
1073
|
</tr>
|
1078
1074
|
<tr>
|
1079
1075
|
<td class="parameter_name"><p>n_glyphs</p></td>
|
1080
|
-
<td class="parameter_description"><p>location to store the number of
|
1081
|
-
<
|
1076
|
+
<td class="parameter_description"><p> location to store the number of
|
1077
|
+
glyphs, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1078
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1082
1079
|
</tr>
|
1083
1080
|
</tbody>
|
1084
1081
|
</table></div>
|
1085
1082
|
</div>
|
1086
|
-
<p class="since">Since 1.4</p>
|
1083
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1087
1084
|
</div>
|
1088
1085
|
<hr>
|
1089
1086
|
<div class="refsect2">
|
@@ -1117,7 +1114,7 @@ resulting glyphs into a generic Pango glyph string.</p>
|
|
1117
1114
|
</tbody>
|
1118
1115
|
</table></div>
|
1119
1116
|
</div>
|
1120
|
-
<p class="since">Since 1.4</p>
|
1117
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1121
1118
|
</div>
|
1122
1119
|
<hr>
|
1123
1120
|
<div class="refsect2">
|
@@ -1162,9 +1159,8 @@ long as <em class="parameter"><code>info</code></em>
|
|
1162
1159
|
. This object will have
|
1163
1160
|
the same lifetime as <em class="parameter"><code>info</code></em>
|
1164
1161
|
.</p>
|
1165
|
-
<p></p>
|
1166
1162
|
</div>
|
1167
|
-
<p class="since">Since 1.18</p>
|
1163
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1168
1164
|
</div>
|
1169
1165
|
<hr>
|
1170
1166
|
<div class="refsect2">
|
@@ -1191,8 +1187,7 @@ pango_ot_ruleset_new (<em class="parameter"><code><a class="link" href="pango-Op
|
|
1191
1187
|
<div class="refsect3">
|
1192
1188
|
<a name="id-1.4.6.10.20.7"></a><h4>Returns</h4>
|
1193
1189
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a>, which
|
1194
|
-
should be freed with <a href="
|
1195
|
-
<p></p>
|
1190
|
+
should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1196
1191
|
</div>
|
1197
1192
|
</div>
|
1198
1193
|
<hr>
|
@@ -1268,10 +1263,9 @@ finds and uses the 'DFLT' script and the default language-system.</p>
|
|
1268
1263
|
<div class="refsect3">
|
1269
1264
|
<a name="id-1.4.6.10.21.12"></a><h4>Returns</h4>
|
1270
1265
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a>, which
|
1271
|
-
should be freed with <a href="
|
1272
|
-
<p></p>
|
1266
|
+
should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1273
1267
|
</div>
|
1274
|
-
<p class="since">Since 1.18</p>
|
1268
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1275
1269
|
</div>
|
1276
1270
|
<hr>
|
1277
1271
|
<div class="refsect2">
|
@@ -1314,10 +1308,9 @@ long as <em class="parameter"><code>info</code></em>
|
|
1314
1308
|
<div class="refsect3">
|
1315
1309
|
<a name="id-1.4.6.10.22.10"></a><h4>Returns</h4>
|
1316
1310
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a>, which
|
1317
|
-
should be freed with <a href="
|
1318
|
-
<p></p>
|
1311
|
+
should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
1319
1312
|
</div>
|
1320
|
-
<p class="since">Since 1.18</p>
|
1313
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1321
1314
|
</div>
|
1322
1315
|
<hr>
|
1323
1316
|
<div class="refsect2">
|
@@ -1325,8 +1318,8 @@ should be freed with <a href="http://library.gnome.org/devel/gobject/unstable/go
|
|
1325
1318
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1326
1319
|
pango_ot_ruleset_add_feature (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1327
1320
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
1328
|
-
<em class="parameter"><code><a href="
|
1329
|
-
<em class="parameter"><code><a href="
|
1321
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> feature_index</code></em>,
|
1322
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> property_bit</code></em>);</pre>
|
1330
1323
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_add_feature</code> is deprecated and should not be used in newly-written code.</p></div>
|
1331
1324
|
<p>Adds a feature to the ruleset.</p>
|
1332
1325
|
<div class="refsect3">
|
@@ -1367,11 +1360,11 @@ the glyphs that this feature should be applied to, or
|
|
1367
1360
|
<hr>
|
1368
1361
|
<div class="refsect2">
|
1369
1362
|
<a name="pango-ot-ruleset-maybe-add-feature"></a><h3>pango_ot_ruleset_maybe_add_feature ()</h3>
|
1370
|
-
<pre class="programlisting"><a href="
|
1363
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1371
1364
|
pango_ot_ruleset_maybe_add_feature (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1372
1365
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
1373
1366
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> feature_tag</code></em>,
|
1374
|
-
<em class="parameter"><code><a href="
|
1367
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> property_bit</code></em>);</pre>
|
1375
1368
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_maybe_add_feature</code> is deprecated and should not be used in newly-written code.</p></div>
|
1376
1369
|
<p>This is a convenience function that first tries to find the feature
|
1377
1370
|
using <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature" title="pango_ot_info_find_feature ()"><code class="function">pango_ot_info_find_feature()</code></a> and the ruleset script and language
|
@@ -1416,20 +1409,19 @@ the glyphs that this feature should be applied to, or
|
|
1416
1409
|
</div>
|
1417
1410
|
<div class="refsect3">
|
1418
1411
|
<a name="id-1.4.6.10.24.9"></a><h4>Returns</h4>
|
1419
|
-
<p> <a href="
|
1420
|
-
<a href="
|
1421
|
-
<p></p>
|
1412
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the feature was found and added to ruleset,
|
1413
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1422
1414
|
</div>
|
1423
|
-
<p class="since">Since 1.18</p>
|
1415
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1424
1416
|
</div>
|
1425
1417
|
<hr>
|
1426
1418
|
<div class="refsect2">
|
1427
1419
|
<a name="pango-ot-ruleset-maybe-add-features"></a><h3>pango_ot_ruleset_maybe_add_features ()</h3>
|
1428
|
-
<pre class="programlisting"><a href="
|
1420
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1429
1421
|
pango_ot_ruleset_maybe_add_features (<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1430
1422
|
<em class="parameter"><code><a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTableType" title="enum PangoOTTableType"><span class="type">PangoOTTableType</span></a> table_type</code></em>,
|
1431
1423
|
<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *features</code></em>,
|
1432
|
-
<em class="parameter"><code><a href="
|
1424
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_features</code></em>);</pre>
|
1433
1425
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_maybe_add_features</code> is deprecated and should not be used in newly-written code.</p></div>
|
1434
1426
|
<p>This is a convenience function that
|
1435
1427
|
for each feature in the feature map array <em class="parameter"><code>features</code></em>
|
@@ -1475,17 +1467,16 @@ array.</p></td>
|
|
1475
1467
|
that were found
|
1476
1468
|
and added to <em class="parameter"><code>ruleset</code></em>
|
1477
1469
|
.</p>
|
1478
|
-
<p></p>
|
1479
1470
|
</div>
|
1480
|
-
<p class="since">Since 1.18</p>
|
1471
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1481
1472
|
</div>
|
1482
1473
|
<hr>
|
1483
1474
|
<div class="refsect2">
|
1484
1475
|
<a name="pango-ot-ruleset-get-feature-count"></a><h3>pango_ot_ruleset_get_feature_count ()</h3>
|
1485
|
-
<pre class="programlisting"><a href="
|
1476
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1486
1477
|
pango_ot_ruleset_get_feature_count (<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset"><span class="type">PangoOTRuleset</span></a> *ruleset</code></em>,
|
1487
|
-
<em class="parameter"><code><a href="
|
1488
|
-
<em class="parameter"><code><a href="
|
1478
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_gsub_features</code></em>,
|
1479
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_gpos_features</code></em>);</pre>
|
1489
1480
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_get_feature_count</code> is deprecated and should not be used in newly-written code.</p></div>
|
1490
1481
|
<p>Gets the number of GSUB and GPOS features in the ruleset.</p>
|
1491
1482
|
<div class="refsect3">
|
@@ -1504,13 +1495,15 @@ pango_ot_ruleset_get_feature_count (<em class="parameter"><code>const <a class="
|
|
1504
1495
|
</tr>
|
1505
1496
|
<tr>
|
1506
1497
|
<td class="parameter_name"><p>n_gsub_features</p></td>
|
1507
|
-
<td class="parameter_description"><p>location to store number of
|
1508
|
-
<
|
1498
|
+
<td class="parameter_description"><p> location to store number of
|
1499
|
+
GSUB features, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1500
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1509
1501
|
</tr>
|
1510
1502
|
<tr>
|
1511
1503
|
<td class="parameter_name"><p>n_gpos_features</p></td>
|
1512
|
-
<td class="parameter_description"><p>location to store number of
|
1513
|
-
<
|
1504
|
+
<td class="parameter_description"><p> location to store number of
|
1505
|
+
GPOS features, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1506
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1514
1507
|
</tr>
|
1515
1508
|
</tbody>
|
1516
1509
|
</table></div>
|
@@ -1519,9 +1512,8 @@ pango_ot_ruleset_get_feature_count (<em class="parameter"><code>const <a class="
|
|
1519
1512
|
<a name="id-1.4.6.10.26.8"></a><h4>Returns</h4>
|
1520
1513
|
<p> Total number of features in the <em class="parameter"><code>ruleset</code></em>
|
1521
1514
|
.</p>
|
1522
|
-
<p></p>
|
1523
1515
|
</div>
|
1524
|
-
<p class="since">Since 1.18</p>
|
1516
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1525
1517
|
</div>
|
1526
1518
|
<hr>
|
1527
1519
|
<div class="refsect2">
|
@@ -1556,7 +1548,7 @@ in <em class="parameter"><code>ruleset</code></em>
|
|
1556
1548
|
</tbody>
|
1557
1549
|
</table></div>
|
1558
1550
|
</div>
|
1559
|
-
<p class="since">Since 1.4</p>
|
1551
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1560
1552
|
</div>
|
1561
1553
|
<hr>
|
1562
1554
|
<div class="refsect2">
|
@@ -1591,7 +1583,7 @@ in <em class="parameter"><code>ruleset</code></em>
|
|
1591
1583
|
</tbody>
|
1592
1584
|
</table></div>
|
1593
1585
|
</div>
|
1594
|
-
<p class="since">Since 1.4</p>
|
1586
|
+
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
1595
1587
|
</div>
|
1596
1588
|
<hr>
|
1597
1589
|
<div class="refsect2">
|
@@ -1623,14 +1615,13 @@ ruleset descriptions.</p>
|
|
1623
1615
|
<a name="id-1.4.6.10.29.8"></a><h4>Returns</h4>
|
1624
1616
|
<p> the newly allocated <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a>, which
|
1625
1617
|
should be freed with <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-free" title="pango_ot_ruleset_description_free ()"><code class="function">pango_ot_ruleset_description_free()</code></a>.</p>
|
1626
|
-
<p></p>
|
1627
1618
|
</div>
|
1628
|
-
<p class="since">Since 1.18</p>
|
1619
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1629
1620
|
</div>
|
1630
1621
|
<hr>
|
1631
1622
|
<div class="refsect2">
|
1632
1623
|
<a name="pango-ot-ruleset-description-equal"></a><h3>pango_ot_ruleset_description_equal ()</h3>
|
1633
|
-
<pre class="programlisting"><a href="
|
1624
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1634
1625
|
pango_ot_ruleset_description_equal (<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> *desc1</code></em>,
|
1635
1626
|
<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> *desc2</code></em>);</pre>
|
1636
1627
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_description_equal</code> is deprecated and should not be used in newly-written code.</p></div>
|
@@ -1641,7 +1632,7 @@ script, language, and all feature sets should be equal. For static feature
|
|
1641
1632
|
sets, the array addresses are compared directly, while for other
|
1642
1633
|
features, the list of features is compared one by one.
|
1643
1634
|
(Two ruleset descriptions may result in identical rulesets
|
1644
|
-
being created, but still compare <a href="
|
1635
|
+
being created, but still compare <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.)</p>
|
1645
1636
|
<div class="refsect3">
|
1646
1637
|
<a name="id-1.4.6.10.30.7"></a><h4>Parameters</h4>
|
1647
1638
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1666,11 +1657,10 @@ being created, but still compare <a href="http://library.gnome.org/devel/glib/un
|
|
1666
1657
|
</div>
|
1667
1658
|
<div class="refsect3">
|
1668
1659
|
<a name="id-1.4.6.10.30.8"></a><h4>Returns</h4>
|
1669
|
-
<p> <a href="
|
1670
|
-
<a href="
|
1671
|
-
<p></p>
|
1660
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if two ruleset descriptions are identical,
|
1661
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1672
1662
|
</div>
|
1673
|
-
<p class="since">Since 1.18</p>
|
1663
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1674
1664
|
</div>
|
1675
1665
|
<hr>
|
1676
1666
|
<div class="refsect2">
|
@@ -1695,16 +1685,16 @@ pango_ot_ruleset_description_free (<em class="parameter"><code><a class="link" h
|
|
1695
1685
|
</tr></tbody>
|
1696
1686
|
</table></div>
|
1697
1687
|
</div>
|
1698
|
-
<p class="since">Since 1.18</p>
|
1688
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1699
1689
|
</div>
|
1700
1690
|
<hr>
|
1701
1691
|
<div class="refsect2">
|
1702
1692
|
<a name="pango-ot-ruleset-description-hash"></a><h3>pango_ot_ruleset_description_hash ()</h3>
|
1703
|
-
<pre class="programlisting"><a href="
|
1693
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1704
1694
|
pango_ot_ruleset_description_hash (<em class="parameter"><code>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> *desc</code></em>);</pre>
|
1705
1695
|
<div class="warning"><p><code class="literal">pango_ot_ruleset_description_hash</code> is deprecated and should not be used in newly-written code.</p></div>
|
1706
1696
|
<p>Computes a hash of a <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription" title="struct PangoOTRulesetDescription"><span class="type">PangoOTRulesetDescription</span></a> structure suitable
|
1707
|
-
to be used, for example, as an argument to <a href="
|
1697
|
+
to be used, for example, as an argument to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-hash-table-new"><code class="function">g_hash_table_new()</code></a>.</p>
|
1708
1698
|
<div class="refsect3">
|
1709
1699
|
<a name="id-1.4.6.10.32.7"></a><h4>Parameters</h4>
|
1710
1700
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -1723,9 +1713,8 @@ to be used, for example, as an argument to <a href="http://library.gnome.org/dev
|
|
1723
1713
|
<div class="refsect3">
|
1724
1714
|
<a name="id-1.4.6.10.32.8"></a><h4>Returns</h4>
|
1725
1715
|
<p> the hash value.</p>
|
1726
|
-
<p></p>
|
1727
1716
|
</div>
|
1728
|
-
<p class="since">Since 1.18</p>
|
1717
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1729
1718
|
</div>
|
1730
1719
|
<hr>
|
1731
1720
|
<div class="refsect2">
|
@@ -1745,8 +1734,8 @@ pango_ot_tag_from_language (<em class="parameter"><code><a class="link" href="pa
|
|
1745
1734
|
</colgroup>
|
1746
1735
|
<tbody><tr>
|
1747
1736
|
<td class="parameter_name"><p>language</p></td>
|
1748
|
-
<td class="parameter_description"><p>A <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a>, or <a href="
|
1749
|
-
<td class="parameter_annotations">
|
1737
|
+
<td class="parameter_description"><p> A <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1738
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1750
1739
|
</tr></tbody>
|
1751
1740
|
</table></div>
|
1752
1741
|
</div>
|
@@ -1755,10 +1744,9 @@ pango_ot_tag_from_language (<em class="parameter"><code><a class="link" href="pa
|
|
1755
1744
|
<p> <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> best matching <em class="parameter"><code>language</code></em>
|
1756
1745
|
or
|
1757
1746
|
<a class="link" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-LANGUAGE:CAPS" title="PANGO_OT_TAG_DEFAULT_LANGUAGE"><code class="literal">PANGO_OT_TAG_DEFAULT_LANGUAGE</code></a> if none found or if <em class="parameter"><code>language</code></em>
|
1758
|
-
is <a href="
|
1759
|
-
<p></p>
|
1747
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
1760
1748
|
</div>
|
1761
|
-
<p class="since">Since 1.18</p>
|
1749
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1762
1750
|
</div>
|
1763
1751
|
<hr>
|
1764
1752
|
<div class="refsect2">
|
@@ -1795,9 +1783,8 @@ and <a class="link" href="pango-Scripts-and-Languages.html#PANGO-SCRIPT-KATAKANA
|
|
1795
1783
|
<p> <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> corresponding to <em class="parameter"><code>script</code></em>
|
1796
1784
|
or
|
1797
1785
|
<a class="link" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-SCRIPT:CAPS" title="PANGO_OT_TAG_DEFAULT_SCRIPT"><code class="literal">PANGO_OT_TAG_DEFAULT_SCRIPT</code></a> if none found.</p>
|
1798
|
-
<p></p>
|
1799
1786
|
</div>
|
1800
|
-
<p class="since">Since 1.18</p>
|
1787
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1801
1788
|
</div>
|
1802
1789
|
<hr>
|
1803
1790
|
<div class="refsect2">
|
@@ -1827,9 +1814,8 @@ pango_ot_tag_to_language (<em class="parameter"><code><a class="link" href="pang
|
|
1827
1814
|
<p> <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> best matching <em class="parameter"><code>language_tag</code></em>
|
1828
1815
|
or
|
1829
1816
|
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> corresponding to the string "xx" if none found.</p>
|
1830
|
-
<p></p>
|
1831
1817
|
</div>
|
1832
|
-
<p class="since">Since 1.18</p>
|
1818
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1833
1819
|
</div>
|
1834
1820
|
<hr>
|
1835
1821
|
<div class="refsect2">
|
@@ -1867,9 +1853,8 @@ This function will return <a class="link" href="pango-Scripts-and-Languages.html
|
|
1867
1853
|
<p> <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a> corresponding to <em class="parameter"><code>script_tag</code></em>
|
1868
1854
|
or
|
1869
1855
|
<a class="link" href="pango-Scripts-and-Languages.html#PANGO-SCRIPT-UNKNOWN:CAPS"><code class="literal">PANGO_SCRIPT_UNKNOWN</code></a> if none found.</p>
|
1870
|
-
<p></p>
|
1871
1856
|
</div>
|
1872
|
-
<p class="since">Since 1.18</p>
|
1857
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
1873
1858
|
</div>
|
1874
1859
|
</div>
|
1875
1860
|
<div class="refsect1">
|
@@ -1928,33 +1913,33 @@ It contains the following fields.</p>
|
|
1928
1913
|
</colgroup>
|
1929
1914
|
<tbody>
|
1930
1915
|
<tr>
|
1931
|
-
<td class="struct_member_name"><p><a href="
|
1916
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="PangoOTGlyph.glyph"></a>glyph</code></em>;</p></td>
|
1932
1917
|
<td class="struct_member_description"><p>the glyph itself.</p></td>
|
1933
1918
|
<td class="struct_member_annotations"> </td>
|
1934
1919
|
</tr>
|
1935
1920
|
<tr>
|
1936
|
-
<td class="struct_member_name"><p><a href="
|
1921
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoOTGlyph.properties"></a>properties</code></em>;</p></td>
|
1937
1922
|
<td class="struct_member_description"><p>the properties value, identifying which features should be
|
1938
1923
|
applied on this glyph. See <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a>.</p></td>
|
1939
1924
|
<td class="struct_member_annotations"> </td>
|
1940
1925
|
</tr>
|
1941
1926
|
<tr>
|
1942
|
-
<td class="struct_member_name"><p><a href="
|
1927
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoOTGlyph.cluster"></a>cluster</code></em>;</p></td>
|
1943
1928
|
<td class="struct_member_description"><p>the cluster that this glyph belongs to.</p></td>
|
1944
1929
|
<td class="struct_member_annotations"> </td>
|
1945
1930
|
</tr>
|
1946
1931
|
<tr>
|
1947
|
-
<td class="struct_member_name"><p><a href="
|
1932
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gushort"><span class="type">gushort</span></a> <em class="structfield"><code><a name="PangoOTGlyph.component"></a>component</code></em>;</p></td>
|
1948
1933
|
<td class="struct_member_description"><p>a component value, set by the OpenType layout engine.</p></td>
|
1949
1934
|
<td class="struct_member_annotations"> </td>
|
1950
1935
|
</tr>
|
1951
1936
|
<tr>
|
1952
|
-
<td class="struct_member_name"><p><a href="
|
1937
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gushort"><span class="type">gushort</span></a> <em class="structfield"><code><a name="PangoOTGlyph.ligID"></a>ligID</code></em>;</p></td>
|
1953
1938
|
<td class="struct_member_description"><p>a ligature index value, set by the OpenType layout engine.</p></td>
|
1954
1939
|
<td class="struct_member_annotations"> </td>
|
1955
1940
|
</tr>
|
1956
1941
|
<tr>
|
1957
|
-
<td class="struct_member_name"><p><a href="
|
1942
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoOTGlyph.internal"></a>internal</code></em>;</p></td>
|
1958
1943
|
<td class="struct_member_description"><p>for Pango internal use</p></td>
|
1959
1944
|
<td class="struct_member_annotations"> </td>
|
1960
1945
|
</tr>
|
@@ -2016,35 +2001,38 @@ or create a new one using <a class="link" href="pango-OpenType-Font-Handling.htm
|
|
2016
2001
|
</tr>
|
2017
2002
|
<tr>
|
2018
2003
|
<td class="struct_member_name"><p>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *<em class="structfield"><code><a name="PangoOTRulesetDescription.static-gsub-features"></a>static_gsub_features</code></em>;</p></td>
|
2019
|
-
<td class="struct_member_description"><p>static map of GSUB features,
|
2020
|
-
<
|
2004
|
+
<td class="struct_member_description"><p> static map of GSUB features,
|
2005
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2006
|
+
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2021
2007
|
</tr>
|
2022
2008
|
<tr>
|
2023
|
-
<td class="struct_member_name"><p><a href="
|
2009
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoOTRulesetDescription.n-static-gsub-features"></a>n_static_gsub_features</code></em>;</p></td>
|
2024
2010
|
<td class="struct_member_description"><p>length of <em class="parameter"><code>static_gsub_features</code></em>
|
2025
2011
|
, or 0.</p></td>
|
2026
2012
|
<td class="struct_member_annotations"> </td>
|
2027
2013
|
</tr>
|
2028
2014
|
<tr>
|
2029
2015
|
<td class="struct_member_name"><p>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *<em class="structfield"><code><a name="PangoOTRulesetDescription.static-gpos-features"></a>static_gpos_features</code></em>;</p></td>
|
2030
|
-
<td class="struct_member_description"><p>static map of GPOS features,
|
2031
|
-
<
|
2016
|
+
<td class="struct_member_description"><p> static map of GPOS features,
|
2017
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2018
|
+
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2032
2019
|
</tr>
|
2033
2020
|
<tr>
|
2034
|
-
<td class="struct_member_name"><p><a href="
|
2021
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoOTRulesetDescription.n-static-gpos-features"></a>n_static_gpos_features</code></em>;</p></td>
|
2035
2022
|
<td class="struct_member_description"><p>length of <em class="parameter"><code>static_gpos_features</code></em>
|
2036
2023
|
, or 0.</p></td>
|
2037
2024
|
<td class="struct_member_annotations"> </td>
|
2038
2025
|
</tr>
|
2039
2026
|
<tr>
|
2040
2027
|
<td class="struct_member_name"><p>const <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap" title="struct PangoOTFeatureMap"><span class="type">PangoOTFeatureMap</span></a> *<em class="structfield"><code><a name="PangoOTRulesetDescription.other-features"></a>other_features</code></em>;</p></td>
|
2041
|
-
<td class="struct_member_description"><p>map of extra features to add to both
|
2042
|
-
Unlike the static maps, this pointer
|
2043
|
-
the life of function calls taking this
|
2044
|
-
|
2028
|
+
<td class="struct_member_description"><p> map of extra features to add to both
|
2029
|
+
GSUB and GPOS, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Unlike the static maps, this pointer
|
2030
|
+
need not live beyond the life of function calls taking this
|
2031
|
+
struct. </p></td>
|
2032
|
+
<td class="struct_member_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2045
2033
|
</tr>
|
2046
2034
|
<tr>
|
2047
|
-
<td class="struct_member_name"><p><a href="
|
2035
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="PangoOTRulesetDescription.n-other-features"></a>n_other_features</code></em>;</p></td>
|
2048
2036
|
<td class="struct_member_description"><p>length of <em class="parameter"><code>other_features</code></em>
|
2049
2037
|
, or 0.</p></td>
|
2050
2038
|
<td class="struct_member_annotations"> </td>
|
@@ -2052,7 +2040,7 @@ the life of function calls taking this struct.</p></td>
|
|
2052
2040
|
</tbody>
|
2053
2041
|
</table></div>
|
2054
2042
|
</div>
|
2055
|
-
<p class="since">Since 1.18</p>
|
2043
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2056
2044
|
</div>
|
2057
2045
|
<hr>
|
2058
2046
|
<div class="refsect2">
|
@@ -2113,7 +2101,7 @@ represented as a char array instead of a <a class="link" href="pango-OpenType-Fo
|
|
2113
2101
|
<td class="struct_member_annotations"> </td>
|
2114
2102
|
</tr>
|
2115
2103
|
<tr>
|
2116
|
-
<td class="struct_member_name"><p><a href="
|
2104
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> <em class="structfield"><code><a name="PangoOTFeatureMap.property-bit"></a>property_bit</code></em>;</p></td>
|
2117
2105
|
<td class="struct_member_description"><p>the property bit to use for this feature. See
|
2118
2106
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a> for details.</p></td>
|
2119
2107
|
<td class="struct_member_annotations"> </td>
|
@@ -2121,7 +2109,7 @@ represented as a char array instead of a <a class="link" href="pango-OpenType-Fo
|
|
2121
2109
|
</tbody>
|
2122
2110
|
</table></div>
|
2123
2111
|
</div>
|
2124
|
-
<p class="since">Since 1.18</p>
|
2112
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2125
2113
|
</div>
|
2126
2114
|
<hr>
|
2127
2115
|
<div class="refsect2">
|
@@ -2130,7 +2118,7 @@ represented as a char array instead of a <a class="link" href="pango-OpenType-Fo
|
|
2130
2118
|
</pre>
|
2131
2119
|
<p>This is used as the property bit in <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a> when a
|
2132
2120
|
feature should be applied to all glyphs.</p>
|
2133
|
-
<p class="since">Since 1.16</p>
|
2121
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
2134
2122
|
</div>
|
2135
2123
|
<hr>
|
2136
2124
|
<div class="refsect2">
|
@@ -2141,7 +2129,7 @@ feature should be applied to all glyphs.</p>
|
|
2141
2129
|
skipped. It may be returned as feature index by <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature" title="pango_ot_info_find_feature ()"><code class="function">pango_ot_info_find_feature()</code></a>
|
2142
2130
|
if the feature is not found, and <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature" title="pango_ot_ruleset_add_feature ()"><code class="function">pango_ot_ruleset_add_feature()</code></a> function
|
2143
2131
|
automatically skips this value, so no special handling is required by the user.</p>
|
2144
|
-
<p class="since">Since 1.18</p>
|
2132
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2145
2133
|
</div>
|
2146
2134
|
<hr>
|
2147
2135
|
<div class="refsect2">
|
@@ -2154,7 +2142,7 @@ either. It may be returned as script index by <a class="link" href="pango-OpenT
|
|
2154
2142
|
if the script or a default script are not found, all other functions
|
2155
2143
|
taking a script index essentially return if the input script index is
|
2156
2144
|
this value, so no special handling is required by the user.</p>
|
2157
|
-
<p class="since">Since 1.18</p>
|
2145
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2158
2146
|
</div>
|
2159
2147
|
<hr>
|
2160
2148
|
<div class="refsect2">
|
@@ -2169,7 +2157,7 @@ The end result is that one can always call <a class="link" href="pango-OpenType-
|
|
2169
2157
|
followed by <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-language" title="pango_ot_info_find_language ()"><code class="function">pango_ot_info_find_language()</code></a> and pass the result to
|
2170
2158
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature" title="pango_ot_info_find_feature ()"><code class="function">pango_ot_info_find_feature()</code></a> without having to worry about falling back to
|
2171
2159
|
default language system explicitly.</p>
|
2172
|
-
<p class="since">Since 1.16</p>
|
2160
|
+
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
2173
2161
|
</div>
|
2174
2162
|
<hr>
|
2175
2163
|
<div class="refsect2">
|
@@ -2181,7 +2169,7 @@ returned as language tag by <a class="link" href="pango-OpenType-Font-Handling.h
|
|
2181
2169
|
language is not found. It is safe to pass this value to
|
2182
2170
|
<a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-language" title="pango_ot_info_find_language ()"><code class="function">pango_ot_info_find_language()</code></a> as that function falls back to returning default
|
2183
2171
|
language-system if the requested language tag is not found.</p>
|
2184
|
-
<p class="since">Since 1.18</p>
|
2172
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2185
2173
|
</div>
|
2186
2174
|
<hr>
|
2187
2175
|
<div class="refsect2">
|
@@ -2191,12 +2179,11 @@ language-system if the requested language tag is not found.</p>
|
|
2191
2179
|
<p>This is a <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTTag" title="PangoOTTag"><span class="type">PangoOTTag</span></a> representing the special script tag 'DFLT'. It is
|
2192
2180
|
returned as script tag by <a class="link" href="pango-OpenType-Font-Handling.html#pango-ot-tag-from-script" title="pango_ot_tag_from_script ()"><code class="function">pango_ot_tag_from_script()</code></a> if the requested script
|
2193
2181
|
is not found.</p>
|
2194
|
-
<p class="since">Since 1.18</p>
|
2182
|
+
<p class="since">Since: <a class="link" href="api-index-1-18.html#api-index-1.18">1.18</a></p>
|
2195
2183
|
</div>
|
2196
2184
|
</div>
|
2197
2185
|
</div>
|
2198
2186
|
<div class="footer">
|
2199
|
-
<hr>
|
2200
|
-
Generated by GTK-Doc V1.21.1</div>
|
2187
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
2201
2188
|
</body>
|
2202
2189
|
</html>
|