pango 3.2.1-x64-mingw32 → 3.2.2-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 +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.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-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-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/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +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-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- 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/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 +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +16 -10
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango.html" title="Basic Pango Interfaces">
|
10
10
|
<link rel="next" href="pango-Glyph-Storage.html" title="Glyph Storage">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (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">
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<tbody>
|
43
43
|
<tr>
|
44
44
|
<td class="function_type">
|
45
|
-
<
|
45
|
+
<span class="returnvalue">GList</span> *
|
46
46
|
</td>
|
47
47
|
<td class="function_name">
|
48
48
|
<a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()">pango_itemize</a> <span class="c_punctuation">()</span>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
</tr>
|
51
51
|
<tr>
|
52
52
|
<td class="function_type">
|
53
|
-
<
|
53
|
+
<span class="returnvalue">GList</span> *
|
54
54
|
</td>
|
55
55
|
<td class="function_name">
|
56
56
|
<a class="link" href="pango-Text-Processing.html#pango-itemize-with-base-dir" title="pango_itemize_with_base_dir ()">pango_itemize_with_base_dir</a> <span class="c_punctuation">()</span>
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</tr>
|
91
91
|
<tr>
|
92
92
|
<td class="function_type">
|
93
|
-
<
|
93
|
+
<span class="returnvalue">GList</span> *
|
94
94
|
</td>
|
95
95
|
<td class="function_name">
|
96
96
|
<a class="link" href="pango-Text-Processing.html#pango-reorder-items" title="pango_reorder_items ()">pango_reorder_items</a> <span class="c_punctuation">()</span>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
116
|
<td class="function_type">
|
117
|
-
<
|
117
|
+
<span class="returnvalue">guint</span>
|
118
118
|
</td>
|
119
119
|
<td class="function_name">
|
120
120
|
<a class="link" href="pango-Text-Processing.html#pango-context-get-serial" title="pango_context_get_serial ()">pango_context_get_serial</a> <span class="c_punctuation">()</span>
|
@@ -363,9 +363,9 @@
|
|
363
363
|
</div>
|
364
364
|
<div class="refsect1">
|
365
365
|
<a name="pango-Text-Processing.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
366
|
-
<pre class="screen">
|
366
|
+
<pre class="screen"> GBoxed
|
367
367
|
<span class="lineart">╰──</span> PangoItem
|
368
|
-
|
368
|
+
GObject
|
369
369
|
<span class="lineart">╰──</span> PangoContext
|
370
370
|
</pre>
|
371
371
|
</div>
|
@@ -380,7 +380,7 @@ various steps of this process.</p>
|
|
380
380
|
<a name="pango-Text-Processing.functions_details"></a><h2>Functions</h2>
|
381
381
|
<div class="refsect2">
|
382
382
|
<a name="pango-itemize"></a><h3>pango_itemize ()</h3>
|
383
|
-
<pre class="programlisting"><
|
383
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
384
384
|
pango_itemize (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
385
385
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
386
386
|
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
@@ -446,7 +446,7 @@ This must be >= 0.</p></td>
|
|
446
446
|
</tr>
|
447
447
|
<tr>
|
448
448
|
<td class="parameter_name"><p>cached_iter</p></td>
|
449
|
-
<td class="parameter_description"><p>
|
449
|
+
<td class="parameter_description"><p>Cached attribute iterator, or <code class="literal">NULL</code>. </p></td>
|
450
450
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
451
451
|
</tr>
|
452
452
|
</tbody>
|
@@ -454,17 +454,17 @@ This must be >= 0.</p></td>
|
|
454
454
|
</div>
|
455
455
|
<div class="refsect3">
|
456
456
|
<a name="pango-itemize.returns"></a><h4>Returns</h4>
|
457
|
-
<p>
|
457
|
+
<p>a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>
|
458
458
|
structures. The items should be freed using <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>
|
459
|
-
probably in combination with <
|
460
|
-
using <
|
459
|
+
probably in combination with <code class="function">g_list_foreach()</code>, and the list itself
|
460
|
+
using <code class="function">g_list_free()</code>. </p>
|
461
461
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span></p>
|
462
462
|
</div>
|
463
463
|
</div>
|
464
464
|
<hr>
|
465
465
|
<div class="refsect2">
|
466
466
|
<a name="pango-itemize-with-base-dir"></a><h3>pango_itemize_with_base_dir ()</h3>
|
467
|
-
<pre class="programlisting"><
|
467
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
468
468
|
pango_itemize_with_base_dir (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
469
469
|
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> base_dir</code></em>,
|
470
470
|
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
@@ -521,7 +521,7 @@ after <em class="parameter"><code>start_index</code></em>
|
|
521
521
|
</tr>
|
522
522
|
<tr>
|
523
523
|
<td class="parameter_name"><p>cached_iter</p></td>
|
524
|
-
<td class="parameter_description"><p>
|
524
|
+
<td class="parameter_description"><p>Cached attribute iterator, or <code class="literal">NULL</code>. </p></td>
|
525
525
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
526
526
|
</tr>
|
527
527
|
</tbody>
|
@@ -529,10 +529,10 @@ after <em class="parameter"><code>start_index</code></em>
|
|
529
529
|
</div>
|
530
530
|
<div class="refsect3">
|
531
531
|
<a name="pango-itemize-with-base-dir.returns"></a><h4>Returns</h4>
|
532
|
-
<p>
|
532
|
+
<p>a <span class="type">GList</span> of
|
533
533
|
<a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structures. The items should be freed using
|
534
534
|
<a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a> probably in combination with
|
535
|
-
<
|
535
|
+
<code class="function">g_list_foreach()</code>, and the list itself using <code class="function">g_list_free()</code>. </p>
|
536
536
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span></p>
|
537
537
|
</div>
|
538
538
|
<p class="since">Since: <a class="link" href="api-index-1-4.html#api-index-1.4">1.4</a></p>
|
@@ -553,7 +553,7 @@ pango_item_free (<em class="parameter"><code><a class="link" href="pango-Text-Pr
|
|
553
553
|
</colgroup>
|
554
554
|
<tbody><tr>
|
555
555
|
<td class="parameter_name"><p>item</p></td>
|
556
|
-
<td class="parameter_description"><p>
|
556
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, may be <code class="literal">NULL</code>. </p></td>
|
557
557
|
<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>
|
558
558
|
</tr></tbody>
|
559
559
|
</table></div>
|
@@ -575,17 +575,17 @@ pango_item_copy (<em class="parameter"><code><a class="link" href="pango-Text-Pr
|
|
575
575
|
</colgroup>
|
576
576
|
<tbody><tr>
|
577
577
|
<td class="parameter_name"><p>item</p></td>
|
578
|
-
<td class="parameter_description"><p>
|
578
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, may be <code class="literal">NULL</code>. </p></td>
|
579
579
|
<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>
|
580
580
|
</tr></tbody>
|
581
581
|
</table></div>
|
582
582
|
</div>
|
583
583
|
<div class="refsect3">
|
584
584
|
<a name="pango-item-copy.returns"></a><h4>Returns</h4>
|
585
|
-
<p>
|
586
|
-
should be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>, or <
|
585
|
+
<p>the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a>, which
|
586
|
+
should be freed with <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()"><code class="function">pango_item_free()</code></a>, or <code class="literal">NULL</code> if
|
587
587
|
<em class="parameter"><code>item</code></em>
|
588
|
-
was <
|
588
|
+
was <code class="literal">NULL</code>. </p>
|
589
589
|
<p><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></p>
|
590
590
|
</div>
|
591
591
|
</div>
|
@@ -665,8 +665,8 @@ should be freed with <a class="link" href="pango-Text-Processing.html#pango-item
|
|
665
665
|
<hr>
|
666
666
|
<div class="refsect2">
|
667
667
|
<a name="pango-reorder-items"></a><h3>pango_reorder_items ()</h3>
|
668
|
-
<pre class="programlisting"><
|
669
|
-
pango_reorder_items (<em class="parameter"><code><
|
668
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
669
|
+
pango_reorder_items (<em class="parameter"><code><span class="type">GList</span> *logical_items</code></em>);</pre>
|
670
670
|
<p>From a list of items in logical order and the associated
|
671
671
|
directional levels, produce a list in visual order.
|
672
672
|
The original list is unmodified.</p>
|
@@ -680,14 +680,14 @@ The original list is unmodified.</p>
|
|
680
680
|
</colgroup>
|
681
681
|
<tbody><tr>
|
682
682
|
<td class="parameter_name"><p>logical_items</p></td>
|
683
|
-
<td class="parameter_description"><p>
|
683
|
+
<td class="parameter_description"><p>a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> in logical order. </p></td>
|
684
684
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Item]</span></td>
|
685
685
|
</tr></tbody>
|
686
686
|
</table></div>
|
687
687
|
</div>
|
688
688
|
<div class="refsect3">
|
689
689
|
<a name="pango-reorder-items.returns"></a><h4>Returns</h4>
|
690
|
-
<p>
|
690
|
+
<p>a <span class="type">GList</span>
|
691
691
|
of <a class="link" href="pango-Text-Processing.html#PangoItem"><span class="type">PangoItem</span></a> structures in visual order.</p>
|
692
692
|
<p>(Please open a bug if you use this function.
|
693
693
|
It is not a particularly convenient interface, and the code
|
@@ -708,12 +708,12 @@ together and hence users are recommended to use that.</p>
|
|
708
708
|
<p>If you are using Pango as part of a higher-level system,
|
709
709
|
that system may have it's own way of create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
710
710
|
For instance, the GTK+ toolkit has, among others,
|
711
|
-
<
|
712
|
-
<
|
711
|
+
<code class="function">gdk_pango_context_get_for_screen()</code>, and
|
712
|
+
<code class="function">gtk_widget_get_pango_context()</code>. Use those instead.</p>
|
713
713
|
<div class="refsect3">
|
714
714
|
<a name="pango-context-new.returns"></a><h4>Returns</h4>
|
715
715
|
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, which should
|
716
|
-
be freed with <
|
716
|
+
be freed with <code class="function">g_object_unref()</code>.</p>
|
717
717
|
</div>
|
718
718
|
</div>
|
719
719
|
<hr>
|
@@ -747,7 +747,7 @@ and such data is changed.</p>
|
|
747
747
|
<hr>
|
748
748
|
<div class="refsect2">
|
749
749
|
<a name="pango-context-get-serial"></a><h3>pango_context_get_serial ()</h3>
|
750
|
-
<pre class="programlisting"><
|
750
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
751
751
|
pango_context_get_serial (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
752
752
|
<p>Returns the current serial number of <em class="parameter"><code>context</code></em>
|
753
753
|
. The serial number is
|
@@ -836,7 +836,7 @@ pango_context_get_font_map (<em class="parameter"><code><a class="link" href="pa
|
|
836
836
|
</div>
|
837
837
|
<div class="refsect3">
|
838
838
|
<a name="pango-context-get-font-map.returns"></a><h4>Returns</h4>
|
839
|
-
<p>
|
839
|
+
<p>the font map for the <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
840
840
|
This value is owned by Pango and should not be unreferenced. </p>
|
841
841
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
842
842
|
</div>
|
@@ -865,7 +865,7 @@ pango_context_get_font_description (<em class="parameter"><code><a class="link"
|
|
865
865
|
</div>
|
866
866
|
<div class="refsect3">
|
867
867
|
<a name="pango-context-get-font-description.returns"></a><h4>Returns</h4>
|
868
|
-
<p>
|
868
|
+
<p>a pointer to the context's default font
|
869
869
|
description. This value must not be modified or freed. </p>
|
870
870
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
871
871
|
</div>
|
@@ -1198,7 +1198,7 @@ rendering with this context. See <a class="link" href="pango-Text-Processing.htm
|
|
1198
1198
|
</div>
|
1199
1199
|
<div class="refsect3">
|
1200
1200
|
<a name="pango-context-get-matrix.returns"></a><h4>Returns</h4>
|
1201
|
-
<p>
|
1201
|
+
<p>the matrix, or <code class="literal">NULL</code> if no matrix has
|
1202
1202
|
been set (which is the same as the identity matrix). The returned
|
1203
1203
|
matrix is owned by Pango and must not be modified or freed. </p>
|
1204
1204
|
<p><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></p>
|
@@ -1233,7 +1233,7 @@ matrices, depending on how the text is fit to the pixel grid.</p>
|
|
1233
1233
|
</tr>
|
1234
1234
|
<tr>
|
1235
1235
|
<td class="parameter_name"><p>matrix</p></td>
|
1236
|
-
<td class="parameter_description"><p>
|
1236
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <code class="literal">NULL</code> to unset any existing
|
1237
1237
|
matrix. (No matrix set is the same as setting the identity matrix.). </p></td>
|
1238
1238
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1239
1239
|
</tr>
|
@@ -1275,8 +1275,8 @@ that is the closest match for <em class="parameter"><code>desc</code></em>
|
|
1275
1275
|
</div>
|
1276
1276
|
<div class="refsect3">
|
1277
1277
|
<a name="pango-context-load-font.returns"></a><h4>Returns</h4>
|
1278
|
-
<p>
|
1279
|
-
that was loaded, or <
|
1278
|
+
<p>the newly allocated <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
1279
|
+
that was loaded, or <code class="literal">NULL</code> if no font matched. </p>
|
1280
1280
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<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></p>
|
1281
1281
|
</div>
|
1282
1282
|
</div>
|
@@ -1319,8 +1319,8 @@ a font matching <em class="parameter"><code>desc</code></em>
|
|
1319
1319
|
</div>
|
1320
1320
|
<div class="refsect3">
|
1321
1321
|
<a name="pango-context-load-fontset.returns"></a><h4>Returns</h4>
|
1322
|
-
<p>
|
1323
|
-
<a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded, or <
|
1322
|
+
<p>the newly allocated
|
1323
|
+
<a class="link" href="pango-Fonts.html#PangoFontset"><span class="type">PangoFontset</span></a> loaded, or <code class="literal">NULL</code> if no font matched. </p>
|
1324
1324
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<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></p>
|
1325
1325
|
</div>
|
1326
1326
|
</div>
|
@@ -1358,14 +1358,14 @@ individual families.</p>
|
|
1358
1358
|
</tr>
|
1359
1359
|
<tr>
|
1360
1360
|
<td class="parameter_name"><p>desc</p></td>
|
1361
|
-
<td class="parameter_description"><p>
|
1361
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure. <code class="literal">NULL</code> means that the
|
1362
1362
|
font description from the context will be used. </p></td>
|
1363
1363
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1364
1364
|
</tr>
|
1365
1365
|
<tr>
|
1366
1366
|
<td class="parameter_name"><p>language</p></td>
|
1367
|
-
<td class="parameter_description"><p>
|
1368
|
-
the metrics for. <
|
1367
|
+
<td class="parameter_description"><p>language tag used to determine which script to get
|
1368
|
+
the metrics for. <code class="literal">NULL</code> means that the language tag from the context
|
1369
1369
|
will be used. If no language tag is set on the context, metrics
|
1370
1370
|
for the default language (as determined by <a class="link" href="pango-Scripts-and-Languages.html#pango-language-get-default" title="pango_language_get_default ()"><code class="function">pango_language_get_default()</code></a>)
|
1371
1371
|
will be returned. </p></td>
|
@@ -1404,14 +1404,14 @@ pango_context_list_families (<em class="parameter"><code><a class="link" href="p
|
|
1404
1404
|
</tr>
|
1405
1405
|
<tr>
|
1406
1406
|
<td class="parameter_name"><p>families</p></td>
|
1407
|
-
<td class="parameter_description"><p>
|
1407
|
+
<td class="parameter_description"><p>location to store a pointer to
|
1408
1408
|
an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *. This array should be freed
|
1409
|
-
with <
|
1409
|
+
with <code class="function">g_free()</code>. </p></td>
|
1410
1410
|
<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="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_families][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
|
1411
1411
|
</tr>
|
1412
1412
|
<tr>
|
1413
1413
|
<td class="parameter_name"><p>n_families</p></td>
|
1414
|
-
<td class="parameter_description"><p>
|
1414
|
+
<td class="parameter_description"><p>location to store the number of elements in <em class="parameter"><code>descs</code></em>
|
1415
1415
|
. </p></td>
|
1416
1416
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1417
1417
|
</tr>
|
@@ -1423,7 +1423,7 @@ with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/h
|
|
1423
1423
|
<div class="refsect2">
|
1424
1424
|
<a name="pango-break"></a><h3>pango_break ()</h3>
|
1425
1425
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1426
|
-
pango_break (<em class="parameter"><code>const <
|
1426
|
+
pango_break (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1427
1427
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1428
1428
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1429
1429
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -1459,7 +1459,7 @@ is nul-terminated)</p></td>
|
|
1459
1459
|
</tr>
|
1460
1460
|
<tr>
|
1461
1461
|
<td class="parameter_name"><p>attrs</p></td>
|
1462
|
-
<td class="parameter_description"><p>
|
1462
|
+
<td class="parameter_description"><p>an array to store character
|
1463
1463
|
information in. </p></td>
|
1464
1464
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=attrs_len]</span></td>
|
1465
1465
|
</tr>
|
@@ -1527,7 +1527,7 @@ the word is a word).</p>
|
|
1527
1527
|
</tr>
|
1528
1528
|
<tr>
|
1529
1529
|
<td class="parameter_name"><p>log_attrs</p></td>
|
1530
|
-
<td class="parameter_description"><p>
|
1530
|
+
<td class="parameter_description"><p>array with one <a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a>
|
1531
1531
|
per character in <em class="parameter"><code>text</code></em>
|
1532
1532
|
, plus one extra, to be filled in. </p></td>
|
1533
1533
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=attrs_len]</span></td>
|
@@ -1546,10 +1546,10 @@ array</p></td>
|
|
1546
1546
|
<div class="refsect2">
|
1547
1547
|
<a name="pango-find-paragraph-boundary"></a><h3>pango_find_paragraph_boundary ()</h3>
|
1548
1548
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1549
|
-
pango_find_paragraph_boundary (<em class="parameter"><code>const <
|
1550
|
-
<em class="parameter"><code><
|
1551
|
-
<em class="parameter"><code><
|
1552
|
-
<em class="parameter"><code><
|
1549
|
+
pango_find_paragraph_boundary (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1550
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
1551
|
+
<em class="parameter"><code><span class="type">gint</span> *paragraph_delimiter_index</code></em>,
|
1552
|
+
<em class="parameter"><code><span class="type">gint</span> *next_paragraph_start</code></em>);</pre>
|
1553
1553
|
<p>Locates a paragraph boundary in <em class="parameter"><code>text</code></em>
|
1554
1554
|
. A boundary is caused by
|
1555
1555
|
delimiter characters, such as a newline, carriage return, carriage
|
@@ -1587,13 +1587,13 @@ in bytes, or -1 if nul-terminated</p></td>
|
|
1587
1587
|
</tr>
|
1588
1588
|
<tr>
|
1589
1589
|
<td class="parameter_name"><p>paragraph_delimiter_index</p></td>
|
1590
|
-
<td class="parameter_description"><p>
|
1590
|
+
<td class="parameter_description"><p>return location for index of
|
1591
1591
|
delimiter. </p></td>
|
1592
1592
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1593
1593
|
</tr>
|
1594
1594
|
<tr>
|
1595
1595
|
<td class="parameter_name"><p>next_paragraph_start</p></td>
|
1596
|
-
<td class="parameter_description"><p>
|
1596
|
+
<td class="parameter_description"><p>return location for start of next
|
1597
1597
|
paragraph. </p></td>
|
1598
1598
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1599
1599
|
</tr>
|
@@ -1605,7 +1605,7 @@ paragraph. </p></td>
|
|
1605
1605
|
<div class="refsect2">
|
1606
1606
|
<a name="pango-default-break"></a><h3>pango_default_break ()</h3>
|
1607
1607
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1608
|
-
pango_default_break (<em class="parameter"><code>const <
|
1608
|
+
pango_default_break (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1609
1609
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1610
1610
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1611
1611
|
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
@@ -1614,7 +1614,7 @@ pango_default_break (<em class="parameter"><code>const <a href="/home/vagrant/ru
|
|
1614
1614
|
engine overrides it. Normally you should use <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>
|
1615
1615
|
instead. Unlike <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1616
1616
|
<em class="parameter"><code>analysis</code></em>
|
1617
|
-
can be <
|
1617
|
+
can be <code class="literal">NULL</code>, but only do that if you know what
|
1618
1618
|
you're doing. If you need an analysis to pass to <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1619
1619
|
you need to <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>. In most cases however you should
|
1620
1620
|
simply use <a class="link" href="pango-Text-Processing.html#pango-get-log-attrs" title="pango_get_log_attrs ()"><code class="function">pango_get_log_attrs()</code></a>.</p>
|
@@ -1640,7 +1640,7 @@ is nul-terminated)</p></td>
|
|
1640
1640
|
</tr>
|
1641
1641
|
<tr>
|
1642
1642
|
<td class="parameter_name"><p>analysis</p></td>
|
1643
|
-
<td class="parameter_description"><p>
|
1643
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> for the <em class="parameter"><code>text</code></em>
|
1644
1644
|
. </p></td>
|
1645
1645
|
<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>
|
1646
1646
|
</tr>
|
@@ -1663,8 +1663,8 @@ is nul-terminated)</p></td>
|
|
1663
1663
|
<div class="refsect2">
|
1664
1664
|
<a name="pango-shape"></a><h3>pango_shape ()</h3>
|
1665
1665
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1666
|
-
pango_shape (<em class="parameter"><code>const <
|
1667
|
-
<em class="parameter"><code><
|
1666
|
+
pango_shape (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1667
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
1668
1668
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1669
1669
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1670
1670
|
<p>Given a segment of text and the corresponding
|
@@ -1712,10 +1712,10 @@ boundaries.</p>
|
|
1712
1712
|
<div class="refsect2">
|
1713
1713
|
<a name="pango-shape-full"></a><h3>pango_shape_full ()</h3>
|
1714
1714
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1715
|
-
pango_shape_full (<em class="parameter"><code>const <
|
1716
|
-
<em class="parameter"><code><
|
1717
|
-
<em class="parameter"><code>const <
|
1718
|
-
<em class="parameter"><code><
|
1715
|
+
pango_shape_full (<em class="parameter"><code>const <span class="type">gchar</span> *item_text</code></em>,
|
1716
|
+
<em class="parameter"><code><span class="type">gint</span> item_length</code></em>,
|
1717
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *paragraph_text</code></em>,
|
1718
|
+
<em class="parameter"><code><span class="type">gint</span> paragraph_length</code></em>,
|
1719
1719
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> *analysis</code></em>,
|
1720
1720
|
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1721
1721
|
<p>Given a segment of text and the corresponding
|
@@ -1729,7 +1729,7 @@ text of which <em class="parameter"><code>item_text</code></em>
|
|
1729
1729
|
is part of, provide the broader text as
|
1730
1730
|
<em class="parameter"><code>paragraph_text</code></em>
|
1731
1731
|
. If <em class="parameter"><code>paragraph_text</code></em>
|
1732
|
-
is <
|
1732
|
+
is <code class="literal">NULL</code>, item text is used instead.</p>
|
1733
1733
|
<div class="refsect3">
|
1734
1734
|
<a name="pango-shape-full.parameters"></a><h4>Parameters</h4>
|
1735
1735
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1752,7 +1752,7 @@ text of which <em class="parameter"><code>item_text</code></em>
|
|
1752
1752
|
</tr>
|
1753
1753
|
<tr>
|
1754
1754
|
<td class="parameter_name"><p>paragraph_text</p></td>
|
1755
|
-
<td class="parameter_description"><p>
|
1755
|
+
<td class="parameter_description"><p>text of the paragraph (see details). May be <code class="literal">NULL</code>. </p></td>
|
1756
1756
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1757
1757
|
</tr>
|
1758
1758
|
<tr>
|
@@ -1806,17 +1806,17 @@ used to control the itemization process.</p>
|
|
1806
1806
|
</colgroup>
|
1807
1807
|
<tbody>
|
1808
1808
|
<tr>
|
1809
|
-
<td class="struct_member_name"><p><
|
1809
|
+
<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="PangoItem-struct.offset"></a>offset</code></em>;</p></td>
|
1810
1810
|
<td class="struct_member_description"><p>byte offset of the start of this item in text.</p></td>
|
1811
1811
|
<td class="struct_member_annotations"> </td>
|
1812
1812
|
</tr>
|
1813
1813
|
<tr>
|
1814
|
-
<td class="struct_member_name"><p><
|
1814
|
+
<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="PangoItem-struct.length"></a>length</code></em>;</p></td>
|
1815
1815
|
<td class="struct_member_description"><p>length of this item in bytes.</p></td>
|
1816
1816
|
<td class="struct_member_annotations"> </td>
|
1817
1817
|
</tr>
|
1818
1818
|
<tr>
|
1819
|
-
<td class="struct_member_name"><p><
|
1819
|
+
<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="PangoItem-struct.num-chars"></a>num_chars</code></em>;</p></td>
|
1820
1820
|
<td class="struct_member_description"><p>number of Unicode characters in the item.</p></td>
|
1821
1821
|
<td class="struct_member_annotations"> </td>
|
1822
1822
|
</tr>
|
@@ -1874,22 +1874,22 @@ the properties of a segment of text.</p>
|
|
1874
1874
|
<td class="struct_member_annotations"> </td>
|
1875
1875
|
</tr>
|
1876
1876
|
<tr>
|
1877
|
-
<td class="struct_member_name"><p><
|
1877
|
+
<td class="struct_member_name"><p><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.level"></a>level</code></em>;</p></td>
|
1878
1878
|
<td class="struct_member_description"><p>the bidirectional level for this segment.</p></td>
|
1879
1879
|
<td class="struct_member_annotations"> </td>
|
1880
1880
|
</tr>
|
1881
1881
|
<tr>
|
1882
|
-
<td class="struct_member_name"><p><
|
1882
|
+
<td class="struct_member_name"><p><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.gravity"></a>gravity</code></em>;</p></td>
|
1883
1883
|
<td class="struct_member_description"><p>the glyph orientation for this segment (A <a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a>).</p></td>
|
1884
1884
|
<td class="struct_member_annotations"> </td>
|
1885
1885
|
</tr>
|
1886
1886
|
<tr>
|
1887
|
-
<td class="struct_member_name"><p><
|
1887
|
+
<td class="struct_member_name"><p><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.flags"></a>flags</code></em>;</p></td>
|
1888
1888
|
<td class="struct_member_description"><p>boolean flags for this segment (currently only one) (Since: 1.16).</p></td>
|
1889
1889
|
<td class="struct_member_annotations"> </td>
|
1890
1890
|
</tr>
|
1891
1891
|
<tr>
|
1892
|
-
<td class="struct_member_name"><p><
|
1892
|
+
<td class="struct_member_name"><p><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.script"></a>script</code></em>;</p></td>
|
1893
1893
|
<td class="struct_member_description"><p>the detected script for this segment (A <a class="link" href="pango-Scripts-and-Languages.html#PangoScript" title="enum PangoScript"><span class="type">PangoScript</span></a>) (Since: 1.18).</p></td>
|
1894
1894
|
<td class="struct_member_annotations"> </td>
|
1895
1895
|
</tr>
|
@@ -1899,7 +1899,7 @@ the properties of a segment of text.</p>
|
|
1899
1899
|
<td class="struct_member_annotations"> </td>
|
1900
1900
|
</tr>
|
1901
1901
|
<tr>
|
1902
|
-
<td class="struct_member_name"><p><
|
1902
|
+
<td class="struct_member_name"><p><span class="type">GSList</span> *<em class="structfield"><code><a name="PangoAnalysis.extra-attrs"></a>extra_attrs</code></em>;</p></td>
|
1903
1903
|
<td class="struct_member_description"><p>extra attributes for this segment.</p></td>
|
1904
1904
|
<td class="struct_member_annotations"> </td>
|
1905
1905
|
</tr>
|
@@ -1994,27 +1994,27 @@ about the attributes of a single character.</p>
|
|
1994
1994
|
</colgroup>
|
1995
1995
|
<tbody>
|
1996
1996
|
<tr>
|
1997
|
-
<td class="struct_member_name"><p><
|
1997
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-line-break"></a>is_line_break</code></em> : 1;</p></td>
|
1998
1998
|
<td class="struct_member_description"><p>if set, can break line in front of character</p></td>
|
1999
1999
|
<td class="struct_member_annotations"> </td>
|
2000
2000
|
</tr>
|
2001
2001
|
<tr>
|
2002
|
-
<td class="struct_member_name"><p><
|
2002
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-mandatory-break"></a>is_mandatory_break</code></em> : 1;</p></td>
|
2003
2003
|
<td class="struct_member_description"><p>if set, must break line in front of character</p></td>
|
2004
2004
|
<td class="struct_member_annotations"> </td>
|
2005
2005
|
</tr>
|
2006
2006
|
<tr>
|
2007
|
-
<td class="struct_member_name"><p><
|
2007
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-char-break"></a>is_char_break</code></em> : 1;</p></td>
|
2008
2008
|
<td class="struct_member_description"><p>if set, can break here when doing character wrapping</p></td>
|
2009
2009
|
<td class="struct_member_annotations"> </td>
|
2010
2010
|
</tr>
|
2011
2011
|
<tr>
|
2012
|
-
<td class="struct_member_name"><p><
|
2012
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-white"></a>is_white</code></em> : 1;</p></td>
|
2013
2013
|
<td class="struct_member_description"><p>is whitespace character</p></td>
|
2014
2014
|
<td class="struct_member_annotations"> </td>
|
2015
2015
|
</tr>
|
2016
2016
|
<tr>
|
2017
|
-
<td class="struct_member_name"><p><
|
2017
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-cursor-position"></a>is_cursor_position</code></em> : 1;</p></td>
|
2018
2018
|
<td class="struct_member_description">
|
2019
2019
|
<p>if set, cursor can appear in front of character.
|
2020
2020
|
i.e. this is a grapheme boundary, or the first character
|
@@ -2025,12 +2025,12 @@ Cluster Boundaries</a> semantics.</td>
|
|
2025
2025
|
<td class="struct_member_annotations"> </td>
|
2026
2026
|
</tr>
|
2027
2027
|
<tr>
|
2028
|
-
<td class="struct_member_name"><p><
|
2028
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-start"></a>is_word_start</code></em> : 1;</p></td>
|
2029
2029
|
<td class="struct_member_description"><p>is first character in a word</p></td>
|
2030
2030
|
<td class="struct_member_annotations"> </td>
|
2031
2031
|
</tr>
|
2032
2032
|
<tr>
|
2033
|
-
<td class="struct_member_name"><p><
|
2033
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-end"></a>is_word_end</code></em> : 1;</p></td>
|
2034
2034
|
<td class="struct_member_description"><p>is first non-word char after a word
|
2035
2035
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_word_start</code></em>
|
2036
2036
|
and <em class="parameter"><code>is_word_end</code></em>
|
@@ -2038,7 +2038,7 @@ set for some character.</p></td>
|
|
2038
2038
|
<td class="struct_member_annotations"> </td>
|
2039
2039
|
</tr>
|
2040
2040
|
<tr>
|
2041
|
-
<td class="struct_member_name"><p><
|
2041
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-boundary"></a>is_sentence_boundary</code></em> : 1;</p></td>
|
2042
2042
|
<td class="struct_member_description"><p>is a sentence boundary.
|
2043
2043
|
There are two ways to divide sentences. The first assigns all
|
2044
2044
|
inter-sentence whitespace/control/format chars to some sentence,
|
@@ -2052,12 +2052,12 @@ mark the boundaries of those sentences.</p></td>
|
|
2052
2052
|
<td class="struct_member_annotations"> </td>
|
2053
2053
|
</tr>
|
2054
2054
|
<tr>
|
2055
|
-
<td class="struct_member_name"><p><
|
2055
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-start"></a>is_sentence_start</code></em> : 1;</p></td>
|
2056
2056
|
<td class="struct_member_description"><p>is first character in a sentence</p></td>
|
2057
2057
|
<td class="struct_member_annotations"> </td>
|
2058
2058
|
</tr>
|
2059
2059
|
<tr>
|
2060
|
-
<td class="struct_member_name"><p><
|
2060
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-end"></a>is_sentence_end</code></em> : 1;</p></td>
|
2061
2061
|
<td class="struct_member_description"><p>is first char after a sentence.
|
2062
2062
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_sentence_start</code></em>
|
2063
2063
|
and <em class="parameter"><code>is_sentence_end</code></em>
|
@@ -2066,7 +2066,7 @@ period, so the next sentence starts right away)</p></td>
|
|
2066
2066
|
<td class="struct_member_annotations"> </td>
|
2067
2067
|
</tr>
|
2068
2068
|
<tr>
|
2069
|
-
<td class="struct_member_name"><p><
|
2069
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.backspace-deletes-character"></a>backspace_deletes_character</code></em> : 1;</p></td>
|
2070
2070
|
<td class="struct_member_description"><p>if set, backspace deletes one character
|
2071
2071
|
rather than the entire grapheme cluster. This
|
2072
2072
|
field is only meaningful on grapheme
|
@@ -2082,13 +2082,13 @@ those following Latin, Cyrillic or Greek base characters.</p></td>
|
|
2082
2082
|
<td class="struct_member_annotations"> </td>
|
2083
2083
|
</tr>
|
2084
2084
|
<tr>
|
2085
|
-
<td class="struct_member_name"><p><
|
2085
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-expandable-space"></a>is_expandable_space</code></em> : 1;</p></td>
|
2086
2086
|
<td class="struct_member_description"><p>is a whitespace character that can possibly be
|
2087
2087
|
expanded for justification purposes. (Since: 1.18)</p></td>
|
2088
2088
|
<td class="struct_member_annotations"> </td>
|
2089
2089
|
</tr>
|
2090
2090
|
<tr>
|
2091
|
-
<td class="struct_member_name"><p><
|
2091
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-boundary"></a>is_word_boundary</code></em> : 1;</p></td>
|
2092
2092
|
<td class="struct_member_description">
|
2093
2093
|
<p>is a word boundary.
|
2094
2094
|
More specifically, means that this is not a position in the middle
|
@@ -2107,6 +2107,6 @@ Boundaries</a> semantics. (Since: 1.22)</td>
|
|
2107
2107
|
</div>
|
2108
2108
|
</div>
|
2109
2109
|
<div class="footer">
|
2110
|
-
<hr>Generated by GTK-Doc V1.
|
2110
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
2111
2111
|
</body>
|
2112
2112
|
</html>
|