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
@@ -0,0 +1,28 @@
|
|
1
|
+
gettext-runtime_0.18.1.1-2_win32
|
2
|
+
gettext-runtime-dev_0.18.1.1-2_win32
|
3
|
+
zlib_1.2.5-2_win32
|
4
|
+
zlib-dev_1.2.5-2_win32
|
5
|
+
glib_2.26.0-2_win32
|
6
|
+
glib-dev_2.26.0-2_win32
|
7
|
+
pkg-config_0.23-3_win32
|
8
|
+
pkg-config-dev_0.23-3_win32
|
9
|
+
atk_1.32.0-1_win32
|
10
|
+
atk-dev_1.32.0-1_win32
|
11
|
+
pango_1.28.3-1_win32
|
12
|
+
pango-dev_1.28.3-1_win32
|
13
|
+
pixman_0.18.4-2_win32
|
14
|
+
pixman-dev_0.18.4-2_win32
|
15
|
+
cairo_1.10.0-1_win32
|
16
|
+
cairo-dev_1.10.0-1_win32
|
17
|
+
fontconfig_2.8.0-2_win32
|
18
|
+
fontconfig-dev_2.8.0-2_win32
|
19
|
+
expat_2.0.1-1_win32
|
20
|
+
expat-dev_2.0.1-1_win32
|
21
|
+
freetype_2.4.2-1_win32
|
22
|
+
freetype-dev_2.4.2-1_win32
|
23
|
+
libpng_1.4.3-1_win32
|
24
|
+
libpng-dev_1.4.3-1_win32
|
25
|
+
gtk+_2.22.0-2_win32
|
26
|
+
gtk+-dev_2.22.0-2_win32
|
27
|
+
gdk-pixbuf_2.22.0-1_win32
|
28
|
+
gdk-pixbuf-dev_2.22.0-1_win32
|
File without changes
|
File without changes
|
@@ -8,29 +8,8 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="pango-Engines.html" title="Engines">
|
10
10
|
<link rel="next" href="PangoEngineShape.html" title="PangoEngineShape">
|
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="#PangoEngineLang.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="PangoEngineLang"></a><div class="titlepage"></div>
|
54
33
|
<div class="refnamediv"><table width="100%"><tr>
|
55
34
|
<td valign="top">
|
@@ -58,27 +37,30 @@
|
|
58
37
|
</td>
|
59
38
|
<td valign="top" align="right"></td>
|
60
39
|
</tr></table></div>
|
61
|
-
<div class="refsect1"
|
40
|
+
<div class="refsect1">
|
62
41
|
<a name="PangoEngineLang.stability-level"></a><h2>Stability Level</h2>
|
63
42
|
Unstable, unless otherwise indicated
|
64
43
|
</div>
|
65
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
66
45
|
<a name="PangoEngineLang.synopsis"></a><h2>Synopsis</h2>
|
67
46
|
<pre class="synopsis"> <a class="link" href="PangoEngineLang.html#PangoEngineLang-struct" title="PangoEngineLang">PangoEngineLang</a>;
|
68
|
-
|
47
|
+
struct <a class="link" href="PangoEngineLang.html#PangoEngineLangClass" title="struct PangoEngineLangClass">PangoEngineLangClass</a>;
|
69
48
|
#define <a class="link" href="PangoEngineLang.html#PANGO-ENGINE-TYPE-LANG:CAPS" title="PANGO_ENGINE_TYPE_LANG">PANGO_ENGINE_TYPE_LANG</a>
|
70
|
-
#define <a class="link" href="PangoEngineLang.html#PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS" title="PANGO_ENGINE_LANG_DEFINE_TYPE()">PANGO_ENGINE_LANG_DEFINE_TYPE</a> (name,
|
49
|
+
#define <a class="link" href="PangoEngineLang.html#PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS" title="PANGO_ENGINE_LANG_DEFINE_TYPE()">PANGO_ENGINE_LANG_DEFINE_TYPE</a> (name,
|
50
|
+
prefix,
|
51
|
+
class_init,
|
52
|
+
instance_init)
|
71
53
|
</pre>
|
72
54
|
</div>
|
73
|
-
<div class="refsect1"
|
55
|
+
<div class="refsect1">
|
74
56
|
<a name="PangoEngineLang.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
75
57
|
<pre class="synopsis">
|
76
|
-
|
58
|
+
GObject
|
77
59
|
+----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
|
78
60
|
+----PangoEngineLang
|
79
61
|
</pre>
|
80
62
|
</div>
|
81
|
-
<div class="refsect1"
|
63
|
+
<div class="refsect1">
|
82
64
|
<a name="PangoEngineLang.description"></a><h2>Description</h2>
|
83
65
|
<p>
|
84
66
|
The <em class="firstterm">language engines</em> are rendering-system independent
|
@@ -86,9 +68,9 @@ engines that determine line, word, and character breaks for character strings.
|
|
86
68
|
These engines are used in <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>.
|
87
69
|
</p>
|
88
70
|
</div>
|
89
|
-
<div class="refsect1"
|
71
|
+
<div class="refsect1">
|
90
72
|
<a name="PangoEngineLang.details"></a><h2>Details</h2>
|
91
|
-
<div class="refsect2"
|
73
|
+
<div class="refsect2">
|
92
74
|
<a name="PangoEngineLang-struct"></a><h3>PangoEngineLang</h3>
|
93
75
|
<pre class="programlisting">typedef struct _PangoEngineLang PangoEngineLang;</pre>
|
94
76
|
<p>
|
@@ -97,28 +79,30 @@ customize the rendering-system independent part of the
|
|
97
79
|
Pango pipeline for a particular script or language. For
|
98
80
|
instance, a custom <a class="link" href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a> could be provided for
|
99
81
|
Thai to implement the dictionary-based word boundary
|
100
|
-
lookups needed for that language
|
82
|
+
lookups needed for that language.
|
83
|
+
</p>
|
101
84
|
</div>
|
102
85
|
<hr>
|
103
|
-
<div class="refsect2"
|
104
|
-
<a name="PangoEngineLangClass"></a><h3>PangoEngineLangClass</h3>
|
105
|
-
<pre class="programlisting">
|
86
|
+
<div class="refsect2">
|
87
|
+
<a name="PangoEngineLangClass"></a><h3>struct PangoEngineLangClass</h3>
|
88
|
+
<pre class="programlisting">struct PangoEngineLangClass {
|
106
89
|
void (*script_break) (PangoEngineLang *engine,
|
107
90
|
const char *text,
|
108
91
|
int len,
|
109
92
|
PangoAnalysis *analysis,
|
110
93
|
PangoLogAttr *attrs,
|
111
94
|
int attrs_len);
|
112
|
-
}
|
95
|
+
};
|
113
96
|
</pre>
|
114
97
|
<p>
|
115
|
-
Class structure for <a class="link" href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a
|
98
|
+
Class structure for <a class="link" href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a>
|
99
|
+
</p>
|
116
100
|
<div class="variablelist"><table border="0">
|
117
101
|
<col align="left" valign="top">
|
118
102
|
<tbody><tr>
|
119
103
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoEngineLangClass.script-break"></a>script_break</code></em> ()</span></p></td>
|
120
|
-
<td>
|
121
|
-
If <a href="/usr/share/gtk-doc/html/
|
104
|
+
<td>Provides a custom implementation of <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>.
|
105
|
+
If <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is used instead. If not <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, for
|
122
106
|
Pango versions before 1.16 (module interface version before 1.6.0),
|
123
107
|
this was called instead of <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a>, but in newer versions,
|
124
108
|
<a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is always called and this is called after that to
|
@@ -128,7 +112,7 @@ allow tailoring the breaking results.
|
|
128
112
|
</table></div>
|
129
113
|
</div>
|
130
114
|
<hr>
|
131
|
-
<div class="refsect2"
|
115
|
+
<div class="refsect2">
|
132
116
|
<a name="PANGO-ENGINE-TYPE-LANG:CAPS"></a><h3>PANGO_ENGINE_TYPE_LANG</h3>
|
133
117
|
<pre class="programlisting">#define PANGO_ENGINE_TYPE_LANG "PangoEngineLang"
|
134
118
|
</pre>
|
@@ -139,7 +123,7 @@ These engines derive from <a class="link" href="PangoEngineLang.html" title="Pan
|
|
139
123
|
</p>
|
140
124
|
</div>
|
141
125
|
<hr>
|
142
|
-
<div class="refsect2"
|
126
|
+
<div class="refsect2">
|
143
127
|
<a name="PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS"></a><h3>PANGO_ENGINE_LANG_DEFINE_TYPE()</h3>
|
144
128
|
<pre class="programlisting">#define PANGO_ENGINE_LANG_DEFINE_TYPE(name, prefix, class_init, instance_init)</pre>
|
145
129
|
<p>
|
@@ -163,30 +147,40 @@ function can create instances of the object as follows:
|
|
163
147
|
</p>
|
164
148
|
<p>
|
165
149
|
</p>
|
166
|
-
<div class="informalexample"
|
167
|
-
|
168
|
-
|
150
|
+
<div class="informalexample">
|
151
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
152
|
+
<tbody>
|
153
|
+
<tr>
|
154
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
155
|
+
<td class="listing_code"><pre class="programlisting">PangoEngine *engine = g_object_new (<em <span class="type">class</span>=<span class="number">"replaceable"</span>><code>prefix</code></em>_type, <span class="number">NULL</span>);</pre></td>
|
156
|
+
</tr>
|
157
|
+
</tbody>
|
158
|
+
</table>
|
159
|
+
</div>
|
160
|
+
|
161
|
+
<p>
|
162
|
+
</p>
|
169
163
|
<div class="variablelist"><table border="0">
|
170
164
|
<col align="left" valign="top">
|
171
165
|
<tbody>
|
172
166
|
<tr>
|
173
167
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
174
|
-
<td>
|
168
|
+
<td>Name of the the type to register (for example:, <code class="literal">ArabicEngineFc</code>
|
175
169
|
</td>
|
176
170
|
</tr>
|
177
171
|
<tr>
|
178
172
|
<td><p><span class="term"><em class="parameter"><code>prefix</code></em> :</span></p></td>
|
179
|
-
<td>
|
173
|
+
<td>Prefix for symbols that will be defined (for example:, <code class="literal">arabic_engine_fc</code>
|
180
174
|
</td>
|
181
175
|
</tr>
|
182
176
|
<tr>
|
183
177
|
<td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
|
184
|
-
<td>
|
178
|
+
<td>Class initialization function for the new type, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
185
179
|
</td>
|
186
180
|
</tr>
|
187
181
|
<tr>
|
188
182
|
<td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
|
189
|
-
<td>
|
183
|
+
<td>Instance initialization function for the new type, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
190
184
|
</td>
|
191
185
|
</tr>
|
192
186
|
</tbody>
|
@@ -196,6 +190,6 @@ function can create instances of the object as follows:
|
|
196
190
|
</div>
|
197
191
|
<div class="footer">
|
198
192
|
<hr>
|
199
|
-
Generated by GTK-Doc V1.
|
193
|
+
Generated by GTK-Doc V1.15.1</div>
|
200
194
|
</body>
|
201
195
|
</html>
|
@@ -8,29 +8,8 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoEngineLang.html" title="PangoEngineLang">
|
10
10
|
<link rel="next" href="pango-Modules.html" title="Modules">
|
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="#PangoEngineShape.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="PangoEngineShape"></a><div class="titlepage"></div>
|
54
33
|
<div class="refnamediv"><table width="100%"><tr>
|
55
34
|
<td valign="top">
|
@@ -58,27 +37,30 @@
|
|
58
37
|
</td>
|
59
38
|
<td valign="top" align="right"></td>
|
60
39
|
</tr></table></div>
|
61
|
-
<div class="refsect1"
|
40
|
+
<div class="refsect1">
|
62
41
|
<a name="PangoEngineShape.stability-level"></a><h2>Stability Level</h2>
|
63
42
|
Unstable, unless otherwise indicated
|
64
43
|
</div>
|
65
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
66
45
|
<a name="PangoEngineShape.synopsis"></a><h2>Synopsis</h2>
|
67
46
|
<pre class="synopsis"> <a class="link" href="PangoEngineShape.html#PangoEngineShape-struct" title="PangoEngineShape">PangoEngineShape</a>;
|
68
|
-
|
47
|
+
struct <a class="link" href="PangoEngineShape.html#PangoEngineShapeClass" title="struct PangoEngineShapeClass">PangoEngineShapeClass</a>;
|
69
48
|
#define <a class="link" href="PangoEngineShape.html#PANGO-ENGINE-TYPE-SHAPE:CAPS" title="PANGO_ENGINE_TYPE_SHAPE">PANGO_ENGINE_TYPE_SHAPE</a>
|
70
|
-
#define <a class="link" href="PangoEngineShape.html#PANGO-ENGINE-SHAPE-DEFINE-TYPE:CAPS" title="PANGO_ENGINE_SHAPE_DEFINE_TYPE()">PANGO_ENGINE_SHAPE_DEFINE_TYPE</a> (name,
|
49
|
+
#define <a class="link" href="PangoEngineShape.html#PANGO-ENGINE-SHAPE-DEFINE-TYPE:CAPS" title="PANGO_ENGINE_SHAPE_DEFINE_TYPE()">PANGO_ENGINE_SHAPE_DEFINE_TYPE</a> (name,
|
50
|
+
prefix,
|
51
|
+
class_init,
|
52
|
+
instance_init)
|
71
53
|
</pre>
|
72
54
|
</div>
|
73
|
-
<div class="refsect1"
|
55
|
+
<div class="refsect1">
|
74
56
|
<a name="PangoEngineShape.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
75
57
|
<pre class="synopsis">
|
76
|
-
|
58
|
+
GObject
|
77
59
|
+----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
|
78
60
|
+----PangoEngineShape
|
79
61
|
</pre>
|
80
62
|
</div>
|
81
|
-
<div class="refsect1"
|
63
|
+
<div class="refsect1">
|
82
64
|
<a name="PangoEngineShape.description"></a><h2>Description</h2>
|
83
65
|
<p>
|
84
66
|
The <em class="firstterm">shape engines</em> are rendering-system dependent
|
@@ -86,9 +68,9 @@ engines that convert character strings into glyph strings.
|
|
86
68
|
These engines are used in <a class="link" href="pango-Text-Processing.html#pango-shape" title="pango_shape ()"><code class="function">pango_shape()</code></a>.
|
87
69
|
</p>
|
88
70
|
</div>
|
89
|
-
<div class="refsect1"
|
71
|
+
<div class="refsect1">
|
90
72
|
<a name="PangoEngineShape.details"></a><h2>Details</h2>
|
91
|
-
<div class="refsect2"
|
73
|
+
<div class="refsect2">
|
92
74
|
<a name="PangoEngineShape-struct"></a><h3>PangoEngineShape</h3>
|
93
75
|
<pre class="programlisting">typedef struct _PangoEngineShape PangoEngineShape;</pre>
|
94
76
|
<p>
|
@@ -99,12 +81,13 @@ A <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span cl
|
|
99
81
|
a particular rendering system or group of rendering systems
|
100
82
|
and to a particular script. For instance, there is one
|
101
83
|
<a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a> implementation to handle shaping Arabic
|
102
|
-
for Fontconfig-based backends
|
84
|
+
for Fontconfig-based backends.
|
85
|
+
</p>
|
103
86
|
</div>
|
104
87
|
<hr>
|
105
|
-
<div class="refsect2"
|
106
|
-
<a name="PangoEngineShapeClass"></a><h3>PangoEngineShapeClass</h3>
|
107
|
-
<pre class="programlisting">
|
88
|
+
<div class="refsect2">
|
89
|
+
<a name="PangoEngineShapeClass"></a><h3>struct PangoEngineShapeClass</h3>
|
90
|
+
<pre class="programlisting">struct PangoEngineShapeClass {
|
108
91
|
void (*script_shape) (PangoEngineShape *engine,
|
109
92
|
PangoFont *font,
|
110
93
|
const char *text,
|
@@ -115,18 +98,19 @@ for Fontconfig-based backends.</p>
|
|
115
98
|
PangoFont *font,
|
116
99
|
PangoLanguage *language,
|
117
100
|
gunichar wc);
|
118
|
-
}
|
101
|
+
};
|
119
102
|
</pre>
|
120
103
|
<p>
|
121
|
-
Class structure for <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a
|
104
|
+
Class structure for <a class="link" href="PangoEngineShape.html" title="PangoEngineShape"><span class="type">PangoEngineShape</span></a>
|
105
|
+
</p>
|
122
106
|
<div class="variablelist"><table border="0">
|
123
107
|
<col align="left" valign="top">
|
124
108
|
<tbody>
|
125
109
|
<tr>
|
126
110
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoEngineShapeClass.script-shape"></a>script_shape</code></em> ()</span></p></td>
|
127
|
-
<td>
|
111
|
+
<td>Given a font, a piece of text, and a <a class="link" href="pango-Text-Processing.html#PangoAnalysis" title="struct PangoAnalysis"><span class="type">PangoAnalysis</span></a>
|
128
112
|
structure, converts characters to glyphs and positions the
|
129
|
-
resulting glyphs. The results are stored in the <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="type">PangoGlyphString</span></a>
|
113
|
+
resulting glyphs. The results are stored in the <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a>
|
130
114
|
that is passed in. (The implementation should resize it
|
131
115
|
appropriately using <a class="link" href="pango-Glyph-Storage.html#pango-glyph-string-set-size" title="pango_glyph_string_set_size ()"><code class="function">pango_glyph_string_set_size()</code></a>). All fields
|
132
116
|
of the <em class="parameter"><code>log_clusters</code></em> and <em class="parameter"><code>glyphs</code></em> array must be filled in, with
|
@@ -144,7 +128,7 @@ Class structure for <a class="link" href="PangoEngineShape.html" title="PangoEng
|
|
144
128
|
</tr>
|
145
129
|
<tr>
|
146
130
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoEngineShapeClass.covers"></a>covers</code></em> ()</span></p></td>
|
147
|
-
<td>
|
131
|
+
<td>Returns the characters that this engine can cover
|
148
132
|
with a given font for a given language. If not overridden, the default
|
149
133
|
implementation simply returns the coverage information for the
|
150
134
|
font itself unmodified.
|
@@ -154,7 +138,7 @@ Class structure for <a class="link" href="PangoEngineShape.html" title="PangoEng
|
|
154
138
|
</table></div>
|
155
139
|
</div>
|
156
140
|
<hr>
|
157
|
-
<div class="refsect2"
|
141
|
+
<div class="refsect2">
|
158
142
|
<a name="PANGO-ENGINE-TYPE-SHAPE:CAPS"></a><h3>PANGO_ENGINE_TYPE_SHAPE</h3>
|
159
143
|
<pre class="programlisting">#define PANGO_ENGINE_TYPE_SHAPE "PangoEngineShape"
|
160
144
|
</pre>
|
@@ -165,7 +149,7 @@ These engines derive from <a class="link" href="PangoEngineShape.html" title="Pa
|
|
165
149
|
</p>
|
166
150
|
</div>
|
167
151
|
<hr>
|
168
|
-
<div class="refsect2"
|
152
|
+
<div class="refsect2">
|
169
153
|
<a name="PANGO-ENGINE-SHAPE-DEFINE-TYPE:CAPS"></a><h3>PANGO_ENGINE_SHAPE_DEFINE_TYPE()</h3>
|
170
154
|
<pre class="programlisting">#define PANGO_ENGINE_SHAPE_DEFINE_TYPE(name, prefix, class_init, instance_init)</pre>
|
171
155
|
<p>
|
@@ -189,30 +173,40 @@ function can create instances of the object as follows:
|
|
189
173
|
</p>
|
190
174
|
<p>
|
191
175
|
</p>
|
192
|
-
<div class="informalexample"
|
193
|
-
|
194
|
-
|
176
|
+
<div class="informalexample">
|
177
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
178
|
+
<tbody>
|
179
|
+
<tr>
|
180
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
181
|
+
<td class="listing_code"><pre class="programlisting">PangoEngine *engine = g_object_new (<em <span class="type">class</span>=<span class="number">"replaceable"</span>><code>prefix</code></em>_type, <span class="number">NULL</span>);</pre></td>
|
182
|
+
</tr>
|
183
|
+
</tbody>
|
184
|
+
</table>
|
185
|
+
</div>
|
186
|
+
|
187
|
+
<p>
|
188
|
+
</p>
|
195
189
|
<div class="variablelist"><table border="0">
|
196
190
|
<col align="left" valign="top">
|
197
191
|
<tbody>
|
198
192
|
<tr>
|
199
193
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
200
|
-
<td>
|
194
|
+
<td>Name of the the type to register (for example:, <code class="literal">ArabicEngineFc</code>
|
201
195
|
</td>
|
202
196
|
</tr>
|
203
197
|
<tr>
|
204
198
|
<td><p><span class="term"><em class="parameter"><code>prefix</code></em> :</span></p></td>
|
205
|
-
<td>
|
199
|
+
<td>Prefix for symbols that will be defined (for example:, <code class="literal">arabic_engine_fc</code>
|
206
200
|
</td>
|
207
201
|
</tr>
|
208
202
|
<tr>
|
209
203
|
<td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
|
210
|
-
<td>
|
204
|
+
<td>Class initialization function for the new type, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
211
205
|
</td>
|
212
206
|
</tr>
|
213
207
|
<tr>
|
214
208
|
<td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
|
215
|
-
<td>
|
209
|
+
<td>Instance initialization function for the new type, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
|
216
210
|
</td>
|
217
211
|
</tr>
|
218
212
|
</tbody>
|
@@ -222,6 +216,6 @@ function can create instances of the object as follows:
|
|
222
216
|
</div>
|
223
217
|
<div class="footer">
|
224
218
|
<hr>
|
225
|
-
Generated by GTK-Doc V1.
|
219
|
+
Generated by GTK-Doc V1.15.1</div>
|
226
220
|
</body>
|
227
221
|
</html>
|
@@ -8,29 +8,8 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoFcFont.html" title="PangoFcFont">
|
10
10
|
<link rel="next" href="pango-OpenType-Font-Handling.html" title="OpenType Font Handling">
|
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="#PangoFcDecoder.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="PangoFcDecoder"></a><div class="titlepage"></div>
|
54
33
|
<div class="refnamediv"><table width="100%"><tr>
|
55
34
|
<td valign="top">
|
@@ -58,36 +37,36 @@
|
|
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="PangoFcDecoder.synopsis"></a><h2>Synopsis</h2>
|
63
|
-
<pre class="synopsis">
|
64
|
-
|
65
|
-
<span class="returnvalue">FcCharSet</span> * <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a> (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="
|
66
|
-
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
67
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="
|
68
|
-
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
69
|
-
<
|
42
|
+
<pre class="synopsis">struct <a class="link" href="PangoFcDecoder.html#PangoFcDecoder-struct" title="struct PangoFcDecoder">PangoFcDecoder</a>;
|
43
|
+
struct <a class="link" href="PangoFcDecoder.html#PangoFcDecoderClass" title="struct PangoFcDecoderClass">PangoFcDecoderClass</a>;
|
44
|
+
<span class="returnvalue">FcCharSet</span> * <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a> (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
45
|
+
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);
|
46
|
+
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
47
|
+
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
|
48
|
+
<em class="parameter"><code><span class="type">guint32</span> wc</code></em>);
|
70
49
|
</pre>
|
71
50
|
</div>
|
72
|
-
<div class="refsect1"
|
51
|
+
<div class="refsect1">
|
73
52
|
<a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
74
53
|
<pre class="synopsis">
|
75
|
-
|
54
|
+
GObject
|
76
55
|
+----PangoFcDecoder
|
77
56
|
</pre>
|
78
57
|
</div>
|
79
|
-
<div class="refsect1"
|
58
|
+
<div class="refsect1">
|
80
59
|
<a name="PangoFcDecoder.description"></a><h2>Description</h2>
|
81
60
|
<p>
|
82
61
|
PangoFcDecoder represents a decoder that an application provides
|
83
62
|
for handling a font that is encoded in a custom way.
|
84
63
|
</p>
|
85
64
|
</div>
|
86
|
-
<div class="refsect1"
|
65
|
+
<div class="refsect1">
|
87
66
|
<a name="PangoFcDecoder.details"></a><h2>Details</h2>
|
88
|
-
<div class="refsect2"
|
89
|
-
<a name="PangoFcDecoder-struct"></a><h3>PangoFcDecoder</h3>
|
90
|
-
<pre class="programlisting">
|
67
|
+
<div class="refsect2">
|
68
|
+
<a name="PangoFcDecoder-struct"></a><h3>struct PangoFcDecoder</h3>
|
69
|
+
<pre class="programlisting">struct PangoFcDecoder;</pre>
|
91
70
|
<p>
|
92
71
|
<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> is a virtual base class that implementations will
|
93
72
|
inherit from. It's the interface that is used to define a custom
|
@@ -97,28 +76,30 @@ function callback that was originally registered with
|
|
97
76
|
information about the supported charset for a font as well as the
|
98
77
|
individual character to glyph conversions. Pango gets that
|
99
78
|
information via the <span class="type">get_charset</span> and <span class="type">get_glyph</span> callbacks into your
|
100
|
-
object implementation
|
79
|
+
object implementation.
|
80
|
+
</p>
|
101
81
|
<p class="since">Since 1.6</p>
|
102
82
|
</div>
|
103
83
|
<hr>
|
104
|
-
<div class="refsect2"
|
105
|
-
<a name="PangoFcDecoderClass"></a><h3>PangoFcDecoderClass</h3>
|
106
|
-
<pre class="programlisting">
|
84
|
+
<div class="refsect2">
|
85
|
+
<a name="PangoFcDecoderClass"></a><h3>struct PangoFcDecoderClass</h3>
|
86
|
+
<pre class="programlisting">struct PangoFcDecoderClass {
|
107
87
|
FcCharSet *(*get_charset) (PangoFcDecoder *decoder,
|
108
88
|
PangoFcFont *fcfont);
|
109
89
|
PangoGlyph (*get_glyph) (PangoFcDecoder *decoder,
|
110
90
|
PangoFcFont *fcfont,
|
111
91
|
guint32 wc);
|
112
|
-
}
|
92
|
+
};
|
113
93
|
</pre>
|
114
94
|
<p>
|
115
|
-
Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a
|
95
|
+
Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>.
|
96
|
+
</p>
|
116
97
|
<div class="variablelist"><table border="0">
|
117
98
|
<col align="left" valign="top">
|
118
99
|
<tbody>
|
119
100
|
<tr>
|
120
101
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-charset"></a>get_charset</code></em> ()</span></p></td>
|
121
|
-
<td>
|
102
|
+
<td>This returns an <span class="type">FcCharset</span> given a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> that
|
122
103
|
includes a list of supported characters in the font. The
|
123
104
|
<span class="type">FcCharSet</span> that is returned should be an internal reference to your
|
124
105
|
code. Pango will not free this structure. It is important that
|
@@ -128,7 +109,7 @@ Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDec
|
|
128
109
|
</tr>
|
129
110
|
<tr>
|
130
111
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
|
131
|
-
<td>
|
112
|
+
<td>This returns a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for a given Unicode
|
132
113
|
code point.
|
133
114
|
</td>
|
134
115
|
</tr>
|
@@ -137,26 +118,27 @@ Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDec
|
|
137
118
|
<p class="since">Since 1.6</p>
|
138
119
|
</div>
|
139
120
|
<hr>
|
140
|
-
<div class="refsect2"
|
121
|
+
<div class="refsect2">
|
141
122
|
<a name="pango-fc-decoder-get-charset"></a><h3>pango_fc_decoder_get_charset ()</h3>
|
142
|
-
<pre class="programlisting"><span class="returnvalue">FcCharSet</span> * pango_fc_decoder_get_charset (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="
|
143
|
-
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
123
|
+
<pre class="programlisting"><span class="returnvalue">FcCharSet</span> * pango_fc_decoder_get_charset (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
124
|
+
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);</pre>
|
144
125
|
<p>
|
145
126
|
Generates an <span class="type">FcCharSet</span> of supported characters for the fcfont
|
146
127
|
given. The returned <span class="type">FcCharSet</span> will be a reference to an
|
147
128
|
internal value stored by the <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> and must not
|
148
|
-
be modified or freed
|
129
|
+
be modified or freed.
|
130
|
+
</p>
|
149
131
|
<div class="variablelist"><table border="0">
|
150
132
|
<col align="left" valign="top">
|
151
133
|
<tbody>
|
152
134
|
<tr>
|
153
135
|
<td><p><span class="term"><em class="parameter"><code>decoder</code></em> :</span></p></td>
|
154
|
-
<td>
|
136
|
+
<td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
|
155
137
|
</td>
|
156
138
|
</tr>
|
157
139
|
<tr>
|
158
140
|
<td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
|
159
|
-
<td>
|
141
|
+
<td>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.
|
160
142
|
</td>
|
161
143
|
</tr>
|
162
144
|
<tr>
|
@@ -171,33 +153,34 @@ be modified or freed.</p>
|
|
171
153
|
<p class="since">Since 1.6</p>
|
172
154
|
</div>
|
173
155
|
<hr>
|
174
|
-
<div class="refsect2"
|
156
|
+
<div class="refsect2">
|
175
157
|
<a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
|
176
|
-
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_decoder_get_glyph (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="
|
177
|
-
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
178
|
-
<
|
158
|
+
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_decoder_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
159
|
+
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
|
160
|
+
<em class="parameter"><code><span class="type">guint32</span> wc</code></em>);</pre>
|
179
161
|
<p>
|
180
162
|
Generates a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for the given Unicode point using the
|
181
163
|
custom decoder. For complex scripts where there can be multiple
|
182
164
|
glyphs for a single character, the decoder will return whatever
|
183
165
|
glyph is most convenient for it. (Usually whatever glyph is directly
|
184
|
-
in the fonts character map table.)
|
166
|
+
in the fonts character map table.)
|
167
|
+
</p>
|
185
168
|
<div class="variablelist"><table border="0">
|
186
169
|
<col align="left" valign="top">
|
187
170
|
<tbody>
|
188
171
|
<tr>
|
189
172
|
<td><p><span class="term"><em class="parameter"><code>decoder</code></em> :</span></p></td>
|
190
|
-
<td>
|
173
|
+
<td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
|
191
174
|
</td>
|
192
175
|
</tr>
|
193
176
|
<tr>
|
194
177
|
<td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
|
195
|
-
<td>
|
178
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.
|
196
179
|
</td>
|
197
180
|
</tr>
|
198
181
|
<tr>
|
199
182
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
200
|
-
<td>
|
183
|
+
<td>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.
|
201
184
|
</td>
|
202
185
|
</tr>
|
203
186
|
<tr>
|
@@ -215,6 +198,6 @@ covered by the font.
|
|
215
198
|
</div>
|
216
199
|
<div class="footer">
|
217
200
|
<hr>
|
218
|
-
Generated by GTK-Doc V1.
|
201
|
+
Generated by GTK-Doc V1.15.1</div>
|
219
202
|
</body>
|
220
203
|
</html>
|