rsvg2 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +13 -2
- data/ext/rsvg2/extconf.rb +8 -0
- data/lib/1.8/rsvg2.so +0 -0
- data/lib/1.9/rsvg2.so +0 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-gnome-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-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/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkg-config.exe +0 -0
- data/vendor/local/etc/gconf/schemas/gsf-office-thumbnailer.schemas +4073 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-bonobo.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h +53 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-bonobo.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h +49 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h +47 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +67 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +65 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +194 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +54 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +92 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +106 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +74 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +38 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +98 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +64 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +331 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +104 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +936 -0
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-gnome-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-gnome-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- 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/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
- data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
- data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
- data/vendor/local/manifest/libgsf-dev_1.14.17-1_win32.mft +57 -0
- data/vendor/local/manifest/libgsf-gnome-dev_1.14.17-1_win32.mft +9 -0
- data/vendor/local/manifest/libgsf-gnome_1.14.17-1_win32.mft +3 -0
- data/vendor/local/manifest/libgsf_1.14.17-1_win32.mft +18 -0
- data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
- data/vendor/local/share/aclocal/pkg.m4 +155 -0
- data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING +33 -0
- data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-LGPL-2.1 +510 -0
- data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-MPL-1.1 +470 -0
- data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
- data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -1
- data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.log +1263 -0
- data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.sh +84 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
- data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.log +1616 -0
- data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.sh +73 -0
- data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
- metadata +3053 -2947
- data/ext/rsvg2/Makefile +0 -155
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -8,29 +8,8 @@
|
|
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.15.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
<link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
|
14
|
-
<link rel="chapter" href="rendering.html" title="Rendering with Pango">
|
15
|
-
<link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
|
16
|
-
<link rel="chapter" href="tools.html" title="Pango Tools">
|
17
|
-
<link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
|
18
|
-
<link rel="index" href="index-all.html" title="Index">
|
19
|
-
<link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
|
20
|
-
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
21
|
-
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
22
|
-
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
23
|
-
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
24
|
-
<link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
|
25
|
-
<link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
|
26
|
-
<link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
|
27
|
-
<link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
|
28
|
-
<link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
|
29
|
-
<link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
|
30
|
-
<link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
|
31
|
-
<link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
|
32
|
-
<link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
|
33
|
-
<link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
|
34
13
|
</head>
|
35
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
36
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
@@ -49,7 +28,7 @@
|
|
49
28
|
<a href="#pango-Text-Processing.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
50
29
|
</td></tr>
|
51
30
|
</table>
|
52
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
53
32
|
<a name="pango-Text-Processing"></a><div class="titlepage"></div>
|
54
33
|
<div class="refnamediv"><table width="100%"><tr>
|
55
34
|
<td valign="top">
|
@@ -58,108 +37,108 @@
|
|
58
37
|
</td>
|
59
38
|
<td valign="top" align="right"></td>
|
60
39
|
</tr></table></div>
|
61
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
62
41
|
<a name="pango-Text-Processing.synopsis"></a><h2>Synopsis</h2>
|
63
42
|
<a name="PangoContext"></a><pre class="synopsis"> <a class="link" href="pango-Text-Processing.html#PangoContext-struct" title="PangoContext">PangoContext</a>;
|
64
|
-
|
65
|
-
|
43
|
+
struct <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem">PangoItem</a>;
|
44
|
+
struct <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis">PangoAnalysis</a>;
|
66
45
|
#define <a class="link" href="pango-Text-Processing.html#PANGO-ANALYSIS-FLAG-CENTERED-BASELINE:CAPS" title="PANGO_ANALYSIS_FLAG_CENTERED_BASELINE">PANGO_ANALYSIS_FLAG_CENTERED_BASELINE</a>
|
67
46
|
#define <a class="link" href="pango-Text-Processing.html#PANGO-TYPE-DIRECTION:CAPS" title="PANGO_TYPE_DIRECTION">PANGO_TYPE_DIRECTION</a>
|
68
47
|
|
69
|
-
<
|
70
|
-
const <span class="
|
71
|
-
<span class="
|
72
|
-
<span class="
|
73
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="
|
74
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="
|
75
|
-
<
|
76
|
-
<a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="
|
77
|
-
const <span class="
|
78
|
-
<span class="
|
79
|
-
<span class="
|
80
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="
|
81
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="
|
82
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()">pango_item_free</a> (<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="
|
83
|
-
<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-copy" title="pango_item_copy ()">pango_item_copy</a> (<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="
|
84
|
-
<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-new" title="pango_item_new ()">pango_item_new</a> (void);
|
85
|
-
<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-split" title="pango_item_split ()">pango_item_split</a> (<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="
|
86
|
-
<span class="
|
87
|
-
<span class="
|
88
|
-
<
|
48
|
+
<span class="returnvalue">GList</span> * <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()">pango_itemize</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
49
|
+
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
50
|
+
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
51
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
52
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>,
|
53
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *cached_iter</code></em>);
|
54
|
+
<span class="returnvalue">GList</span> * <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> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
55
|
+
<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>,
|
56
|
+
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
57
|
+
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
58
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
59
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>,
|
60
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *cached_iter</code></em>);
|
61
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-item-free" title="pango_item_free ()">pango_item_free</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> *item</code></em>);
|
62
|
+
<a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-copy" title="pango_item_copy ()">pango_item_copy</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> *item</code></em>);
|
63
|
+
<a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-new" title="pango_item_new ()">pango_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
64
|
+
<a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="returnvalue">PangoItem</span></a> * <a class="link" href="pango-Text-Processing.html#pango-item-split" title="pango_item_split ()">pango_item_split</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> *orig</code></em>,
|
65
|
+
<em class="parameter"><code><span class="type">int</span> split_index</code></em>,
|
66
|
+
<em class="parameter"><code><span class="type">int</span> split_offset</code></em>);
|
67
|
+
<span class="returnvalue">GList</span> * <a class="link" href="pango-Text-Processing.html#pango-reorder-items" title="pango_reorder_items ()">pango_reorder_items</a> (<em class="parameter"><code><span class="type">GList</span> *logical_items</code></em>);
|
89
68
|
|
90
|
-
<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-new" title="pango_context_new ()">pango_context_new</a> (void);
|
91
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-font-map" title="pango_context_set_font_map ()">pango_context_set_font_map</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
92
|
-
<a class="link" href="pango-Fonts.html#PangoFontMap"><span class="
|
93
|
-
<a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-font-map" title="pango_context_get_font_map ()">pango_context_get_font_map</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
94
|
-
<a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
|
95
|
-
(<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
96
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-font-description" title="pango_context_set_font_description ()">pango_context_set_font_description</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
97
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
98
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-language" title="pango_context_get_language ()">pango_context_get_language</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
99
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-language" title="pango_context_set_language ()">pango_context_set_language</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
100
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
101
|
-
<a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="returnvalue">PangoDirection</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-base-dir" title="pango_context_get_base_dir ()">pango_context_get_base_dir</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
102
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-base-dir" title="pango_context_set_base_dir ()">pango_context_set_base_dir</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
103
|
-
<a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="
|
104
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-base-gravity" title="pango_context_get_base_gravity ()">pango_context_get_base_gravity</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
105
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-base-gravity" title="pango_context_set_base_gravity ()">pango_context_set_base_gravity</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
106
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="
|
107
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-gravity" title="pango_context_get_gravity ()">pango_context_get_gravity</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
108
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="returnvalue">PangoGravityHint</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-gravity-hint" title="pango_context_get_gravity_hint ()">pango_context_get_gravity_hint</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
109
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-gravity-hint" title="pango_context_set_gravity_hint ()">pango_context_set_gravity_hint</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
110
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="
|
111
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-matrix" title="pango_context_get_matrix ()">pango_context_get_matrix</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
112
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-matrix" title="pango_context_set_matrix ()">pango_context_set_matrix</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
113
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="
|
114
|
-
<a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-load-font" title="pango_context_load_font ()">pango_context_load_font</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
115
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
116
|
-
<a class="link" href="pango-Fonts.html#PangoFontset"><span class="returnvalue">PangoFontset</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-load-fontset" title="pango_context_load_fontset ()">pango_context_load_fontset</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
117
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
118
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
119
|
-
<a class="link" href="pango-Fonts.html#PangoFontMetrics" title="PangoFontMetrics"><span class="returnvalue">PangoFontMetrics</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-metrics" title="pango_context_get_metrics ()">pango_context_get_metrics</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
120
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
121
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
122
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-list-families" title="pango_context_list_families ()">pango_context_list_families</a> (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
123
|
-
<a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="
|
124
|
-
<span class="
|
69
|
+
<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-new" title="pango_context_new ()">pango_context_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
70
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-font-map" title="pango_context_set_font_map ()">pango_context_set_font_map</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
71
|
+
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *font_map</code></em>);
|
72
|
+
<a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-font-map" title="pango_context_get_font_map ()">pango_context_get_font_map</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
73
|
+
<a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-font-description" title="pango_context_get_font_description ()">pango_context_get_font_description</a>
|
74
|
+
(<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
75
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-font-description" title="pango_context_set_font_description ()">pango_context_set_font_description</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
76
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
77
|
+
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-language" title="pango_context_get_language ()">pango_context_get_language</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
78
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-language" title="pango_context_set_language ()">pango_context_set_language</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
79
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);
|
80
|
+
<a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="returnvalue">PangoDirection</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-base-dir" title="pango_context_get_base_dir ()">pango_context_get_base_dir</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
81
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-base-dir" title="pango_context_set_base_dir ()">pango_context_set_base_dir</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
82
|
+
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> direction</code></em>);
|
83
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-base-gravity" title="pango_context_get_base_gravity ()">pango_context_get_base_gravity</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
84
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-base-gravity" title="pango_context_set_base_gravity ()">pango_context_set_base_gravity</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
85
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a> gravity</code></em>);
|
86
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-gravity" title="pango_context_get_gravity ()">pango_context_get_gravity</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
87
|
+
<a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="returnvalue">PangoGravityHint</span></a> <a class="link" href="pango-Text-Processing.html#pango-context-get-gravity-hint" title="pango_context_get_gravity_hint ()">pango_context_get_gravity_hint</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
88
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-gravity-hint" title="pango_context_set_gravity_hint ()">pango_context_set_gravity_hint</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
89
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);
|
90
|
+
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-matrix" title="pango_context_get_matrix ()">pango_context_get_matrix</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);
|
91
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-set-matrix" title="pango_context_set_matrix ()">pango_context_set_matrix</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
92
|
+
<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>);
|
93
|
+
<a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-load-font" title="pango_context_load_font ()">pango_context_load_font</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
94
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);
|
95
|
+
<a class="link" href="pango-Fonts.html#PangoFontset"><span class="returnvalue">PangoFontset</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-load-fontset" title="pango_context_load_fontset ()">pango_context_load_fontset</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
96
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
97
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);
|
98
|
+
<a class="link" href="pango-Fonts.html#PangoFontMetrics" title="struct PangoFontMetrics"><span class="returnvalue">PangoFontMetrics</span></a> * <a class="link" href="pango-Text-Processing.html#pango-context-get-metrics" title="pango_context_get_metrics ()">pango_context_get_metrics</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
99
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
100
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);
|
101
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-context-list-families" title="pango_context_list_families ()">pango_context_list_families</a> (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
102
|
+
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> ***families</code></em>,
|
103
|
+
<em class="parameter"><code><span class="type">int</span> *n_families</code></em>);
|
125
104
|
|
126
105
|
|
127
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()">pango_break</a> (
|
128
|
-
<span class="
|
129
|
-
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="
|
130
|
-
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="
|
131
|
-
<span class="
|
132
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-get-log-attrs" title="pango_get_log_attrs ()">pango_get_log_attrs</a> (const <span class="
|
133
|
-
<span class="
|
134
|
-
<span class="
|
135
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
136
|
-
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="
|
137
|
-
<span class="
|
138
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-find-paragraph-boundary" title="pango_find_paragraph_boundary ()">pango_find_paragraph_boundary</a> (
|
139
|
-
<
|
140
|
-
<
|
141
|
-
<
|
142
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()">pango_default_break</a> (
|
143
|
-
<span class="
|
144
|
-
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="
|
145
|
-
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="
|
146
|
-
<span class="
|
106
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()">pango_break</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
107
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
108
|
+
<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>,
|
109
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
110
|
+
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);
|
111
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-get-log-attrs" title="pango_get_log_attrs ()">pango_get_log_attrs</a> (<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
112
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
113
|
+
<em class="parameter"><code><span class="type">int</span> level</code></em>,
|
114
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
115
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *log_attrs</code></em>,
|
116
|
+
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);
|
117
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-find-paragraph-boundary" title="pango_find_paragraph_boundary ()">pango_find_paragraph_boundary</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
118
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
119
|
+
<em class="parameter"><code><span class="type">gint</span> *paragraph_delimiter_index</code></em>,
|
120
|
+
<em class="parameter"><code><span class="type">gint</span> *next_paragraph_start</code></em>);
|
121
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()">pango_default_break</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
122
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
123
|
+
<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>,
|
124
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
125
|
+
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);
|
147
126
|
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr">PangoLogAttr</a>;
|
148
127
|
|
149
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-shape" title="pango_shape ()">pango_shape</a> (
|
150
|
-
<
|
151
|
-
const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="
|
152
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
128
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-Text-Processing.html#pango-shape" title="pango_shape ()">pango_shape</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
129
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
130
|
+
<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>,
|
131
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
|
153
132
|
</pre>
|
154
133
|
</div>
|
155
|
-
<div class="refsect1"
|
134
|
+
<div class="refsect1">
|
156
135
|
<a name="pango-Text-Processing.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
157
136
|
<pre class="synopsis">
|
158
|
-
|
137
|
+
GObject
|
159
138
|
+----PangoContext
|
160
139
|
</pre>
|
161
140
|
</div>
|
162
|
-
<div class="refsect1"
|
141
|
+
<div class="refsect1">
|
163
142
|
<a name="pango-Text-Processing.description"></a><h2>Description</h2>
|
164
143
|
<p>
|
165
144
|
The Pango rendering pipeline takes a string of
|
@@ -168,9 +147,9 @@ The functions described in this section accomplish
|
|
168
147
|
various steps of this process.
|
169
148
|
</p>
|
170
149
|
</div>
|
171
|
-
<div class="refsect1"
|
150
|
+
<div class="refsect1">
|
172
151
|
<a name="pango-Text-Processing.details"></a><h2>Details</h2>
|
173
|
-
<div class="refsect2"
|
152
|
+
<div class="refsect2">
|
174
153
|
<a name="PangoContext-struct"></a><h3>PangoContext</h3>
|
175
154
|
<pre class="programlisting">typedef struct _PangoContext PangoContext;</pre>
|
176
155
|
<p>
|
@@ -179,40 +158,40 @@ used to control the itemization process.
|
|
179
158
|
</p>
|
180
159
|
</div>
|
181
160
|
<hr>
|
182
|
-
<div class="refsect2"
|
183
|
-
<a name="PangoItem"></a><h3>PangoItem</h3>
|
184
|
-
<pre class="programlisting">
|
161
|
+
<div class="refsect2">
|
162
|
+
<a name="PangoItem"></a><h3>struct PangoItem</h3>
|
163
|
+
<pre class="programlisting">struct PangoItem {
|
185
164
|
gint offset;
|
186
165
|
gint length;
|
187
166
|
gint num_chars;
|
188
167
|
PangoAnalysis analysis;
|
189
|
-
}
|
168
|
+
};
|
190
169
|
</pre>
|
191
170
|
<p>
|
192
|
-
The <a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="type">PangoItem</span></a> structure stores information about
|
171
|
+
The <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> structure stores information about
|
193
172
|
a segment of text. It contains the following fields:
|
194
173
|
</p>
|
195
174
|
<div class="variablelist"><table border="0">
|
196
175
|
<col align="left" valign="top">
|
197
176
|
<tbody>
|
198
177
|
<tr>
|
199
|
-
<td><p><span class="term"><
|
178
|
+
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="PangoItem.offset"></a>offset</code></em>;</span></p></td>
|
200
179
|
<td>the offset of the segment from the beginning of the
|
201
180
|
string in bytes.
|
202
181
|
</td>
|
203
182
|
</tr>
|
204
183
|
<tr>
|
205
|
-
<td><p><span class="term"><
|
184
|
+
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="PangoItem.length"></a>length</code></em>;</span></p></td>
|
206
185
|
<td>the length of the segment in bytes.
|
207
186
|
</td>
|
208
187
|
</tr>
|
209
188
|
<tr>
|
210
|
-
<td><p><span class="term"><
|
189
|
+
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="PangoItem.num-chars"></a>num_chars</code></em>;</span></p></td>
|
211
190
|
<td>the length of the segment in characters.
|
212
191
|
</td>
|
213
192
|
</tr>
|
214
193
|
<tr>
|
215
|
-
<td><p><span class="term"><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="type">PangoAnalysis</span></a> <em class="structfield"><code><a name="PangoItem.analysis"></a>analysis</code></em>;</span></p></td>
|
194
|
+
<td><p><span class="term"><a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> <em class="structfield"><code><a name="PangoItem.analysis"></a>analysis</code></em>;</span></p></td>
|
216
195
|
<td>the properties of the segment.
|
217
196
|
</td>
|
218
197
|
</tr>
|
@@ -220,9 +199,9 @@ a segment of text. It contains the following fields:
|
|
220
199
|
</table></div>
|
221
200
|
</div>
|
222
201
|
<hr>
|
223
|
-
<div class="refsect2"
|
224
|
-
<a name="PangoAnalysis"></a><h3>PangoAnalysis</h3>
|
225
|
-
<pre class="programlisting">
|
202
|
+
<div class="refsect2">
|
203
|
+
<a name="PangoAnalysis"></a><h3>struct PangoAnalysis</h3>
|
204
|
+
<pre class="programlisting">struct PangoAnalysis {
|
226
205
|
PangoEngineShape *shape_engine;
|
227
206
|
PangoEngineLang *lang_engine;
|
228
207
|
PangoFont *font;
|
@@ -235,10 +214,10 @@ a segment of text. It contains the following fields:
|
|
235
214
|
PangoLanguage *language;
|
236
215
|
|
237
216
|
GSList *extra_attrs;
|
238
|
-
}
|
217
|
+
};
|
239
218
|
</pre>
|
240
219
|
<p>
|
241
|
-
The <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="type">PangoAnalysis</span></a> structure stores information about
|
220
|
+
The <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> structure stores information about
|
242
221
|
the properties of a segment of text. It has the following
|
243
222
|
fields:
|
244
223
|
</p>
|
@@ -261,22 +240,22 @@ fields:
|
|
261
240
|
</td>
|
262
241
|
</tr>
|
263
242
|
<tr>
|
264
|
-
<td><p><span class="term"><
|
243
|
+
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.level"></a>level</code></em>;</span></p></td>
|
265
244
|
<td>the bidirectional level for this segment.
|
266
245
|
</td>
|
267
246
|
</tr>
|
268
247
|
<tr>
|
269
|
-
<td><p><span class="term"><
|
248
|
+
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.gravity"></a>gravity</code></em>;</span></p></td>
|
270
249
|
<td>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>).
|
271
250
|
</td>
|
272
251
|
</tr>
|
273
252
|
<tr>
|
274
|
-
<td><p><span class="term"><
|
253
|
+
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.flags"></a>flags</code></em>;</span></p></td>
|
275
254
|
<td>boolean flags for this segment (currently only one) (Since: 1.16).
|
276
255
|
</td>
|
277
256
|
</tr>
|
278
257
|
<tr>
|
279
|
-
<td><p><span class="term"><
|
258
|
+
<td><p><span class="term"><span class="type">guint8</span> <em class="structfield"><code><a name="PangoAnalysis.script"></a>script</code></em>;</span></p></td>
|
280
259
|
<td>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).
|
281
260
|
</td>
|
282
261
|
</tr>
|
@@ -286,7 +265,7 @@ fields:
|
|
286
265
|
</td>
|
287
266
|
</tr>
|
288
267
|
<tr>
|
289
|
-
<td><p><span class="term"><
|
268
|
+
<td><p><span class="term"><span class="type">GSList</span> *<em class="structfield"><code><a name="PangoAnalysis.extra-attrs"></a>extra_attrs</code></em>;</span></p></td>
|
290
269
|
<td>extra attributes for this segment.
|
291
270
|
</td>
|
292
271
|
</tr>
|
@@ -294,7 +273,7 @@ fields:
|
|
294
273
|
</table></div>
|
295
274
|
</div>
|
296
275
|
<hr>
|
297
|
-
<div class="refsect2"
|
276
|
+
<div class="refsect2">
|
298
277
|
<a name="PANGO-ANALYSIS-FLAG-CENTERED-BASELINE:CAPS"></a><h3>PANGO_ANALYSIS_FLAG_CENTERED_BASELINE</h3>
|
299
278
|
<pre class="programlisting">#define PANGO_ANALYSIS_FLAG_CENTERED_BASELINE (1 << 0)
|
300
279
|
</pre>
|
@@ -305,23 +284,23 @@ Since: 1.16
|
|
305
284
|
</p>
|
306
285
|
</div>
|
307
286
|
<hr>
|
308
|
-
<div class="refsect2"
|
287
|
+
<div class="refsect2">
|
309
288
|
<a name="PANGO-TYPE-DIRECTION:CAPS"></a><h3>PANGO_TYPE_DIRECTION</h3>
|
310
289
|
<pre class="programlisting">#define PANGO_TYPE_DIRECTION (pango_direction_get_type())
|
311
290
|
</pre>
|
312
291
|
<p>
|
313
|
-
The <
|
292
|
+
The <span class="type">GObject</span> type for <a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a>.
|
314
293
|
</p>
|
315
294
|
</div>
|
316
295
|
<hr>
|
317
|
-
<div class="refsect2"
|
296
|
+
<div class="refsect2">
|
318
297
|
<a name="pango-itemize"></a><h3>pango_itemize ()</h3>
|
319
|
-
<pre class="programlisting"><
|
320
|
-
const <span class="
|
321
|
-
<span class="
|
322
|
-
<span class="
|
323
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="
|
324
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="
|
298
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> * pango_itemize (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
299
|
+
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
300
|
+
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
301
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
302
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>,
|
303
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *cached_iter</code></em>);</pre>
|
325
304
|
<p>
|
326
305
|
Breaks a piece of text into segments with consistent
|
327
306
|
directional level and shaping engine. Each byte of <em class="parameter"><code>text</code></em> will
|
@@ -333,111 +312,113 @@ offsets of the items are ascending).
|
|
333
312
|
<em class="parameter"><code>cached_iter</code></em> should be an iterator over <em class="parameter"><code>attrs</code></em> currently positioned at a
|
334
313
|
range before or containing <em class="parameter"><code>start_index</code></em>; <em class="parameter"><code>cached_iter</code></em> will be advanced to
|
335
314
|
the range covering the position just after <em class="parameter"><code>start_index</code></em> + <em class="parameter"><code>length</code></em>.
|
336
|
-
(i.e. if itemizing in a loop, just keep passing in the same <em class="parameter"><code>cached_iter</code></em>)
|
315
|
+
(i.e. if itemizing in a loop, just keep passing in the same <em class="parameter"><code>cached_iter</code></em>).
|
316
|
+
</p>
|
337
317
|
<div class="variablelist"><table border="0">
|
338
318
|
<col align="left" valign="top">
|
339
319
|
<tbody>
|
340
320
|
<tr>
|
341
321
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
342
|
-
<td>
|
322
|
+
<td>a structure holding information that affects
|
343
323
|
the itemization process.
|
344
324
|
</td>
|
345
325
|
</tr>
|
346
326
|
<tr>
|
347
327
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
348
|
-
<td>
|
328
|
+
<td>the text to itemize.
|
349
329
|
</td>
|
350
330
|
</tr>
|
351
331
|
<tr>
|
352
332
|
<td><p><span class="term"><em class="parameter"><code>start_index</code></em> :</span></p></td>
|
353
|
-
<td>
|
333
|
+
<td>first byte in <em class="parameter"><code>text</code></em> to process
|
354
334
|
</td>
|
355
335
|
</tr>
|
356
336
|
<tr>
|
357
337
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
358
|
-
<td>
|
338
|
+
<td>the number of bytes (not characters) to process
|
359
339
|
after <em class="parameter"><code>start_index</code></em>.
|
360
340
|
This must be >= 0.
|
361
341
|
</td>
|
362
342
|
</tr>
|
363
343
|
<tr>
|
364
344
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
365
|
-
<td>
|
345
|
+
<td>the set of attributes that apply to <em class="parameter"><code>text</code></em>.
|
366
346
|
</td>
|
367
347
|
</tr>
|
368
348
|
<tr>
|
369
349
|
<td><p><span class="term"><em class="parameter"><code>cached_iter</code></em> :</span></p></td>
|
370
|
-
<td>
|
350
|
+
<td>Cached attribute iterator, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
371
351
|
</td>
|
372
352
|
</tr>
|
373
353
|
<tr>
|
374
354
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
375
|
-
<td> a <
|
355
|
+
<td> a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> structures.
|
376
356
|
</td>
|
377
357
|
</tr>
|
378
358
|
</tbody>
|
379
359
|
</table></div>
|
380
360
|
</div>
|
381
361
|
<hr>
|
382
|
-
<div class="refsect2"
|
362
|
+
<div class="refsect2">
|
383
363
|
<a name="pango-itemize-with-base-dir"></a><h3>pango_itemize_with_base_dir ()</h3>
|
384
|
-
<pre class="programlisting"><
|
385
|
-
<a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="
|
386
|
-
const <span class="
|
387
|
-
<span class="
|
388
|
-
<span class="
|
389
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="
|
390
|
-
<a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="
|
364
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> * 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>,
|
365
|
+
<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>,
|
366
|
+
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
367
|
+
<em class="parameter"><code><span class="type">int</span> start_index</code></em>,
|
368
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
369
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList" title="PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>,
|
370
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *cached_iter</code></em>);</pre>
|
391
371
|
<p>
|
392
372
|
Like <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>, but the base direction to use when
|
393
373
|
computing bidirectional levels (see <a class="link" href="pango-Text-Processing.html#pango-context-set-base-dir" title="pango_context_set_base_dir ()"><code class="function">pango_context_set_base_dir()</code></a>),
|
394
|
-
is specified explicitly rather than gotten from the <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a
|
374
|
+
is specified explicitly rather than gotten from the <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
375
|
+
</p>
|
395
376
|
<div class="variablelist"><table border="0">
|
396
377
|
<col align="left" valign="top">
|
397
378
|
<tbody>
|
398
379
|
<tr>
|
399
380
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
400
|
-
<td>
|
381
|
+
<td>a structure holding information that affects
|
401
382
|
the itemization process.
|
402
383
|
</td>
|
403
384
|
</tr>
|
404
385
|
<tr>
|
405
386
|
<td><p><span class="term"><em class="parameter"><code>base_dir</code></em> :</span></p></td>
|
406
|
-
<td>
|
387
|
+
<td>base direction to use for bidirectional processing
|
407
388
|
</td>
|
408
389
|
</tr>
|
409
390
|
<tr>
|
410
391
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
411
|
-
<td>
|
392
|
+
<td>the text to itemize.
|
412
393
|
</td>
|
413
394
|
</tr>
|
414
395
|
<tr>
|
415
396
|
<td><p><span class="term"><em class="parameter"><code>start_index</code></em> :</span></p></td>
|
416
|
-
<td>
|
397
|
+
<td>first byte in <em class="parameter"><code>text</code></em> to process
|
417
398
|
</td>
|
418
399
|
</tr>
|
419
400
|
<tr>
|
420
401
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
421
|
-
<td>
|
402
|
+
<td>the number of bytes (not characters) to process
|
422
403
|
after <em class="parameter"><code>start_index</code></em>.
|
423
404
|
This must be >= 0.
|
424
405
|
</td>
|
425
406
|
</tr>
|
426
407
|
<tr>
|
427
408
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
428
|
-
<td>
|
409
|
+
<td>the set of attributes that apply to <em class="parameter"><code>text</code></em>.
|
429
410
|
</td>
|
430
411
|
</tr>
|
431
412
|
<tr>
|
432
413
|
<td><p><span class="term"><em class="parameter"><code>cached_iter</code></em> :</span></p></td>
|
433
|
-
<td>
|
414
|
+
<td>Cached attribute iterator, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
434
415
|
</td>
|
435
416
|
</tr>
|
436
417
|
<tr>
|
437
418
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
438
|
-
<td> a <
|
439
|
-
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> probably in combination with <
|
440
|
-
and the list itself using <
|
419
|
+
<td> a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> structures. The items should be
|
420
|
+
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> probably in combination with <code class="function">g_list_foreach()</code>,
|
421
|
+
and the list itself using <code class="function">g_list_free()</code>.
|
441
422
|
|
442
423
|
</td>
|
443
424
|
</tr>
|
@@ -446,38 +427,40 @@ and the list itself using <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Link
|
|
446
427
|
<p class="since">Since 1.4</p>
|
447
428
|
</div>
|
448
429
|
<hr>
|
449
|
-
<div class="refsect2"
|
430
|
+
<div class="refsect2">
|
450
431
|
<a name="pango-item-free"></a><h3>pango_item_free ()</h3>
|
451
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_item_free (<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="
|
432
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_item_free (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> *item</code></em>);</pre>
|
452
433
|
<p>
|
453
|
-
Free a <a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="type">PangoItem</span></a> and all associated memory
|
434
|
+
Free a <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> and all associated memory.
|
435
|
+
</p>
|
454
436
|
<div class="variablelist"><table border="0">
|
455
437
|
<col align="left" valign="top">
|
456
438
|
<tbody><tr>
|
457
439
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
458
|
-
<td>
|
440
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a>, may be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
459
441
|
</td>
|
460
442
|
</tr></tbody>
|
461
443
|
</table></div>
|
462
444
|
</div>
|
463
445
|
<hr>
|
464
|
-
<div class="refsect2"
|
446
|
+
<div class="refsect2">
|
465
447
|
<a name="pango-item-copy"></a><h3>pango_item_copy ()</h3>
|
466
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="returnvalue">PangoItem</span></a> * pango_item_copy (<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="
|
448
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="returnvalue">PangoItem</span></a> * pango_item_copy (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> *item</code></em>);</pre>
|
467
449
|
<p>
|
468
|
-
Copy an existing <a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="type">PangoItem</span></a> structure
|
450
|
+
Copy an existing <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> structure.
|
451
|
+
</p>
|
469
452
|
<div class="variablelist"><table border="0">
|
470
453
|
<col align="left" valign="top">
|
471
454
|
<tbody>
|
472
455
|
<tr>
|
473
456
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
474
|
-
<td>
|
457
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a>, may be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
475
458
|
</td>
|
476
459
|
</tr>
|
477
460
|
<tr>
|
478
461
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
479
|
-
<td> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="type">PangoItem</span></a>, which should
|
480
|
-
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 <a href="/usr/share/gtk-doc/html/
|
462
|
+
<td> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a>, which should
|
463
|
+
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 <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if
|
481
464
|
<em class="parameter"><code>item</code></em> was NULL.
|
482
465
|
</td>
|
483
466
|
</tr>
|
@@ -485,27 +468,28 @@ Copy an existing <a class="link" href="pango-Text-Processing.html#PangoItem" tit
|
|
485
468
|
</table></div>
|
486
469
|
</div>
|
487
470
|
<hr>
|
488
|
-
<div class="refsect2"
|
471
|
+
<div class="refsect2">
|
489
472
|
<a name="pango-item-new"></a><h3>pango_item_new ()</h3>
|
490
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="returnvalue">PangoItem</span></a> * pango_item_new (void);</pre>
|
473
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="returnvalue">PangoItem</span></a> * pango_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
491
474
|
<p>
|
492
|
-
Creates a new <a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="type">PangoItem</span></a> structure initialized to default values
|
475
|
+
Creates a new <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> structure initialized to default values.
|
476
|
+
</p>
|
493
477
|
<div class="variablelist"><table border="0">
|
494
478
|
<col align="left" valign="top">
|
495
479
|
<tbody><tr>
|
496
480
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
497
|
-
<td> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="type">PangoItem</span></a>, which should
|
481
|
+
<td> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a>, which should
|
498
482
|
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>.
|
499
483
|
</td>
|
500
484
|
</tr></tbody>
|
501
485
|
</table></div>
|
502
486
|
</div>
|
503
487
|
<hr>
|
504
|
-
<div class="refsect2"
|
488
|
+
<div class="refsect2">
|
505
489
|
<a name="pango-item-split"></a><h3>pango_item_split ()</h3>
|
506
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="returnvalue">PangoItem</span></a> * pango_item_split (<a class="link" href="pango-Text-Processing.html#PangoItem" title="PangoItem"><span class="
|
507
|
-
<span class="
|
508
|
-
<span class="
|
490
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="returnvalue">PangoItem</span></a> * pango_item_split (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> *orig</code></em>,
|
491
|
+
<em class="parameter"><code><span class="type">int</span> split_index</code></em>,
|
492
|
+
<em class="parameter"><code><span class="type">int</span> split_offset</code></em>);</pre>
|
509
493
|
<p>
|
510
494
|
Modifies <em class="parameter"><code>orig</code></em> to cover only the text after <em class="parameter"><code>split_index</code></em>, and
|
511
495
|
returns a new item that covers the text before <em class="parameter"><code>split_index</code></em> that
|
@@ -516,23 +500,24 @@ be at least one byte assigned to each item, you can't create a
|
|
516
500
|
zero-length item). <em class="parameter"><code>split_offset</code></em> is the length of the first item in
|
517
501
|
chars, and must be provided because the text used to generate the
|
518
502
|
item isn't available, so <a class="link" href="pango-Text-Processing.html#pango-item-split" title="pango_item_split ()"><code class="function">pango_item_split()</code></a> can't count the char
|
519
|
-
length of the split items itself
|
503
|
+
length of the split items itself.
|
504
|
+
</p>
|
520
505
|
<div class="variablelist"><table border="0">
|
521
506
|
<col align="left" valign="top">
|
522
507
|
<tbody>
|
523
508
|
<tr>
|
524
509
|
<td><p><span class="term"><em class="parameter"><code>orig</code></em> :</span></p></td>
|
525
|
-
<td>
|
510
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a>
|
526
511
|
</td>
|
527
512
|
</tr>
|
528
513
|
<tr>
|
529
514
|
<td><p><span class="term"><em class="parameter"><code>split_index</code></em> :</span></p></td>
|
530
|
-
<td>
|
515
|
+
<td>byte index of position to split item, relative to the start of the item
|
531
516
|
</td>
|
532
517
|
</tr>
|
533
518
|
<tr>
|
534
519
|
<td><p><span class="term"><em class="parameter"><code>split_offset</code></em> :</span></p></td>
|
535
|
-
<td>
|
520
|
+
<td>number of chars between start of <em class="parameter"><code>orig</code></em> and <em class="parameter"><code>split_index</code></em>
|
536
521
|
</td>
|
537
522
|
</tr>
|
538
523
|
<tr>
|
@@ -545,24 +530,25 @@ length of the split items itself.</p>
|
|
545
530
|
</table></div>
|
546
531
|
</div>
|
547
532
|
<hr>
|
548
|
-
<div class="refsect2"
|
533
|
+
<div class="refsect2">
|
549
534
|
<a name="pango-reorder-items"></a><h3>pango_reorder_items ()</h3>
|
550
|
-
<pre class="programlisting"><
|
535
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> * pango_reorder_items (<em class="parameter"><code><span class="type">GList</span> *logical_items</code></em>);</pre>
|
551
536
|
<p>
|
552
537
|
From a list of items in logical order and the associated
|
553
538
|
directional levels, produce a list in visual order.
|
554
|
-
The original list is unmodified
|
539
|
+
The original list is unmodified.
|
540
|
+
</p>
|
555
541
|
<div class="variablelist"><table border="0">
|
556
542
|
<col align="left" valign="top">
|
557
543
|
<tbody>
|
558
544
|
<tr>
|
559
545
|
<td><p><span class="term"><em class="parameter"><code>logical_items</code></em> :</span></p></td>
|
560
|
-
<td>
|
546
|
+
<td>a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> in logical order.
|
561
547
|
</td>
|
562
548
|
</tr>
|
563
549
|
<tr>
|
564
550
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
565
|
-
<td> a <
|
551
|
+
<td> a <span class="type">GList</span> of <a class="link" href="pango-Text-Processing.html#PangoItem" title="struct PangoItem"><span class="type">PangoItem</span></a> structures in visual order.
|
566
552
|
|
567
553
|
(Please open a bug if you use this function.
|
568
554
|
It is not a particularly convenient interface, and the code
|
@@ -573,9 +559,9 @@ The original list is unmodified.</p>
|
|
573
559
|
</table></div>
|
574
560
|
</div>
|
575
561
|
<hr>
|
576
|
-
<div class="refsect2"
|
562
|
+
<div class="refsect2">
|
577
563
|
<a name="pango-context-new"></a><h3>pango_context_new ()</h3>
|
578
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_context_new (void);</pre>
|
564
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_context_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
579
565
|
<p>
|
580
566
|
Creates a new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> initialized to default values.
|
581
567
|
</p>
|
@@ -589,55 +575,58 @@ together and hence users are recommended to use that.
|
|
589
575
|
If you are using Pango as part of a higher-level system,
|
590
576
|
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>.
|
591
577
|
For instance, the GTK+ toolkit has, among others,
|
592
|
-
<
|
593
|
-
<
|
578
|
+
<code class="function">gdk_pango_context_get_for_screen()</code>, and
|
579
|
+
<code class="function">gtk_widget_get_pango_context()</code>. Use those instead.
|
580
|
+
</p>
|
594
581
|
<div class="variablelist"><table border="0">
|
595
582
|
<col align="left" valign="top">
|
596
583
|
<tbody><tr>
|
597
584
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
598
585
|
<td> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, which should
|
599
|
-
be freed with <
|
586
|
+
be freed with <code class="function">g_object_unref()</code>.
|
600
587
|
</td>
|
601
588
|
</tr></tbody>
|
602
589
|
</table></div>
|
603
590
|
</div>
|
604
591
|
<hr>
|
605
|
-
<div class="refsect2"
|
592
|
+
<div class="refsect2">
|
606
593
|
<a name="pango-context-set-font-map"></a><h3>pango_context_set_font_map ()</h3>
|
607
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_font_map (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
608
|
-
<a class="link" href="pango-Fonts.html#PangoFontMap"><span class="
|
594
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_font_map (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
595
|
+
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *font_map</code></em>);</pre>
|
609
596
|
<p>
|
610
597
|
Sets the font map to be searched when fonts are looked-up in this context.
|
611
598
|
This is only for internal use by Pango backends, a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> obtained
|
612
|
-
via one of the recommended methods should already have a suitable font map
|
599
|
+
via one of the recommended methods should already have a suitable font map.
|
600
|
+
</p>
|
613
601
|
<div class="variablelist"><table border="0">
|
614
602
|
<col align="left" valign="top">
|
615
603
|
<tbody>
|
616
604
|
<tr>
|
617
605
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
618
|
-
<td>
|
606
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
619
607
|
</td>
|
620
608
|
</tr>
|
621
609
|
<tr>
|
622
610
|
<td><p><span class="term"><em class="parameter"><code>font_map</code></em> :</span></p></td>
|
623
|
-
<td>
|
611
|
+
<td>the <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> to set.
|
624
612
|
</td>
|
625
613
|
</tr>
|
626
614
|
</tbody>
|
627
615
|
</table></div>
|
628
616
|
</div>
|
629
617
|
<hr>
|
630
|
-
<div class="refsect2"
|
618
|
+
<div class="refsect2">
|
631
619
|
<a name="pango-context-get-font-map"></a><h3>pango_context_get_font_map ()</h3>
|
632
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_context_get_font_map (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
620
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_context_get_font_map (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
633
621
|
<p>
|
634
|
-
Gets the <span class="type">PangoFontmap</span> used to look up fonts for this context
|
622
|
+
Gets the <span class="type">PangoFontmap</span> used to look up fonts for this context.
|
623
|
+
</p>
|
635
624
|
<div class="variablelist"><table border="0">
|
636
625
|
<col align="left" valign="top">
|
637
626
|
<tbody>
|
638
627
|
<tr>
|
639
628
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
640
|
-
<td>
|
629
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
641
630
|
</td>
|
642
631
|
</tr>
|
643
632
|
<tr>
|
@@ -652,18 +641,19 @@ Gets the <span class="type">PangoFontmap</span> used to look up fonts for this c
|
|
652
641
|
<p class="since">Since 1.6</p>
|
653
642
|
</div>
|
654
643
|
<hr>
|
655
|
-
<div class="refsect2"
|
644
|
+
<div class="refsect2">
|
656
645
|
<a name="pango-context-get-font-description"></a><h3>pango_context_get_font_description ()</h3>
|
657
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
|
658
|
-
(<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
646
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * pango_context_get_font_description
|
647
|
+
(<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
659
648
|
<p>
|
660
|
-
Retrieve the default font description for the context
|
649
|
+
Retrieve the default font description for the context.
|
650
|
+
</p>
|
661
651
|
<div class="variablelist"><table border="0">
|
662
652
|
<col align="left" valign="top">
|
663
653
|
<tbody>
|
664
654
|
<tr>
|
665
655
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
666
|
-
<td>
|
656
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
667
657
|
</td>
|
668
658
|
</tr>
|
669
659
|
<tr>
|
@@ -676,40 +666,42 @@ Retrieve the default font description for the context.</p>
|
|
676
666
|
</table></div>
|
677
667
|
</div>
|
678
668
|
<hr>
|
679
|
-
<div class="refsect2"
|
669
|
+
<div class="refsect2">
|
680
670
|
<a name="pango-context-set-font-description"></a><h3>pango_context_set_font_description ()</h3>
|
681
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_font_description (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
682
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
671
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_font_description (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
672
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
683
673
|
<p>
|
684
|
-
Set the default font description for the context
|
674
|
+
Set the default font description for the context
|
675
|
+
</p>
|
685
676
|
<div class="variablelist"><table border="0">
|
686
677
|
<col align="left" valign="top">
|
687
678
|
<tbody>
|
688
679
|
<tr>
|
689
680
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
690
|
-
<td>
|
681
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
691
682
|
</td>
|
692
683
|
</tr>
|
693
684
|
<tr>
|
694
685
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
695
|
-
<td>
|
686
|
+
<td>the new pango font description
|
696
687
|
</td>
|
697
688
|
</tr>
|
698
689
|
</tbody>
|
699
690
|
</table></div>
|
700
691
|
</div>
|
701
692
|
<hr>
|
702
|
-
<div class="refsect2"
|
693
|
+
<div class="refsect2">
|
703
694
|
<a name="pango-context-get-language"></a><h3>pango_context_get_language ()</h3>
|
704
|
-
<pre class="programlisting"><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * pango_context_get_language (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
695
|
+
<pre class="programlisting"><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * pango_context_get_language (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
705
696
|
<p>
|
706
|
-
Retrieves the global language tag for the context
|
697
|
+
Retrieves the global language tag for the context.
|
698
|
+
</p>
|
707
699
|
<div class="variablelist"><table border="0">
|
708
700
|
<col align="left" valign="top">
|
709
701
|
<tbody>
|
710
702
|
<tr>
|
711
703
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
712
|
-
<td>
|
704
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
713
705
|
</td>
|
714
706
|
</tr>
|
715
707
|
<tr>
|
@@ -721,43 +713,45 @@ Retrieves the global language tag for the context.</p>
|
|
721
713
|
</table></div>
|
722
714
|
</div>
|
723
715
|
<hr>
|
724
|
-
<div class="refsect2"
|
716
|
+
<div class="refsect2">
|
725
717
|
<a name="pango-context-set-language"></a><h3>pango_context_set_language ()</h3>
|
726
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_language (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
727
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
718
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_language (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
719
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);</pre>
|
728
720
|
<p>
|
729
721
|
Sets the global language tag for the context. The default language
|
730
722
|
for the locale of the running process can be found using
|
731
|
-
<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
|
723
|
+
<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>.
|
724
|
+
</p>
|
732
725
|
<div class="variablelist"><table border="0">
|
733
726
|
<col align="left" valign="top">
|
734
727
|
<tbody>
|
735
728
|
<tr>
|
736
729
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
737
|
-
<td>
|
730
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
738
731
|
</td>
|
739
732
|
</tr>
|
740
733
|
<tr>
|
741
734
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
742
|
-
<td>
|
735
|
+
<td>the new language tag.
|
743
736
|
</td>
|
744
737
|
</tr>
|
745
738
|
</tbody>
|
746
739
|
</table></div>
|
747
740
|
</div>
|
748
741
|
<hr>
|
749
|
-
<div class="refsect2"
|
742
|
+
<div class="refsect2">
|
750
743
|
<a name="pango-context-get-base-dir"></a><h3>pango_context_get_base_dir ()</h3>
|
751
|
-
<pre class="programlisting"><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="returnvalue">PangoDirection</span></a> pango_context_get_base_dir (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
744
|
+
<pre class="programlisting"><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="returnvalue">PangoDirection</span></a> pango_context_get_base_dir (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
752
745
|
<p>
|
753
746
|
Retrieves the base direction for the context. See
|
754
|
-
<a class="link" href="pango-Text-Processing.html#pango-context-set-base-dir" title="pango_context_set_base_dir ()"><code class="function">pango_context_set_base_dir()</code></a
|
747
|
+
<a class="link" href="pango-Text-Processing.html#pango-context-set-base-dir" title="pango_context_set_base_dir ()"><code class="function">pango_context_set_base_dir()</code></a>.
|
748
|
+
</p>
|
755
749
|
<div class="variablelist"><table border="0">
|
756
750
|
<col align="left" valign="top">
|
757
751
|
<tbody>
|
758
752
|
<tr>
|
759
753
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
760
|
-
<td>
|
754
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
761
755
|
</td>
|
762
756
|
</tr>
|
763
757
|
<tr>
|
@@ -769,10 +763,10 @@ Retrieves the base direction for the context. See
|
|
769
763
|
</table></div>
|
770
764
|
</div>
|
771
765
|
<hr>
|
772
|
-
<div class="refsect2"
|
766
|
+
<div class="refsect2">
|
773
767
|
<a name="pango-context-set-base-dir"></a><h3>pango_context_set_base_dir ()</h3>
|
774
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_base_dir (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
775
|
-
<a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="
|
768
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_base_dir (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
769
|
+
<em class="parameter"><code><a class="link" href="pango-Bidirectional-Text.html#PangoDirection" title="enum PangoDirection"><span class="type">PangoDirection</span></a> direction</code></em>);</pre>
|
776
770
|
<p>
|
777
771
|
Sets the base direction for the context.
|
778
772
|
</p>
|
@@ -782,36 +776,38 @@ algorithm; if the <em class="parameter"><code>direction</code></em> is <a class=
|
|
782
776
|
<a class="link" href="pango-Bidirectional-Text.html#PANGO-DIRECTION-RTL:CAPS"><code class="literal">PANGO_DIRECTION_RTL</code></a>, then the value will be used as the paragraph
|
783
777
|
direction in the Unicode bidirectional algorithm. A value of
|
784
778
|
<a class="link" href="pango-Bidirectional-Text.html#PANGO-DIRECTION-WEAK-LTR:CAPS"><code class="literal">PANGO_DIRECTION_WEAK_LTR</code></a> or <a class="link" href="pango-Bidirectional-Text.html#PANGO-DIRECTION-WEAK-RTL:CAPS"><code class="literal">PANGO_DIRECTION_WEAK_RTL</code></a> is used only
|
785
|
-
for paragraphs that do not contain any strong characters themselves
|
779
|
+
for paragraphs that do not contain any strong characters themselves.
|
780
|
+
</p>
|
786
781
|
<div class="variablelist"><table border="0">
|
787
782
|
<col align="left" valign="top">
|
788
783
|
<tbody>
|
789
784
|
<tr>
|
790
785
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
791
|
-
<td>
|
786
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
792
787
|
</td>
|
793
788
|
</tr>
|
794
789
|
<tr>
|
795
790
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
796
|
-
<td>
|
791
|
+
<td>the new base direction
|
797
792
|
</td>
|
798
793
|
</tr>
|
799
794
|
</tbody>
|
800
795
|
</table></div>
|
801
796
|
</div>
|
802
797
|
<hr>
|
803
|
-
<div class="refsect2"
|
798
|
+
<div class="refsect2">
|
804
799
|
<a name="pango-context-get-base-gravity"></a><h3>pango_context_get_base_gravity ()</h3>
|
805
|
-
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_context_get_base_gravity (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
800
|
+
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_context_get_base_gravity (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
806
801
|
<p>
|
807
802
|
Retrieves the base gravity for the context. See
|
808
|
-
<a class="link" href="pango-Text-Processing.html#pango-context-set-base-gravity" title="pango_context_set_base_gravity ()"><code class="function">pango_context_set_base_gravity()</code></a
|
803
|
+
<a class="link" href="pango-Text-Processing.html#pango-context-set-base-gravity" title="pango_context_set_base_gravity ()"><code class="function">pango_context_set_base_gravity()</code></a>.
|
804
|
+
</p>
|
809
805
|
<div class="variablelist"><table border="0">
|
810
806
|
<col align="left" valign="top">
|
811
807
|
<tbody>
|
812
808
|
<tr>
|
813
809
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
814
|
-
<td>
|
810
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
815
811
|
</td>
|
816
812
|
</tr>
|
817
813
|
<tr>
|
@@ -825,26 +821,27 @@ Retrieves the base gravity for the context. See
|
|
825
821
|
<p class="since">Since 1.16</p>
|
826
822
|
</div>
|
827
823
|
<hr>
|
828
|
-
<div class="refsect2"
|
824
|
+
<div class="refsect2">
|
829
825
|
<a name="pango-context-set-base-gravity"></a><h3>pango_context_set_base_gravity ()</h3>
|
830
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_base_gravity (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
831
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="
|
826
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_base_gravity (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
827
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a> gravity</code></em>);</pre>
|
832
828
|
<p>
|
833
829
|
Sets the base gravity for the context.
|
834
830
|
</p>
|
835
831
|
<p>
|
836
|
-
The base gravity is used in laying vertical text out
|
832
|
+
The base gravity is used in laying vertical text out.
|
833
|
+
</p>
|
837
834
|
<div class="variablelist"><table border="0">
|
838
835
|
<col align="left" valign="top">
|
839
836
|
<tbody>
|
840
837
|
<tr>
|
841
838
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
842
|
-
<td>
|
839
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
843
840
|
</td>
|
844
841
|
</tr>
|
845
842
|
<tr>
|
846
843
|
<td><p><span class="term"><em class="parameter"><code>gravity</code></em> :</span></p></td>
|
847
|
-
<td>
|
844
|
+
<td>the new base gravity
|
848
845
|
</td>
|
849
846
|
</tr>
|
850
847
|
</tbody>
|
@@ -852,20 +849,21 @@ The base gravity is used in laying vertical text out.</p>
|
|
852
849
|
<p class="since">Since 1.16</p>
|
853
850
|
</div>
|
854
851
|
<hr>
|
855
|
-
<div class="refsect2"
|
852
|
+
<div class="refsect2">
|
856
853
|
<a name="pango-context-get-gravity"></a><h3>pango_context_get_gravity ()</h3>
|
857
|
-
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_context_get_gravity (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
854
|
+
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="returnvalue">PangoGravity</span></a> pango_context_get_gravity (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
858
855
|
<p>
|
859
856
|
Retrieves the gravity for the context. This is similar to
|
860
857
|
<a class="link" href="pango-Text-Processing.html#pango-context-get-base-gravity" title="pango_context_get_base_gravity ()"><code class="function">pango_context_get_base_gravity()</code></a>, except for when the base gravity
|
861
858
|
is <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-AUTO:CAPS"><code class="literal">PANGO_GRAVITY_AUTO</code></a> for which <a class="link" href="pango-Vertical-Text.html#pango-gravity-get-for-matrix" title="pango_gravity_get_for_matrix ()"><code class="function">pango_gravity_get_for_matrix()</code></a> is used
|
862
|
-
to return the gravity from the current context matrix
|
859
|
+
to return the gravity from the current context matrix.
|
860
|
+
</p>
|
863
861
|
<div class="variablelist"><table border="0">
|
864
862
|
<col align="left" valign="top">
|
865
863
|
<tbody>
|
866
864
|
<tr>
|
867
865
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
868
|
-
<td>
|
866
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
869
867
|
</td>
|
870
868
|
</tr>
|
871
869
|
<tr>
|
@@ -879,18 +877,19 @@ to return the gravity from the current context matrix.</p>
|
|
879
877
|
<p class="since">Since 1.16</p>
|
880
878
|
</div>
|
881
879
|
<hr>
|
882
|
-
<div class="refsect2"
|
880
|
+
<div class="refsect2">
|
883
881
|
<a name="pango-context-get-gravity-hint"></a><h3>pango_context_get_gravity_hint ()</h3>
|
884
|
-
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="returnvalue">PangoGravityHint</span></a> pango_context_get_gravity_hint (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
882
|
+
<pre class="programlisting"><a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="returnvalue">PangoGravityHint</span></a> pango_context_get_gravity_hint (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
885
883
|
<p>
|
886
884
|
Retrieves the gravity hint for the context. See
|
887
|
-
<a class="link" href="pango-Text-Processing.html#pango-context-set-gravity-hint" title="pango_context_set_gravity_hint ()"><code class="function">pango_context_set_gravity_hint()</code></a> for details
|
885
|
+
<a class="link" href="pango-Text-Processing.html#pango-context-set-gravity-hint" title="pango_context_set_gravity_hint ()"><code class="function">pango_context_set_gravity_hint()</code></a> for details.
|
886
|
+
</p>
|
888
887
|
<div class="variablelist"><table border="0">
|
889
888
|
<col align="left" valign="top">
|
890
889
|
<tbody>
|
891
890
|
<tr>
|
892
891
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
893
|
-
<td>
|
892
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
894
893
|
</td>
|
895
894
|
</tr>
|
896
895
|
<tr>
|
@@ -904,28 +903,29 @@ Retrieves the gravity hint for the context. See
|
|
904
903
|
<p class="since">Since 1.16</p>
|
905
904
|
</div>
|
906
905
|
<hr>
|
907
|
-
<div class="refsect2"
|
906
|
+
<div class="refsect2">
|
908
907
|
<a name="pango-context-set-gravity-hint"></a><h3>pango_context_set_gravity_hint ()</h3>
|
909
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_gravity_hint (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
910
|
-
<a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="
|
908
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_gravity_hint (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
909
|
+
<em class="parameter"><code><a class="link" href="pango-Vertical-Text.html#PangoGravityHint" title="enum PangoGravityHint"><span class="type">PangoGravityHint</span></a> hint</code></em>);</pre>
|
911
910
|
<p>
|
912
911
|
Sets the gravity hint for the context.
|
913
912
|
</p>
|
914
913
|
<p>
|
915
914
|
The gravity hint is used in laying vertical text out, and is only relevant
|
916
915
|
if gravity of the context as returned by <a class="link" href="pango-Text-Processing.html#pango-context-get-gravity" title="pango_context_get_gravity ()"><code class="function">pango_context_get_gravity()</code></a>
|
917
|
-
is set <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><code class="literal">PANGO_GRAVITY_EAST</code></a> or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code class="literal">PANGO_GRAVITY_WEST</code></a
|
916
|
+
is set <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><code class="literal">PANGO_GRAVITY_EAST</code></a> or <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-WEST:CAPS"><code class="literal">PANGO_GRAVITY_WEST</code></a>.
|
917
|
+
</p>
|
918
918
|
<div class="variablelist"><table border="0">
|
919
919
|
<col align="left" valign="top">
|
920
920
|
<tbody>
|
921
921
|
<tr>
|
922
922
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
923
|
-
<td>
|
923
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
924
924
|
</td>
|
925
925
|
</tr>
|
926
926
|
<tr>
|
927
927
|
<td><p><span class="term"><em class="parameter"><code>hint</code></em> :</span></p></td>
|
928
|
-
<td>
|
928
|
+
<td>the new gravity hint
|
929
929
|
</td>
|
930
930
|
</tr>
|
931
931
|
</tbody>
|
@@ -933,23 +933,24 @@ is set <a class="link" href="pango-Vertical-Text.html#PANGO-GRAVITY-EAST:CAPS"><
|
|
933
933
|
<p class="since">Since 1.16</p>
|
934
934
|
</div>
|
935
935
|
<hr>
|
936
|
-
<div class="refsect2"
|
936
|
+
<div class="refsect2">
|
937
937
|
<a name="pango-context-get-matrix"></a><h3>pango_context_get_matrix ()</h3>
|
938
|
-
<pre class="programlisting">const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * pango_context_get_matrix (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
938
|
+
<pre class="programlisting">const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * pango_context_get_matrix (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>);</pre>
|
939
939
|
<p>
|
940
940
|
Gets the transformation matrix that will be applied when
|
941
|
-
rendering with this context. See <a class="link" href="pango-Text-Processing.html#pango-context-set-matrix" title="pango_context_set_matrix ()"><code class="function">pango_context_set_matrix()</code></a
|
941
|
+
rendering with this context. See <a class="link" href="pango-Text-Processing.html#pango-context-set-matrix" title="pango_context_set_matrix ()"><code class="function">pango_context_set_matrix()</code></a>.
|
942
|
+
</p>
|
942
943
|
<div class="variablelist"><table border="0">
|
943
944
|
<col align="left" valign="top">
|
944
945
|
<tbody>
|
945
946
|
<tr>
|
946
947
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
947
|
-
<td>
|
948
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
948
949
|
</td>
|
949
950
|
</tr>
|
950
951
|
<tr>
|
951
952
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
952
|
-
<td> the matrix, or <a href="/usr/share/gtk-doc/html/
|
953
|
+
<td> the matrix, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no matrix has been set
|
953
954
|
(which is the same as the identity matrix). The returned
|
954
955
|
matrix is owned by Pango and must not be modified or
|
955
956
|
freed.
|
@@ -961,28 +962,29 @@ rendering with this context. See <a class="link" href="pango-Text-Processing.htm
|
|
961
962
|
<p class="since">Since 1.6</p>
|
962
963
|
</div>
|
963
964
|
<hr>
|
964
|
-
<div class="refsect2"
|
965
|
+
<div class="refsect2">
|
965
966
|
<a name="pango-context-set-matrix"></a><h3>pango_context_set_matrix ()</h3>
|
966
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_matrix (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
967
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="
|
967
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_set_matrix (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
968
|
+
<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>);</pre>
|
968
969
|
<p>
|
969
970
|
Sets the transformation matrix that will be applied when rendering
|
970
971
|
with this context. Note that reported metrics are in the user space
|
971
972
|
coordinates before the application of the matrix, not device-space
|
972
973
|
coordinates after the application of the matrix. So, they don't scale
|
973
974
|
with the matrix, though they may change slightly for different
|
974
|
-
matrices, depending on how the text is fit to the pixel grid
|
975
|
+
matrices, depending on how the text is fit to the pixel grid.
|
976
|
+
</p>
|
975
977
|
<div class="variablelist"><table border="0">
|
976
978
|
<col align="left" valign="top">
|
977
979
|
<tbody>
|
978
980
|
<tr>
|
979
981
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
980
|
-
<td>
|
982
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
981
983
|
</td>
|
982
984
|
</tr>
|
983
985
|
<tr>
|
984
986
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
985
|
-
<td>
|
987
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to unset any existing matrix.
|
986
988
|
(No matrix set is the same as setting the identity matrix.)
|
987
989
|
</td>
|
988
990
|
</tr>
|
@@ -991,75 +993,77 @@ matrices, depending on how the text is fit to the pixel grid.</p>
|
|
991
993
|
<p class="since">Since 1.6</p>
|
992
994
|
</div>
|
993
995
|
<hr>
|
994
|
-
<div class="refsect2"
|
996
|
+
<div class="refsect2">
|
995
997
|
<a name="pango-context-load-font"></a><h3>pango_context_load_font ()</h3>
|
996
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> * pango_context_load_font (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
997
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
998
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFont"><span class="returnvalue">PangoFont</span></a> * pango_context_load_font (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
999
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>);</pre>
|
998
1000
|
<p>
|
999
1001
|
Loads the font in one of the fontmaps in the context
|
1000
|
-
that is the closest match for <em class="parameter"><code>desc</code></em
|
1002
|
+
that is the closest match for <em class="parameter"><code>desc</code></em>.
|
1003
|
+
</p>
|
1001
1004
|
<div class="variablelist"><table border="0">
|
1002
1005
|
<col align="left" valign="top">
|
1003
1006
|
<tbody>
|
1004
1007
|
<tr>
|
1005
1008
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1006
|
-
<td>
|
1009
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
1007
1010
|
</td>
|
1008
1011
|
</tr>
|
1009
1012
|
<tr>
|
1010
1013
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
1011
|
-
<td>
|
1014
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> describing the font to load
|
1012
1015
|
</td>
|
1013
1016
|
</tr>
|
1014
1017
|
<tr>
|
1015
1018
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1016
|
-
<td> the font loaded, or <a href="/usr/share/gtk-doc/html/
|
1019
|
+
<td> the font loaded, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no font matched.
|
1017
1020
|
</td>
|
1018
1021
|
</tr>
|
1019
1022
|
</tbody>
|
1020
1023
|
</table></div>
|
1021
1024
|
</div>
|
1022
1025
|
<hr>
|
1023
|
-
<div class="refsect2"
|
1026
|
+
<div class="refsect2">
|
1024
1027
|
<a name="pango-context-load-fontset"></a><h3>pango_context_load_fontset ()</h3>
|
1025
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontset"><span class="returnvalue">PangoFontset</span></a> * pango_context_load_fontset (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
1026
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
1027
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
1028
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontset"><span class="returnvalue">PangoFontset</span></a> * pango_context_load_fontset (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
1029
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
1030
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);</pre>
|
1028
1031
|
<p>
|
1029
1032
|
Load a set of fonts in the context that can be used to render
|
1030
|
-
a font matching <em class="parameter"><code>desc</code></em
|
1033
|
+
a font matching <em class="parameter"><code>desc</code></em>.
|
1034
|
+
</p>
|
1031
1035
|
<div class="variablelist"><table border="0">
|
1032
1036
|
<col align="left" valign="top">
|
1033
1037
|
<tbody>
|
1034
1038
|
<tr>
|
1035
1039
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1036
|
-
<td>
|
1040
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
1037
1041
|
</td>
|
1038
1042
|
</tr>
|
1039
1043
|
<tr>
|
1040
1044
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
1041
|
-
<td>
|
1045
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> describing the fonts to load
|
1042
1046
|
</td>
|
1043
1047
|
</tr>
|
1044
1048
|
<tr>
|
1045
1049
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
1046
|
-
<td>
|
1050
|
+
<td>a <a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> the fonts will be used for
|
1047
1051
|
</td>
|
1048
1052
|
</tr>
|
1049
1053
|
<tr>
|
1050
1054
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1051
|
-
<td> the fontset, or <a href="/usr/share/gtk-doc/html/
|
1055
|
+
<td> the fontset, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if no font matched.
|
1052
1056
|
</td>
|
1053
1057
|
</tr>
|
1054
1058
|
</tbody>
|
1055
1059
|
</table></div>
|
1056
1060
|
</div>
|
1057
1061
|
<hr>
|
1058
|
-
<div class="refsect2"
|
1062
|
+
<div class="refsect2">
|
1059
1063
|
<a name="pango-context-get-metrics"></a><h3>pango_context_get_metrics ()</h3>
|
1060
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMetrics" title="PangoFontMetrics"><span class="returnvalue">PangoFontMetrics</span></a> * pango_context_get_metrics (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
1061
|
-
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="
|
1062
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
1064
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMetrics" title="struct PangoFontMetrics"><span class="returnvalue">PangoFontMetrics</span></a> * pango_context_get_metrics (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
1065
|
+
<em class="parameter"><code>const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
1066
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);</pre>
|
1063
1067
|
<p>
|
1064
1068
|
Get overall metric information for a particular font
|
1065
1069
|
description. Since the metrics may be substantially different for
|
@@ -1073,25 +1077,26 @@ by <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_
|
|
1073
1077
|
list of figures. If characters from multiple of these families
|
1074
1078
|
would be used to render the string, then the returned fonts would
|
1075
1079
|
be a composite of the metrics for the fonts loaded for the
|
1076
|
-
individual families
|
1080
|
+
individual families.
|
1081
|
+
</p>
|
1077
1082
|
<div class="variablelist"><table border="0">
|
1078
1083
|
<col align="left" valign="top">
|
1079
1084
|
<tbody>
|
1080
1085
|
<tr>
|
1081
1086
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1082
|
-
<td>
|
1087
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
1083
1088
|
</td>
|
1084
1089
|
</tr>
|
1085
1090
|
<tr>
|
1086
1091
|
<td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
|
1087
|
-
<td>
|
1092
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> structure. <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> means that the font
|
1088
1093
|
description from the context will be used.
|
1089
1094
|
</td>
|
1090
1095
|
</tr>
|
1091
1096
|
<tr>
|
1092
1097
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
1093
|
-
<td>
|
1094
|
-
for. <a href="/usr/share/gtk-doc/html/
|
1098
|
+
<td>language tag used to determine which script to get the metrics
|
1099
|
+
for. <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> means that the language tag from the context will
|
1095
1100
|
be used. If no language tag is set on the context, metrics
|
1096
1101
|
for the default language (as determined by
|
1097
1102
|
<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>) will be returned.
|
@@ -1099,7 +1104,7 @@ individual families.</p>
|
|
1099
1104
|
</tr>
|
1100
1105
|
<tr>
|
1101
1106
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1102
|
-
<td> a <a class="link" href="pango-Fonts.html#PangoFontMetrics" title="PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> object. The caller must call <a class="link" href="pango-Fonts.html#pango-font-metrics-unref" title="pango_font_metrics_unref ()"><code class="function">pango_font_metrics_unref()</code></a>
|
1107
|
+
<td> a <a class="link" href="pango-Fonts.html#PangoFontMetrics" title="struct PangoFontMetrics"><span class="type">PangoFontMetrics</span></a> object. The caller must call <a class="link" href="pango-Fonts.html#pango-font-metrics-unref" title="pango_font_metrics_unref ()"><code class="function">pango_font_metrics_unref()</code></a>
|
1103
1108
|
when finished using the object.
|
1104
1109
|
</td>
|
1105
1110
|
</tr>
|
@@ -1107,87 +1112,90 @@ individual families.</p>
|
|
1107
1112
|
</table></div>
|
1108
1113
|
</div>
|
1109
1114
|
<hr>
|
1110
|
-
<div class="refsect2"
|
1115
|
+
<div class="refsect2">
|
1111
1116
|
<a name="pango-context-list-families"></a><h3>pango_context_list_families ()</h3>
|
1112
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_list_families (<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="
|
1113
|
-
<a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="
|
1114
|
-
<span class="
|
1117
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_context_list_families (<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> *context</code></em>,
|
1118
|
+
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> ***families</code></em>,
|
1119
|
+
<em class="parameter"><code><span class="type">int</span> *n_families</code></em>);</pre>
|
1115
1120
|
<p>
|
1116
|
-
List all families for a context
|
1121
|
+
List all families for a context.
|
1122
|
+
</p>
|
1117
1123
|
<div class="variablelist"><table border="0">
|
1118
1124
|
<col align="left" valign="top">
|
1119
1125
|
<tbody>
|
1120
1126
|
<tr>
|
1121
1127
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1122
|
-
<td>
|
1128
|
+
<td>a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
|
1123
1129
|
</td>
|
1124
1130
|
</tr>
|
1125
1131
|
<tr>
|
1126
1132
|
<td><p><span class="term"><em class="parameter"><code>families</code></em> :</span></p></td>
|
1127
|
-
<td>
|
1128
|
-
This array should be freed with <
|
1133
|
+
<td>location to store a pointer to an array of <a class="link" href="pango-Fonts.html#PangoFontFamily"><span class="type">PangoFontFamily</span></a> *.
|
1134
|
+
This array should be freed with <code class="function">g_free()</code>.
|
1129
1135
|
</td>
|
1130
1136
|
</tr>
|
1131
1137
|
<tr>
|
1132
1138
|
<td><p><span class="term"><em class="parameter"><code>n_families</code></em> :</span></p></td>
|
1133
|
-
<td>
|
1139
|
+
<td>location to store the number of elements in <em class="parameter"><code>descs</code></em>
|
1134
1140
|
</td>
|
1135
1141
|
</tr>
|
1136
1142
|
</tbody>
|
1137
1143
|
</table></div>
|
1138
1144
|
</div>
|
1139
1145
|
<hr>
|
1140
|
-
<div class="refsect2"
|
1146
|
+
<div class="refsect2">
|
1141
1147
|
<a name="pango-break"></a><h3>pango_break ()</h3>
|
1142
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_break (
|
1143
|
-
<span class="
|
1144
|
-
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="
|
1145
|
-
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="
|
1146
|
-
<span class="
|
1148
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_break (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1149
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1150
|
+
<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>,
|
1151
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
1152
|
+
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);</pre>
|
1147
1153
|
<p>
|
1148
1154
|
Determines possible line, word, and character breaks
|
1149
1155
|
for a string of Unicode text with a single analysis. For most
|
1150
|
-
purposes you may want to 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
|
1156
|
+
purposes you may want to 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>.
|
1157
|
+
</p>
|
1151
1158
|
<div class="variablelist"><table border="0">
|
1152
1159
|
<col align="left" valign="top">
|
1153
1160
|
<tbody>
|
1154
1161
|
<tr>
|
1155
1162
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
1156
|
-
<td>
|
1163
|
+
<td>the text to process
|
1157
1164
|
</td>
|
1158
1165
|
</tr>
|
1159
1166
|
<tr>
|
1160
1167
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1161
|
-
<td>
|
1168
|
+
<td>length of <em class="parameter"><code>text</code></em> in bytes (may be -1 if <em class="parameter"><code>text</code></em> is nul-terminated)
|
1162
1169
|
</td>
|
1163
1170
|
</tr>
|
1164
1171
|
<tr>
|
1165
1172
|
<td><p><span class="term"><em class="parameter"><code>analysis</code></em> :</span></p></td>
|
1166
|
-
<td>
|
1173
|
+
<td>
|
1174
|
+
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> structure from <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>
|
1167
1175
|
</td>
|
1168
1176
|
</tr>
|
1169
1177
|
<tr>
|
1170
1178
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
1171
|
-
<td>
|
1179
|
+
<td>an array to store character information in
|
1172
1180
|
</td>
|
1173
1181
|
</tr>
|
1174
1182
|
<tr>
|
1175
1183
|
<td><p><span class="term"><em class="parameter"><code>attrs_len</code></em> :</span></p></td>
|
1176
|
-
<td>
|
1184
|
+
<td>size of the array passed as <em class="parameter"><code>attrs</code></em>
|
1177
1185
|
</td>
|
1178
1186
|
</tr>
|
1179
1187
|
</tbody>
|
1180
1188
|
</table></div>
|
1181
1189
|
</div>
|
1182
1190
|
<hr>
|
1183
|
-
<div class="refsect2"
|
1191
|
+
<div class="refsect2">
|
1184
1192
|
<a name="pango-get-log-attrs"></a><h3>pango_get_log_attrs ()</h3>
|
1185
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_get_log_attrs (const <span class="
|
1186
|
-
<span class="
|
1187
|
-
<span class="
|
1188
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
1189
|
-
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="
|
1190
|
-
<span class="
|
1193
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_get_log_attrs (<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
|
1194
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1195
|
+
<em class="parameter"><code><span class="type">int</span> level</code></em>,
|
1196
|
+
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>,
|
1197
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *log_attrs</code></em>,
|
1198
|
+
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);</pre>
|
1191
1199
|
<p>
|
1192
1200
|
Computes a <a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> for each character in <em class="parameter"><code>text</code></em>. The <em class="parameter"><code>log_attrs</code></em>
|
1193
1201
|
array must have one <a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> for each position in <em class="parameter"><code>text</code></em>; if
|
@@ -1195,50 +1203,51 @@ array must have one <a class="link" href="pango-Text-Processing.html#PangoLogAtt
|
|
1195
1203
|
last position at the end of the text. <em class="parameter"><code>text</code></em> should be an entire
|
1196
1204
|
paragraph; logical attributes can't be computed without context
|
1197
1205
|
(for example you need to see spaces on either side of a word to know
|
1198
|
-
the word is a word)
|
1206
|
+
the word is a word).
|
1207
|
+
</p>
|
1199
1208
|
<div class="variablelist"><table border="0">
|
1200
1209
|
<col align="left" valign="top">
|
1201
1210
|
<tbody>
|
1202
1211
|
<tr>
|
1203
1212
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
1204
|
-
<td>
|
1213
|
+
<td>text to process
|
1205
1214
|
</td>
|
1206
1215
|
</tr>
|
1207
1216
|
<tr>
|
1208
1217
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1209
|
-
<td>
|
1218
|
+
<td>length in bytes of <em class="parameter"><code>text</code></em>
|
1210
1219
|
</td>
|
1211
1220
|
</tr>
|
1212
1221
|
<tr>
|
1213
1222
|
<td><p><span class="term"><em class="parameter"><code>level</code></em> :</span></p></td>
|
1214
|
-
<td>
|
1223
|
+
<td>embedding level, or -1 if unknown
|
1215
1224
|
</td>
|
1216
1225
|
</tr>
|
1217
1226
|
<tr>
|
1218
1227
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
1219
|
-
<td>
|
1228
|
+
<td>language tag
|
1220
1229
|
</td>
|
1221
1230
|
</tr>
|
1222
1231
|
<tr>
|
1223
1232
|
<td><p><span class="term"><em class="parameter"><code>log_attrs</code></em> :</span></p></td>
|
1224
|
-
<td>
|
1233
|
+
<td>array with one <a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> per character in <em class="parameter"><code>text</code></em>, plus one extra, to be filled in
|
1225
1234
|
</td>
|
1226
1235
|
</tr>
|
1227
1236
|
<tr>
|
1228
1237
|
<td><p><span class="term"><em class="parameter"><code>attrs_len</code></em> :</span></p></td>
|
1229
|
-
<td>
|
1238
|
+
<td>length of <em class="parameter"><code>log_attrs</code></em> array
|
1230
1239
|
</td>
|
1231
1240
|
</tr>
|
1232
1241
|
</tbody>
|
1233
1242
|
</table></div>
|
1234
1243
|
</div>
|
1235
1244
|
<hr>
|
1236
|
-
<div class="refsect2"
|
1245
|
+
<div class="refsect2">
|
1237
1246
|
<a name="pango-find-paragraph-boundary"></a><h3>pango_find_paragraph_boundary ()</h3>
|
1238
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_find_paragraph_boundary (
|
1239
|
-
<
|
1240
|
-
<
|
1241
|
-
<
|
1247
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_find_paragraph_boundary (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1248
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
1249
|
+
<em class="parameter"><code><span class="type">gint</span> *paragraph_delimiter_index</code></em>,
|
1250
|
+
<em class="parameter"><code><span class="type">gint</span> *next_paragraph_start</code></em>);</pre>
|
1242
1251
|
<p>
|
1243
1252
|
Locates a paragraph boundary in <em class="parameter"><code>text</code></em>. A boundary is caused by
|
1244
1253
|
delimiter characters, such as a newline, carriage return, carriage
|
@@ -1250,82 +1259,84 @@ index of the run of delimiters is returned in
|
|
1250
1259
|
<p>
|
1251
1260
|
If no delimiters are found, both <em class="parameter"><code>paragraph_delimiter_index</code></em> and
|
1252
1261
|
<em class="parameter"><code>next_paragraph_start</code></em> are filled with the length of <em class="parameter"><code>text</code></em> (an index one
|
1253
|
-
off the end)
|
1262
|
+
off the end).
|
1263
|
+
</p>
|
1254
1264
|
<div class="variablelist"><table border="0">
|
1255
1265
|
<col align="left" valign="top">
|
1256
1266
|
<tbody>
|
1257
1267
|
<tr>
|
1258
1268
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
1259
|
-
<td>
|
1269
|
+
<td>UTF-8 text
|
1260
1270
|
</td>
|
1261
1271
|
</tr>
|
1262
1272
|
<tr>
|
1263
1273
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1264
|
-
<td>
|
1274
|
+
<td>length of <em class="parameter"><code>text</code></em> in bytes, or -1 if nul-terminated
|
1265
1275
|
</td>
|
1266
1276
|
</tr>
|
1267
1277
|
<tr>
|
1268
1278
|
<td><p><span class="term"><em class="parameter"><code>paragraph_delimiter_index</code></em> :</span></p></td>
|
1269
|
-
<td>
|
1279
|
+
<td>return location for index of delimiter
|
1270
1280
|
</td>
|
1271
1281
|
</tr>
|
1272
1282
|
<tr>
|
1273
1283
|
<td><p><span class="term"><em class="parameter"><code>next_paragraph_start</code></em> :</span></p></td>
|
1274
|
-
<td>
|
1284
|
+
<td>return location for start of next paragraph
|
1275
1285
|
</td>
|
1276
1286
|
</tr>
|
1277
1287
|
</tbody>
|
1278
1288
|
</table></div>
|
1279
1289
|
</div>
|
1280
1290
|
<hr>
|
1281
|
-
<div class="refsect2"
|
1291
|
+
<div class="refsect2">
|
1282
1292
|
<a name="pango-default-break"></a><h3>pango_default_break ()</h3>
|
1283
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_default_break (
|
1284
|
-
<span class="
|
1285
|
-
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="
|
1286
|
-
<a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="
|
1287
|
-
<span class="
|
1293
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_default_break (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1294
|
+
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
1295
|
+
<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>,
|
1296
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Processing.html#PangoLogAttr" title="PangoLogAttr"><span class="type">PangoLogAttr</span></a> *attrs</code></em>,
|
1297
|
+
<em class="parameter"><code><span class="type">int</span> attrs_len</code></em>);</pre>
|
1288
1298
|
<p>
|
1289
1299
|
This is the default break algorithm, used if no language
|
1290
1300
|
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>
|
1291
1301
|
instead. Unlike <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>,
|
1292
|
-
<em class="parameter"><code>analysis</code></em> can be <a href="/usr/share/gtk-doc/html/
|
1302
|
+
<em class="parameter"><code>analysis</code></em> can be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, but only do that if you know what
|
1293
1303
|
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>,
|
1294
1304
|
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
|
1295
|
-
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
|
1305
|
+
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>.
|
1306
|
+
</p>
|
1296
1307
|
<div class="variablelist"><table border="0">
|
1297
1308
|
<col align="left" valign="top">
|
1298
1309
|
<tbody>
|
1299
1310
|
<tr>
|
1300
1311
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
1301
|
-
<td>
|
1312
|
+
<td>text to break
|
1302
1313
|
</td>
|
1303
1314
|
</tr>
|
1304
1315
|
<tr>
|
1305
1316
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1306
|
-
<td>
|
1317
|
+
<td>length of text in bytes (may be -1 if <em class="parameter"><code>text</code></em> is nul-terminated)
|
1307
1318
|
</td>
|
1308
1319
|
</tr>
|
1309
1320
|
<tr>
|
1310
1321
|
<td><p><span class="term"><em class="parameter"><code>analysis</code></em> :</span></p></td>
|
1311
|
-
<td>
|
1322
|
+
<td>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>
|
1312
1323
|
</td>
|
1313
1324
|
</tr>
|
1314
1325
|
<tr>
|
1315
1326
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
1316
|
-
<td>
|
1327
|
+
<td>logical attributes to fill in
|
1317
1328
|
</td>
|
1318
1329
|
</tr>
|
1319
1330
|
<tr>
|
1320
1331
|
<td><p><span class="term"><em class="parameter"><code>attrs_len</code></em> :</span></p></td>
|
1321
|
-
<td>
|
1332
|
+
<td>size of the array passed as <em class="parameter"><code>attrs</code></em>
|
1322
1333
|
</td>
|
1323
1334
|
</tr>
|
1324
1335
|
</tbody>
|
1325
1336
|
</table></div>
|
1326
1337
|
</div>
|
1327
1338
|
<hr>
|
1328
|
-
<div class="refsect2"
|
1339
|
+
<div class="refsect2">
|
1329
1340
|
<a name="PangoLogAttr"></a><h3>PangoLogAttr</h3>
|
1330
1341
|
<pre class="programlisting">typedef struct {
|
1331
1342
|
guint is_line_break : 1; /* Can break line in front of character */
|
@@ -1383,27 +1394,27 @@ about the attributes of a single character.
|
|
1383
1394
|
<col align="left" valign="top">
|
1384
1395
|
<tbody>
|
1385
1396
|
<tr>
|
1386
|
-
<td><p><span class="term"><
|
1397
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-line-break"></a>is_line_break</code></em> : 1;</span></p></td>
|
1387
1398
|
<td>if set, can break line in front of character
|
1388
1399
|
</td>
|
1389
1400
|
</tr>
|
1390
1401
|
<tr>
|
1391
|
-
<td><p><span class="term"><
|
1402
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-mandatory-break"></a>is_mandatory_break</code></em> : 1;</span></p></td>
|
1392
1403
|
<td>if set, must break line in front of character
|
1393
1404
|
</td>
|
1394
1405
|
</tr>
|
1395
1406
|
<tr>
|
1396
|
-
<td><p><span class="term"><
|
1407
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-char-break"></a>is_char_break</code></em> : 1;</span></p></td>
|
1397
1408
|
<td>if set, can break here when doing character wrapping
|
1398
1409
|
</td>
|
1399
1410
|
</tr>
|
1400
1411
|
<tr>
|
1401
|
-
<td><p><span class="term"><
|
1412
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-white"></a>is_white</code></em> : 1;</span></p></td>
|
1402
1413
|
<td>is whitespace character
|
1403
1414
|
</td>
|
1404
1415
|
</tr>
|
1405
1416
|
<tr>
|
1406
|
-
<td><p><span class="term"><
|
1417
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-cursor-position"></a>is_cursor_position</code></em> : 1;</span></p></td>
|
1407
1418
|
<td>if set, cursor can appear in front of character.
|
1408
1419
|
i.e. this is a grapheme boundary, or the first character
|
1409
1420
|
in the text.
|
@@ -1413,19 +1424,19 @@ about the attributes of a single character.
|
|
1413
1424
|
</td>
|
1414
1425
|
</tr>
|
1415
1426
|
<tr>
|
1416
|
-
<td><p><span class="term"><
|
1427
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-start"></a>is_word_start</code></em> : 1;</span></p></td>
|
1417
1428
|
<td>is first character in a word
|
1418
1429
|
</td>
|
1419
1430
|
</tr>
|
1420
1431
|
<tr>
|
1421
|
-
<td><p><span class="term"><
|
1432
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-end"></a>is_word_end</code></em> : 1;</span></p></td>
|
1422
1433
|
<td>is first non-word char after a word
|
1423
1434
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_word_start</code></em>
|
1424
1435
|
and <em class="parameter"><code>is_word_end</code></em> set for some character.
|
1425
1436
|
</td>
|
1426
1437
|
</tr>
|
1427
1438
|
<tr>
|
1428
|
-
<td><p><span class="term"><
|
1439
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-boundary"></a>is_sentence_boundary</code></em> : 1;</span></p></td>
|
1429
1440
|
<td>is a sentence boundary.
|
1430
1441
|
There are two ways to divide sentences. The first assigns all
|
1431
1442
|
inter-sentence whitespace/control/format chars to some sentence,
|
@@ -1437,12 +1448,12 @@ about the attributes of a single character.
|
|
1437
1448
|
</td>
|
1438
1449
|
</tr>
|
1439
1450
|
<tr>
|
1440
|
-
<td><p><span class="term"><
|
1451
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-start"></a>is_sentence_start</code></em> : 1;</span></p></td>
|
1441
1452
|
<td>is first character in a sentence
|
1442
1453
|
</td>
|
1443
1454
|
</tr>
|
1444
1455
|
<tr>
|
1445
|
-
<td><p><span class="term"><
|
1456
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-sentence-end"></a>is_sentence_end</code></em> : 1;</span></p></td>
|
1446
1457
|
<td>is first char after a sentence.
|
1447
1458
|
Note that in degenerate cases, you could have both <em class="parameter"><code>is_sentence_start</code></em>
|
1448
1459
|
and <em class="parameter"><code>is_sentence_end</code></em> set for some character. (e.g. no space after a
|
@@ -1450,7 +1461,7 @@ about the attributes of a single character.
|
|
1450
1461
|
</td>
|
1451
1462
|
</tr>
|
1452
1463
|
<tr>
|
1453
|
-
<td><p><span class="term"><
|
1464
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.backspace-deletes-character"></a>backspace_deletes_character</code></em> : 1;</span></p></td>
|
1454
1465
|
<td>if set, backspace deletes one character
|
1455
1466
|
rather than the entire grapheme cluster. This
|
1456
1467
|
field is only meaningful on grapheme
|
@@ -1466,13 +1477,13 @@ about the attributes of a single character.
|
|
1466
1477
|
</td>
|
1467
1478
|
</tr>
|
1468
1479
|
<tr>
|
1469
|
-
<td><p><span class="term"><
|
1480
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-expandable-space"></a>is_expandable_space</code></em> : 1;</span></p></td>
|
1470
1481
|
<td>is a whitespace character that can possibly be
|
1471
1482
|
expanded for justification purposes. (Since: 1.18)
|
1472
1483
|
</td>
|
1473
1484
|
</tr>
|
1474
1485
|
<tr>
|
1475
|
-
<td><p><span class="term"><
|
1486
|
+
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="PangoLogAttr.is-word-boundary"></a>is_word_boundary</code></em> : 1;</span></p></td>
|
1476
1487
|
<td>is a word boundary.
|
1477
1488
|
More specifically, means that this is not a position in the middle
|
1478
1489
|
of a word. For example, both sides of a punctuation mark are
|
@@ -1488,38 +1499,40 @@ about the attributes of a single character.
|
|
1488
1499
|
</table></div>
|
1489
1500
|
</div>
|
1490
1501
|
<hr>
|
1491
|
-
<div class="refsect2"
|
1502
|
+
<div class="refsect2">
|
1492
1503
|
<a name="pango-shape"></a><h3>pango_shape ()</h3>
|
1493
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_shape (
|
1494
|
-
<
|
1495
|
-
const <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="
|
1496
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
1504
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_shape (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
1505
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
1506
|
+
<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>,
|
1507
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
1497
1508
|
<p>
|
1498
1509
|
Given a segment of text and the corresponding
|
1499
|
-
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="PangoAnalysis"><span class="type">PangoAnalysis</span></a> structure returned from <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>,
|
1510
|
+
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> structure returned from <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>,
|
1500
1511
|
convert the characters into glyphs. You may also pass
|
1501
|
-
in only a substring of the item from <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a
|
1512
|
+
in only a substring of the item from <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>.
|
1513
|
+
</p>
|
1502
1514
|
<div class="variablelist"><table border="0">
|
1503
1515
|
<col align="left" valign="top">
|
1504
1516
|
<tbody>
|
1505
1517
|
<tr>
|
1506
1518
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
1507
|
-
<td>
|
1519
|
+
<td>the text to process
|
1508
1520
|
</td>
|
1509
1521
|
</tr>
|
1510
1522
|
<tr>
|
1511
1523
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1512
|
-
<td>
|
1524
|
+
<td>the length (in bytes) of <em class="parameter"><code>text</code></em>
|
1513
1525
|
</td>
|
1514
1526
|
</tr>
|
1515
1527
|
<tr>
|
1516
1528
|
<td><p><span class="term"><em class="parameter"><code>analysis</code></em> :</span></p></td>
|
1517
|
-
<td>
|
1529
|
+
<td>
|
1530
|
+
<a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a> structure from <a class="link" href="pango-Text-Processing.html#pango-itemize" title="pango_itemize ()"><code class="function">pango_itemize()</code></a>
|
1518
1531
|
</td>
|
1519
1532
|
</tr>
|
1520
1533
|
<tr>
|
1521
1534
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
1522
|
-
<td>
|
1535
|
+
<td>glyph string in which to store results
|
1523
1536
|
</td>
|
1524
1537
|
</tr>
|
1525
1538
|
</tbody>
|
@@ -1529,6 +1542,6 @@ in only a substring of the item from <a class="link" href="pango-Text-Processing
|
|
1529
1542
|
</div>
|
1530
1543
|
<div class="footer">
|
1531
1544
|
<hr>
|
1532
|
-
Generated by GTK-Doc V1.
|
1545
|
+
Generated by GTK-Doc V1.15.1</div>
|
1533
1546
|
</body>
|
1534
1547
|
</html>
|