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="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoFcFontMap.html" title="PangoFcFontMap">
|
10
10
|
<link rel="next" href="PangoFcDecoder.html" title="PangoFcDecoder">
|
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">
|
@@ -51,7 +30,7 @@
|
|
51
30
|
<a href="#PangoFcFont.properties" class="shortcut">Properties</a>
|
52
31
|
</td></tr>
|
53
32
|
</table>
|
54
|
-
<div class="refentry"
|
33
|
+
<div class="refentry">
|
55
34
|
<a name="PangoFcFont"></a><div class="titlepage"></div>
|
56
35
|
<div class="refnamediv"><table width="100%"><tr>
|
57
36
|
<td valign="top">
|
@@ -60,40 +39,40 @@
|
|
60
39
|
</td>
|
61
40
|
<td valign="top" align="right"></td>
|
62
41
|
</tr></table></div>
|
63
|
-
<div class="refsynopsisdiv"
|
42
|
+
<div class="refsynopsisdiv">
|
64
43
|
<a name="PangoFcFont.synopsis"></a><h2>Synopsis</h2>
|
65
|
-
<pre class="synopsis">
|
66
|
-
|
44
|
+
<pre class="synopsis">struct <a class="link" href="PangoFcFont.html#PangoFcFont-struct" title="struct PangoFcFont">PangoFcFont</a>;
|
45
|
+
struct <a class="link" href="PangoFcFont.html#PangoFcFontClass" title="struct PangoFcFontClass">PangoFcFontClass</a>;
|
67
46
|
#define <a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a>
|
68
|
-
<span class="returnvalue">FT_Face</span> <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
69
|
-
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
70
|
-
<
|
71
|
-
<
|
72
|
-
<
|
73
|
-
<
|
74
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
75
|
-
<
|
76
|
-
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
77
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
47
|
+
<span class="returnvalue">FT_Face</span> <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
|
48
|
+
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
|
49
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
50
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
51
|
+
<span class="returnvalue">guint</span> <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
52
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
53
|
+
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
54
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
55
|
+
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
56
|
+
<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>);
|
78
57
|
</pre>
|
79
58
|
</div>
|
80
|
-
<div class="refsect1"
|
59
|
+
<div class="refsect1">
|
81
60
|
<a name="PangoFcFont.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
82
61
|
<pre class="synopsis">
|
83
|
-
|
62
|
+
GObject
|
84
63
|
+----<a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
|
85
64
|
+----PangoFcFont
|
86
65
|
+----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
|
87
66
|
</pre>
|
88
67
|
</div>
|
89
|
-
<div class="refsect1"
|
68
|
+
<div class="refsect1">
|
90
69
|
<a name="PangoFcFont.properties"></a><h2>Properties</h2>
|
91
70
|
<pre class="synopsis">
|
92
71
|
"<a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title='The "fontmap" property'>fontmap</a>" <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>* : Read / Write
|
93
|
-
"<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>" <
|
72
|
+
"<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>" <span class="type">gpointer</span> : Read / Write / Construct Only
|
94
73
|
</pre>
|
95
74
|
</div>
|
96
|
-
<div class="refsect1"
|
75
|
+
<div class="refsect1">
|
97
76
|
<a name="PangoFcFont.description"></a><h2>Description</h2>
|
98
77
|
<p>
|
99
78
|
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementation using the
|
@@ -106,23 +85,24 @@ take advantage of the wide range of shapers implemented using
|
|
106
85
|
FreeType that come with Pango.
|
107
86
|
</p>
|
108
87
|
</div>
|
109
|
-
<div class="refsect1"
|
88
|
+
<div class="refsect1">
|
110
89
|
<a name="PangoFcFont.details"></a><h2>Details</h2>
|
111
|
-
<div class="refsect2"
|
112
|
-
<a name="PangoFcFont-struct"></a><h3>PangoFcFont</h3>
|
113
|
-
<pre class="programlisting">
|
90
|
+
<div class="refsect2">
|
91
|
+
<a name="PangoFcFont-struct"></a><h3>struct PangoFcFont</h3>
|
92
|
+
<pre class="programlisting">struct PangoFcFont;</pre>
|
114
93
|
<p>
|
115
94
|
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementations
|
116
95
|
using the Fontconfig and FreeType libraries and is used in
|
117
96
|
conjunction with <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>. When deriving from this
|
118
97
|
class, you need to implement all of its virtual functions
|
119
98
|
other than <code class="function">shutdown()</code> along with the <code class="function">get_glyph_extents()</code>
|
120
|
-
virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
99
|
+
virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.
|
100
|
+
</p>
|
121
101
|
</div>
|
122
102
|
<hr>
|
123
|
-
<div class="refsect2"
|
124
|
-
<a name="PangoFcFontClass"></a><h3>PangoFcFontClass</h3>
|
125
|
-
<pre class="programlisting">
|
103
|
+
<div class="refsect2">
|
104
|
+
<a name="PangoFcFontClass"></a><h3>struct PangoFcFontClass</h3>
|
105
|
+
<pre class="programlisting">struct PangoFcFontClass {
|
126
106
|
FT_Face (*lock_face) (PangoFcFont *font);
|
127
107
|
void (*unlock_face) (PangoFcFont *font);
|
128
108
|
gboolean (*has_char) (PangoFcFont *font,
|
@@ -132,22 +112,23 @@ virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span cl
|
|
132
112
|
PangoGlyph (*get_unknown_glyph) (PangoFcFont *font,
|
133
113
|
gunichar wc);
|
134
114
|
void (*shutdown) (PangoFcFont *font);
|
135
|
-
}
|
115
|
+
};
|
136
116
|
</pre>
|
137
117
|
<p>
|
138
|
-
Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a
|
118
|
+
Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
|
119
|
+
</p>
|
139
120
|
<div class="variablelist"><table border="0">
|
140
121
|
<col align="left" valign="top">
|
141
122
|
<tbody>
|
142
123
|
<tr>
|
143
124
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.lock-face"></a>lock_face</code></em> ()</span></p></td>
|
144
|
-
<td>
|
125
|
+
<td>Returns the FT_Face of the font and increases
|
145
126
|
the reference count for the face by one.
|
146
127
|
</td>
|
147
128
|
</tr>
|
148
129
|
<tr>
|
149
130
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.unlock-face"></a>unlock_face</code></em> ()</span></p></td>
|
150
|
-
<td>
|
131
|
+
<td>Decreases the reference count for the
|
151
132
|
FT_Face of the font by one. When the count is zero,
|
152
133
|
the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> subclass is allowed to free the
|
153
134
|
FT_Face.
|
@@ -155,58 +136,60 @@ Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont">
|
|
155
136
|
</tr>
|
156
137
|
<tr>
|
157
138
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.has-char"></a>has_char</code></em> ()</span></p></td>
|
158
|
-
<td>
|
139
|
+
<td>Return <code class="literal">TRUE</code> if the the font contains a glyph
|
159
140
|
corresponding to the specified character.
|
160
141
|
</td>
|
161
142
|
</tr>
|
162
143
|
<tr>
|
163
144
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
|
164
|
-
<td>
|
145
|
+
<td>Gets the glyph that corresponds to the given
|
165
146
|
Unicode character.
|
166
147
|
</td>
|
167
148
|
</tr>
|
168
149
|
<tr>
|
169
150
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-unknown-glyph"></a>get_unknown_glyph</code></em> ()</span></p></td>
|
170
|
-
<td>
|
151
|
+
<td>Gets the glyph that should be used to
|
171
152
|
display an unknown-glyph indication for the specified
|
172
153
|
Unicode character.
|
173
|
-
May be <a href="/usr/share/gtk-doc/html/
|
154
|
+
May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
|
174
155
|
</td>
|
175
156
|
</tr>
|
176
157
|
<tr>
|
177
158
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.shutdown"></a>shutdown</code></em> ()</span></p></td>
|
178
|
-
<td>
|
159
|
+
<td>Performs any font-specific shutdown code that
|
179
160
|
needs to be done when pango_fc_font_map_shutdown is called.
|
180
|
-
May be <a href="/usr/share/gtk-doc/html/
|
161
|
+
May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
|
181
162
|
</td>
|
182
163
|
</tr>
|
183
164
|
</tbody>
|
184
165
|
</table></div>
|
185
166
|
</div>
|
186
167
|
<hr>
|
187
|
-
<div class="refsect2"
|
168
|
+
<div class="refsect2">
|
188
169
|
<a name="PANGO-RENDER-TYPE-FC:CAPS"></a><h3>PANGO_RENDER_TYPE_FC</h3>
|
189
170
|
<pre class="programlisting">#define PANGO_RENDER_TYPE_FC "PangoRenderFc"
|
190
171
|
</pre>
|
191
172
|
<p>
|
192
173
|
A string constant used to identify shape engines that work
|
193
174
|
with the fontconfig based backends. See the <em class="parameter"><code>engine_type</code></em> field
|
194
|
-
of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="PangoEngineInfo"><span class="type">PangoEngineInfo</span></a
|
175
|
+
of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a>.
|
176
|
+
</p>
|
195
177
|
</div>
|
196
178
|
<hr>
|
197
|
-
<div class="refsect2"
|
179
|
+
<div class="refsect2">
|
198
180
|
<a name="pango-fc-font-lock-face"></a><h3>pango_fc_font_lock_face ()</h3>
|
199
|
-
<pre class="programlisting"><span class="returnvalue">FT_Face</span> pango_fc_font_lock_face (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
181
|
+
<pre class="programlisting"><span class="returnvalue">FT_Face</span> pango_fc_font_lock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
|
200
182
|
<p>
|
201
183
|
Gets the FreeType <span class="type">FT_Face</span> associated with a font,
|
202
184
|
This face will be kept around until you call
|
203
|
-
<a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a
|
185
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a>.
|
186
|
+
</p>
|
204
187
|
<div class="variablelist"><table border="0">
|
205
188
|
<col align="left" valign="top">
|
206
189
|
<tbody>
|
207
190
|
<tr>
|
208
191
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
209
|
-
<td>
|
192
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
|
210
193
|
</td>
|
211
194
|
</tr>
|
212
195
|
<tr>
|
@@ -220,45 +203,47 @@ This face will be kept around until you call
|
|
220
203
|
<p class="since">Since 1.4</p>
|
221
204
|
</div>
|
222
205
|
<hr>
|
223
|
-
<div class="refsect2"
|
206
|
+
<div class="refsect2">
|
224
207
|
<a name="pango-fc-font-unlock-face"></a><h3>pango_fc_font_unlock_face ()</h3>
|
225
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_unlock_face (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
208
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_unlock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
|
226
209
|
<p>
|
227
210
|
Releases a font previously obtained with
|
228
|
-
<a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a
|
211
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a>.
|
212
|
+
</p>
|
229
213
|
<div class="variablelist"><table border="0">
|
230
214
|
<col align="left" valign="top">
|
231
215
|
<tbody><tr>
|
232
216
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
233
|
-
<td>
|
217
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
|
234
218
|
</td>
|
235
219
|
</tr></tbody>
|
236
220
|
</table></div>
|
237
221
|
<p class="since">Since 1.4</p>
|
238
222
|
</div>
|
239
223
|
<hr>
|
240
|
-
<div class="refsect2"
|
224
|
+
<div class="refsect2">
|
241
225
|
<a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char ()</h3>
|
242
|
-
<pre class="programlisting"><
|
243
|
-
<
|
226
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_fc_font_has_char (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
227
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
244
228
|
<p>
|
245
|
-
Determines whether <em class="parameter"><code>font</code></em> has a glyph for the codepoint <em class="parameter"><code>wc</code></em
|
229
|
+
Determines whether <em class="parameter"><code>font</code></em> has a glyph for the codepoint <em class="parameter"><code>wc</code></em>.
|
230
|
+
</p>
|
246
231
|
<div class="variablelist"><table border="0">
|
247
232
|
<col align="left" valign="top">
|
248
233
|
<tbody>
|
249
234
|
<tr>
|
250
235
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
251
|
-
<td>
|
236
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
252
237
|
</td>
|
253
238
|
</tr>
|
254
239
|
<tr>
|
255
240
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
256
|
-
<td>
|
241
|
+
<td>Unicode codepoint to look up
|
257
242
|
</td>
|
258
243
|
</tr>
|
259
244
|
<tr>
|
260
245
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
261
|
-
<td> <
|
246
|
+
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>font</code></em> has the requested codepoint.
|
262
247
|
|
263
248
|
</td>
|
264
249
|
</tr>
|
@@ -267,25 +252,26 @@ Determines whether <em class="parameter"><code>font</code></em> has a glyph for
|
|
267
252
|
<p class="since">Since 1.4</p>
|
268
253
|
</div>
|
269
254
|
<hr>
|
270
|
-
<div class="refsect2"
|
255
|
+
<div class="refsect2">
|
271
256
|
<a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph ()</h3>
|
272
|
-
<pre class="programlisting"><
|
273
|
-
<
|
257
|
+
<pre class="programlisting"><span class="returnvalue">guint</span> pango_fc_font_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
258
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
274
259
|
<p>
|
275
260
|
Gets the glyph index for a given Unicode character
|
276
261
|
for <em class="parameter"><code>font</code></em>. If you only want to determine
|
277
|
-
whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a
|
262
|
+
whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a>.
|
263
|
+
</p>
|
278
264
|
<div class="variablelist"><table border="0">
|
279
265
|
<col align="left" valign="top">
|
280
266
|
<tbody>
|
281
267
|
<tr>
|
282
268
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
283
|
-
<td>
|
269
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
284
270
|
</td>
|
285
271
|
</tr>
|
286
272
|
<tr>
|
287
273
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
288
|
-
<td>
|
274
|
+
<td>Unicode character to look up
|
289
275
|
</td>
|
290
276
|
</tr>
|
291
277
|
<tr>
|
@@ -300,11 +286,11 @@ whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango
|
|
300
286
|
<p class="since">Since 1.4</p>
|
301
287
|
</div>
|
302
288
|
<hr>
|
303
|
-
<div class="refsect2"
|
289
|
+
<div class="refsect2">
|
304
290
|
<a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
|
305
|
-
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_font_get_unknown_glyph (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
306
|
-
<
|
307
|
-
<div class="warning"
|
291
|
+
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_fc_font_get_unknown_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
292
|
+
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
293
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
308
294
|
<h3 class="title">Warning</h3>
|
309
295
|
<p><code class="literal">pango_fc_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p>
|
310
296
|
</div>
|
@@ -313,18 +299,19 @@ Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc
|
|
313
299
|
unknown character.
|
314
300
|
</p>
|
315
301
|
<p>
|
316
|
-
Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead
|
302
|
+
Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead.
|
303
|
+
</p>
|
317
304
|
<div class="variablelist"><table border="0">
|
318
305
|
<col align="left" valign="top">
|
319
306
|
<tbody>
|
320
307
|
<tr>
|
321
308
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
322
|
-
<td>
|
309
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
323
310
|
</td>
|
324
311
|
</tr>
|
325
312
|
<tr>
|
326
313
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
327
|
-
<td>
|
314
|
+
<td>the Unicode character for which a glyph is needed.
|
328
315
|
</td>
|
329
316
|
</tr>
|
330
317
|
<tr>
|
@@ -338,24 +325,25 @@ Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
|
|
338
325
|
<p class="since">Since 1.4</p>
|
339
326
|
</div>
|
340
327
|
<hr>
|
341
|
-
<div class="refsect2"
|
328
|
+
<div class="refsect2">
|
342
329
|
<a name="pango-fc-font-kern-glyphs"></a><h3>pango_fc_font_kern_glyphs ()</h3>
|
343
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_kern_glyphs (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="
|
344
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
330
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_kern_glyphs (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
331
|
+
<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>
|
345
332
|
<p>
|
346
333
|
Adjust each adjacent pair of glyphs in <em class="parameter"><code>glyphs</code></em> according to
|
347
|
-
kerning information in <em class="parameter"><code>font</code></em
|
334
|
+
kerning information in <em class="parameter"><code>font</code></em>.
|
335
|
+
</p>
|
348
336
|
<div class="variablelist"><table border="0">
|
349
337
|
<col align="left" valign="top">
|
350
338
|
<tbody>
|
351
339
|
<tr>
|
352
340
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
353
|
-
<td>
|
341
|
+
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
354
342
|
</td>
|
355
343
|
</tr>
|
356
344
|
<tr>
|
357
345
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
358
|
-
<td>
|
346
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a>
|
359
347
|
</td>
|
360
348
|
</tr>
|
361
349
|
</tbody>
|
@@ -363,21 +351,21 @@ kerning information in <em class="parameter"><code>font</code></em>.</p>
|
|
363
351
|
<p class="since">Since 1.4</p>
|
364
352
|
</div>
|
365
353
|
</div>
|
366
|
-
<div class="refsect1"
|
354
|
+
<div class="refsect1">
|
367
355
|
<a name="PangoFcFont.property-details"></a><h2>Property Details</h2>
|
368
|
-
<div class="refsect2"
|
356
|
+
<div class="refsect2">
|
369
357
|
<a name="PangoFcFont--fontmap"></a><h3>The <code class="literal">"fontmap"</code> property</h3>
|
370
358
|
<pre class="programlisting"> "fontmap" <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>* : Read / Write</pre>
|
371
359
|
<p>The PangoFc font map this font is associated with (Since: 1.26).</p>
|
372
360
|
</div>
|
373
361
|
<hr>
|
374
|
-
<div class="refsect2"
|
362
|
+
<div class="refsect2">
|
375
363
|
<a name="PangoFcFont--pattern"></a><h3>The <code class="literal">"pattern"</code> property</h3>
|
376
|
-
<pre class="programlisting"> "pattern" <
|
364
|
+
<pre class="programlisting"> "pattern" <span class="type">gpointer</span> : Read / Write / Construct Only</pre>
|
377
365
|
<p>The fontconfig pattern for this font.</p>
|
378
366
|
</div>
|
379
367
|
</div>
|
380
|
-
<div class="refsect1"
|
368
|
+
<div class="refsect1">
|
381
369
|
<a name="PangoFcFont.see-also"></a><h2>See Also</h2>
|
382
370
|
<p>
|
383
371
|
</p>
|
@@ -397,6 +385,6 @@ Fontconfig-based backend involves deriving from both
|
|
397
385
|
</div>
|
398
386
|
<div class="footer">
|
399
387
|
<hr>
|
400
|
-
Generated by GTK-Doc V1.
|
388
|
+
Generated by GTK-Doc V1.15.1</div>
|
401
389
|
</body>
|
402
390
|
</html>
|
@@ -6,36 +6,15 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="pango-pango-renderer.html" title="PangoRenderer">
|
10
10
|
<link rel="next" href="PangoFcFont.html" title="PangoFcFont">
|
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">
|
37
16
|
<tr valign="middle">
|
38
|
-
<td><a accesskey="p" href="
|
17
|
+
<td><a accesskey="p" href="pango-pango-renderer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
39
18
|
<td><a accesskey="u" href="lowlevel.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
40
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
41
20
|
<th width="100%" align="center">Pango Reference Manual</th>
|
@@ -49,7 +28,7 @@
|
|
49
28
|
<a href="#PangoFcFontMap.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="PangoFcFontMap"></a><div class="titlepage"></div>
|
54
33
|
<div class="refnamediv"><table width="100%"><tr>
|
55
34
|
<td valign="top">
|
@@ -58,57 +37,57 @@
|
|
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="PangoFcFontMap.synopsis"></a><h2>Synopsis</h2>
|
63
|
-
<pre class="synopsis">
|
64
|
-
|
65
|
-
<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-create-context" title="pango_fc_font_map_create_context ()">pango_fc_font_map_create_context</a> (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
66
|
-
<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * (<a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()">*PangoFcDecoderFindFunc</a>) (<span class="
|
67
|
-
<
|
42
|
+
<pre class="synopsis">struct <a class="link" href="PangoFcFontMap.html#PangoFcFontMap-struct" title="struct PangoFcFontMap">PangoFcFontMap</a>;
|
43
|
+
struct <a class="link" href="PangoFcFontMap.html#PangoFcFontMapClass" title="struct PangoFcFontMapClass">PangoFcFontMapClass</a>;
|
44
|
+
<a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-create-context" title="pango_fc_font_map_create_context ()">pango_fc_font_map_create_context</a> (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);
|
45
|
+
<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * (<a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()">*PangoFcDecoderFindFunc</a>) (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
46
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
68
47
|
<span class="returnvalue">void</span> <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()">pango_fc_font_map_add_decoder_find_func</a>
|
69
|
-
(<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
70
|
-
<a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()"><span class="
|
71
|
-
<
|
72
|
-
<
|
73
|
-
<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-find-decoder" title="pango_fc_font_map_find_decoder ()">pango_fc_font_map_find_decoder</a> (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
74
|
-
<span class="
|
75
|
-
<span class="returnvalue">void</span> <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-cache-clear" title="pango_fc_font_map_cache_clear ()">pango_fc_font_map_cache_clear</a> (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
76
|
-
<span class="returnvalue">void</span> <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-shutdown" title="pango_fc_font_map_shutdown ()">pango_fc_font_map_shutdown</a> (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
48
|
+
(<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>,
|
49
|
+
<em class="parameter"><code><a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()"><span class="type">PangoFcDecoderFindFunc</span></a> findfunc</code></em>,
|
50
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
|
51
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> dnotify</code></em>);
|
52
|
+
<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-find-decoder" title="pango_fc_font_map_find_decoder ()">pango_fc_font_map_find_decoder</a> (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>,
|
53
|
+
<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>);
|
54
|
+
<span class="returnvalue">void</span> <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-cache-clear" title="pango_fc_font_map_cache_clear ()">pango_fc_font_map_cache_clear</a> (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);
|
55
|
+
<span class="returnvalue">void</span> <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-shutdown" title="pango_fc_font_map_shutdown ()">pango_fc_font_map_shutdown</a> (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);
|
77
56
|
<a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-description-from-pattern" title="pango_fc_font_description_from_pattern ()">pango_fc_font_description_from_pattern</a>
|
78
|
-
(<span class="
|
79
|
-
<
|
57
|
+
(<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
58
|
+
<em class="parameter"><code><span class="type">gboolean</span> include_size</code></em>);
|
80
59
|
#define <a class="link" href="PangoFcFontMap.html#PANGO-FC-GRAVITY:CAPS" title="PANGO_FC_GRAVITY">PANGO_FC_GRAVITY</a>
|
81
60
|
#define <a class="link" href="PangoFcFontMap.html#PANGO-FC-VERSION:CAPS" title="PANGO_FC_VERSION">PANGO_FC_VERSION</a>
|
82
61
|
#define <a class="link" href="PangoFcFontMap.html#PANGO-FC-PRGNAME:CAPS" title="PANGO_FC_PRGNAME">PANGO_FC_PRGNAME</a>
|
83
62
|
|
84
63
|
|
85
64
|
<a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey">PangoFcFontsetKey</a>;
|
86
|
-
<
|
87
|
-
(const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
65
|
+
<span class="returnvalue">gpointer</span> <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-context-key" title="pango_fc_fontset_key_get_context_key ()">pango_fc_fontset_key_get_context_key</a>
|
66
|
+
(<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);
|
88
67
|
const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-description" title="pango_fc_fontset_key_get_description ()">pango_fc_fontset_key_get_description</a>
|
89
|
-
(const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
90
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-language" title="pango_fc_fontset_key_get_language ()">pango_fc_fontset_key_get_language</a> (const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
91
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-matrix" title="pango_fc_fontset_key_get_matrix ()">pango_fc_fontset_key_get_matrix</a> (const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
68
|
+
(<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);
|
69
|
+
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-language" title="pango_fc_fontset_key_get_language ()">pango_fc_fontset_key_get_language</a> (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);
|
70
|
+
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-matrix" title="pango_fc_fontset_key_get_matrix ()">pango_fc_fontset_key_get_matrix</a> (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);
|
92
71
|
<span class="returnvalue">double</span> <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-absolute-size" title="pango_fc_fontset_key_get_absolute_size ()">pango_fc_fontset_key_get_absolute_size</a>
|
93
|
-
(const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
94
|
-
<span class="returnvalue">double</span> <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-resolution" title="pango_fc_fontset_key_get_resolution ()">pango_fc_fontset_key_get_resolution</a> (const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
72
|
+
(<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);
|
73
|
+
<span class="returnvalue">double</span> <a class="link" href="PangoFcFontMap.html#pango-fc-fontset-key-get-resolution" title="pango_fc_fontset_key_get_resolution ()">pango_fc_fontset_key_get_resolution</a> (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);
|
95
74
|
<a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey">PangoFcFontKey</a>;
|
96
|
-
<
|
97
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-matrix" title="pango_fc_font_key_get_matrix ()">pango_fc_font_key_get_matrix</a> (const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="
|
98
|
-
const <span class="returnvalue">FcPattern</span> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-pattern" title="pango_fc_font_key_get_pattern ()">pango_fc_font_key_get_pattern</a> (const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="
|
75
|
+
<span class="returnvalue">gpointer</span> <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-context-key" title="pango_fc_font_key_get_context_key ()">pango_fc_font_key_get_context_key</a> (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);
|
76
|
+
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-matrix" title="pango_fc_font_key_get_matrix ()">pango_fc_font_key_get_matrix</a> (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);
|
77
|
+
const <span class="returnvalue">FcPattern</span> * <a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-pattern" title="pango_fc_font_key_get_pattern ()">pango_fc_font_key_get_pattern</a> (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);
|
99
78
|
</pre>
|
100
79
|
</div>
|
101
|
-
<div class="refsect1"
|
80
|
+
<div class="refsect1">
|
102
81
|
<a name="PangoFcFontMap.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
103
82
|
<pre class="synopsis">
|
104
|
-
|
83
|
+
GObject
|
105
84
|
+----<a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>
|
106
85
|
+----PangoFcFontMap
|
107
86
|
+----<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap">PangoFT2FontMap</a>
|
108
87
|
+----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFontMap">PangoXftFontMap</a>
|
109
88
|
</pre>
|
110
89
|
</div>
|
111
|
-
<div class="refsect1"
|
90
|
+
<div class="refsect1">
|
112
91
|
<a name="PangoFcFontMap.description"></a><h2>Description</h2>
|
113
92
|
<p>
|
114
93
|
PangoFcFontMap is a base class for font map implementations using the
|
@@ -121,22 +100,23 @@ take advantage of the wide range of shapers implemented using
|
|
121
100
|
FreeType that come with Pango.
|
122
101
|
</p>
|
123
102
|
</div>
|
124
|
-
<div class="refsect1"
|
103
|
+
<div class="refsect1">
|
125
104
|
<a name="PangoFcFontMap.details"></a><h2>Details</h2>
|
126
|
-
<div class="refsect2"
|
127
|
-
<a name="PangoFcFontMap-struct"></a><h3>PangoFcFontMap</h3>
|
128
|
-
<pre class="programlisting">
|
105
|
+
<div class="refsect2">
|
106
|
+
<a name="PangoFcFontMap-struct"></a><h3>struct PangoFcFontMap</h3>
|
107
|
+
<pre class="programlisting">struct PangoFcFontMap;</pre>
|
129
108
|
<p>
|
130
109
|
<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> is a base class for font map implementations
|
131
110
|
using the Fontconfig and FreeType libraries. To create a new
|
132
111
|
backend using Fontconfig and FreeType, you derive from this class
|
133
112
|
and implement a <code class="function">new_font()</code> virtual function that creates an
|
134
|
-
instance deriving from <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a
|
113
|
+
instance deriving from <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
|
114
|
+
</p>
|
135
115
|
</div>
|
136
116
|
<hr>
|
137
|
-
<div class="refsect2"
|
138
|
-
<a name="PangoFcFontMapClass"></a><h3>PangoFcFontMapClass</h3>
|
139
|
-
<pre class="programlisting">
|
117
|
+
<div class="refsect2">
|
118
|
+
<a name="PangoFcFontMapClass"></a><h3>struct PangoFcFontMapClass</h3>
|
119
|
+
<pre class="programlisting">struct PangoFcFontMapClass {
|
140
120
|
/* Deprecated in favor of fontset_key_substitute */
|
141
121
|
void (*default_substitute) (PangoFcFontMap *fontmap,
|
142
122
|
FcPattern *pattern);
|
@@ -164,33 +144,34 @@ instance deriving from <a class="link" href="PangoFcFont.html" title="PangoFcFon
|
|
164
144
|
FcPattern *pattern);
|
165
145
|
PangoFcFont *(*create_font) (PangoFcFontMap *fontmap,
|
166
146
|
PangoFcFontKey *fontkey);
|
167
|
-
}
|
147
|
+
};
|
168
148
|
</pre>
|
169
149
|
<p>
|
170
|
-
Class structure for <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a
|
150
|
+
Class structure for <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>.
|
151
|
+
</p>
|
171
152
|
<div class="variablelist"><table border="0">
|
172
153
|
<col align="left" valign="top">
|
173
154
|
<tbody>
|
174
155
|
<tr>
|
175
156
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.default-substitute"></a>default_substitute</code></em> ()</span></p></td>
|
176
|
-
<td>
|
157
|
+
<td>Substitutes in default values for
|
177
158
|
unspecified fields in a <span class="type">FcPattern</span>. This will be called
|
178
|
-
prior to creating a font for the pattern. May be <a href="/usr/share/gtk-doc/html/
|
159
|
+
prior to creating a font for the pattern. May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
|
179
160
|
Deprecated in favor of @<code class="function">font_key_substitute()</code>.
|
180
161
|
</td>
|
181
162
|
</tr>
|
182
163
|
<tr>
|
183
164
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.new-font"></a>new_font</code></em> ()</span></p></td>
|
184
|
-
<td>
|
165
|
+
<td>Creates a new <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> for the specified
|
185
166
|
pattern of the appropriate type for this font map. The
|
186
167
|
<em class="parameter"><code>pattern</code></em> argument must be passed to the "pattern" property
|
187
|
-
of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when you call <
|
168
|
+
of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when you call <code class="function">g_object_new()</code>. Deprecated
|
188
169
|
in favor of @<code class="function">create_font()</code>.
|
189
170
|
</td>
|
190
171
|
</tr>
|
191
172
|
<tr>
|
192
173
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.get-resolution"></a>get_resolution</code></em> ()</span></p></td>
|
193
|
-
<td>
|
174
|
+
<td>Gets the resolution (the scale factor
|
194
175
|
between logical and absolute font sizes) that the backend
|
195
176
|
will use for a particular fontmap and context. <em class="parameter"><code>context</code></em>
|
196
177
|
may be null.
|
@@ -198,7 +179,7 @@ Class structure for <a class="link" href="PangoFcFontMap.html" title="PangoFcFon
|
|
198
179
|
</tr>
|
199
180
|
<tr>
|
200
181
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.context-key-get"></a>context_key_get</code></em> ()</span></p></td>
|
201
|
-
<td>
|
182
|
+
<td>Gets an opaque key holding backend
|
202
183
|
specific options for the context that will affect
|
203
184
|
fonts created by <code class="function">create_font()</code>. The result must point to
|
204
185
|
persistant storage owned by the fontmap. This key
|
@@ -208,44 +189,44 @@ Class structure for <a class="link" href="PangoFcFontMap.html" title="PangoFcFon
|
|
208
189
|
</tr>
|
209
190
|
<tr>
|
210
191
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.context-key-copy"></a>context_key_copy</code></em> ()</span></p></td>
|
211
|
-
<td>
|
192
|
+
<td>Copies a context key. Pango uses this
|
212
193
|
to make a persistant copy of the value returned from
|
213
194
|
<em class="parameter"><code>context_key_get</code></em>.
|
214
195
|
</td>
|
215
196
|
</tr>
|
216
197
|
<tr>
|
217
198
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.context-key-free"></a>context_key_free</code></em> ()</span></p></td>
|
218
|
-
<td>
|
199
|
+
<td>Frees a context key copied with
|
219
200
|
<em class="parameter"><code>context_key_copy</code></em>.
|
220
201
|
</td>
|
221
202
|
</tr>
|
222
203
|
<tr>
|
223
204
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.context-key-hash"></a>context_key_hash</code></em> ()</span></p></td>
|
224
|
-
<td>
|
205
|
+
<td>Gets a hash value for a context key
|
225
206
|
</td>
|
226
207
|
</tr>
|
227
208
|
<tr>
|
228
209
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.context-key-equal"></a>context_key_equal</code></em> ()</span></p></td>
|
229
|
-
<td>
|
210
|
+
<td>Compares two context keys for equality.
|
230
211
|
</td>
|
231
212
|
</tr>
|
232
213
|
<tr>
|
233
214
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.fontset-key-substitute"></a>fontset_key_substitute</code></em> ()</span></p></td>
|
234
|
-
<td>
|
215
|
+
<td>Substitutes in default values for
|
235
216
|
unspecified fields in a <span class="type">FcPattern</span>. This will be called
|
236
|
-
prior to creating a font for the pattern. May be <a href="/usr/share/gtk-doc/html/
|
217
|
+
prior to creating a font for the pattern. May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
|
237
218
|
(Since: 1.24)
|
238
219
|
</td>
|
239
220
|
</tr>
|
240
221
|
<tr>
|
241
222
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontMapClass.create-font"></a>create_font</code></em> ()</span></p></td>
|
242
|
-
<td>
|
223
|
+
<td>Creates a new <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> for the specified
|
243
224
|
pattern of the appropriate type for this font map using
|
244
225
|
information from the font key that is passed in. The
|
245
226
|
<em class="parameter"><code>pattern</code></em> member of <em class="parameter"><code>font_key</code></em> can be retrieved using
|
246
227
|
<a class="link" href="PangoFcFontMap.html#pango-fc-font-key-get-pattern" title="pango_fc_font_key_get_pattern ()"><code class="function">pango_fc_font_key_get_pattern()</code></a> and must be passed to
|
247
228
|
the "pattern" property of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> when you call
|
248
|
-
<
|
229
|
+
<code class="function">g_object_new()</code>. If <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, <code class="function">new_font()</code> is used.
|
249
230
|
(Since: 1.24)
|
250
231
|
</td>
|
251
232
|
</tr>
|
@@ -253,10 +234,10 @@ Class structure for <a class="link" href="PangoFcFontMap.html" title="PangoFcFon
|
|
253
234
|
</table></div>
|
254
235
|
</div>
|
255
236
|
<hr>
|
256
|
-
<div class="refsect2"
|
237
|
+
<div class="refsect2">
|
257
238
|
<a name="pango-fc-font-map-create-context"></a><h3>pango_fc_font_map_create_context ()</h3>
|
258
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_fc_font_map_create_context (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
259
|
-
<div class="warning"
|
239
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_fc_font_map_create_context (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);</pre>
|
240
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
260
241
|
<h3 class="title">Warning</h3>
|
261
242
|
<p><code class="literal">pango_fc_font_map_create_context</code> has been deprecated since version 1.22 and should not be used in newly-written code. Use <a class="link" href="pango-Fonts.html#pango-font-map-create-context" title="pango_font_map_create_context ()"><code class="function">pango_font_map_create_context()</code></a> instead.</p>
|
262
243
|
</div>
|
@@ -265,13 +246,14 @@ Creates a new context for this fontmap. This function is intended
|
|
265
246
|
only for backend implementations deriving from <span class="type">PangoFcFontmap</span>;
|
266
247
|
it is possible that a backend will store additional information
|
267
248
|
needed for correct operation on the <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> after calling
|
268
|
-
this function
|
249
|
+
this function.
|
250
|
+
</p>
|
269
251
|
<div class="variablelist"><table border="0">
|
270
252
|
<col align="left" valign="top">
|
271
253
|
<tbody>
|
272
254
|
<tr>
|
273
255
|
<td><p><span class="term"><em class="parameter"><code>fcfontmap</code></em> :</span></p></td>
|
274
|
-
<td>
|
256
|
+
<td>a <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>
|
275
257
|
</td>
|
276
258
|
</tr>
|
277
259
|
<tr>
|
@@ -285,70 +267,72 @@ this function.</p>
|
|
285
267
|
<p class="since">Since 1.4</p>
|
286
268
|
</div>
|
287
269
|
<hr>
|
288
|
-
<div class="refsect2"
|
270
|
+
<div class="refsect2">
|
289
271
|
<a name="PangoFcDecoderFindFunc"></a><h3>PangoFcDecoderFindFunc ()</h3>
|
290
|
-
<pre class="programlisting"><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * (*PangoFcDecoderFindFunc) (<span class="
|
291
|
-
<
|
272
|
+
<pre class="programlisting"><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * (*PangoFcDecoderFindFunc) (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
273
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
292
274
|
<p>
|
293
|
-
Callback function passed to <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a
|
275
|
+
Callback function passed to <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a>.
|
276
|
+
</p>
|
294
277
|
<div class="variablelist"><table border="0">
|
295
278
|
<col align="left" valign="top">
|
296
279
|
<tbody>
|
297
280
|
<tr>
|
298
281
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
299
|
-
<td>
|
282
|
+
<td>a fully resolved <span class="type">FcPattern</span> specifying the font on the system
|
300
283
|
</td>
|
301
284
|
</tr>
|
302
285
|
<tr>
|
303
286
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
304
|
-
<td>
|
287
|
+
<td>user data passed to <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a>
|
305
288
|
</td>
|
306
289
|
</tr>
|
307
290
|
<tr>
|
308
291
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
309
292
|
<td> a new reference to a custom decoder for this pattern,
|
310
|
-
or <a href="/usr/share/gtk-doc/html/
|
293
|
+
or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the default decoder handling should be used.
|
311
294
|
</td>
|
312
295
|
</tr>
|
313
296
|
</tbody>
|
314
297
|
</table></div>
|
315
298
|
</div>
|
316
299
|
<hr>
|
317
|
-
<div class="refsect2"
|
300
|
+
<div class="refsect2">
|
318
301
|
<a name="pango-fc-font-map-add-decoder-find-func"></a><h3>pango_fc_font_map_add_decoder_find_func ()</h3>
|
319
302
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_map_add_decoder_find_func
|
320
|
-
(<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
321
|
-
<a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()"><span class="
|
322
|
-
<
|
323
|
-
<
|
303
|
+
(<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>,
|
304
|
+
<em class="parameter"><code><a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()"><span class="type">PangoFcDecoderFindFunc</span></a> findfunc</code></em>,
|
305
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
|
306
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> dnotify</code></em>);</pre>
|
324
307
|
<p>
|
325
308
|
This function saves a callback method in the <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> that
|
326
309
|
will be called whenever new fonts are created. If the
|
327
310
|
function returns a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>, that decoder will be used to
|
328
311
|
determine both coverage via a <span class="type">FcCharSet</span> and a one-to-one mapping of
|
329
312
|
characters to glyphs. This will allow applications to have
|
330
|
-
application-specific encodings for various fonts
|
313
|
+
application-specific encodings for various fonts.
|
314
|
+
</p>
|
331
315
|
<div class="variablelist"><table border="0">
|
332
316
|
<col align="left" valign="top">
|
333
317
|
<tbody>
|
334
318
|
<tr>
|
335
319
|
<td><p><span class="term"><em class="parameter"><code>fcfontmap</code></em> :</span></p></td>
|
336
|
-
<td>
|
320
|
+
<td>The <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> to add this method to.
|
337
321
|
</td>
|
338
322
|
</tr>
|
339
323
|
<tr>
|
340
324
|
<td><p><span class="term"><em class="parameter"><code>findfunc</code></em> :</span></p></td>
|
341
|
-
<td>
|
325
|
+
<td>The <a class="link" href="PangoFcFontMap.html#PangoFcDecoderFindFunc" title="PangoFcDecoderFindFunc ()"><span class="type">PangoFcDecoderFindFunc</span></a> callback function
|
342
326
|
</td>
|
343
327
|
</tr>
|
344
328
|
<tr>
|
345
329
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
346
|
-
<td>
|
330
|
+
<td>User data.
|
347
331
|
</td>
|
348
332
|
</tr>
|
349
333
|
<tr>
|
350
334
|
<td><p><span class="term"><em class="parameter"><code>dnotify</code></em> :</span></p></td>
|
351
|
-
<td>
|
335
|
+
<td>A <span class="type">GDestroyNotify</span> callback that will be called when the
|
352
336
|
fontmap is finalized and the decoder is released.
|
353
337
|
</td>
|
354
338
|
</tr>
|
@@ -357,29 +341,30 @@ application-specific encodings for various fonts.</p>
|
|
357
341
|
<p class="since">Since 1.6.</p>
|
358
342
|
</div>
|
359
343
|
<hr>
|
360
|
-
<div class="refsect2"
|
344
|
+
<div class="refsect2">
|
361
345
|
<a name="pango-fc-font-map-find-decoder"></a><h3>pango_fc_font_map_find_decoder ()</h3>
|
362
|
-
<pre class="programlisting"><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * pango_fc_font_map_find_decoder (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
363
|
-
<span class="
|
346
|
+
<pre class="programlisting"><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="returnvalue">PangoFcDecoder</span></a> * pango_fc_font_map_find_decoder (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>,
|
347
|
+
<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>);</pre>
|
364
348
|
<p>
|
365
349
|
Finds the decoder to use for <em class="parameter"><code>pattern</code></em>. Decoders can be added to
|
366
|
-
a font map using <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a
|
350
|
+
a font map using <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a>.
|
351
|
+
</p>
|
367
352
|
<div class="variablelist"><table border="0">
|
368
353
|
<col align="left" valign="top">
|
369
354
|
<tbody>
|
370
355
|
<tr>
|
371
356
|
<td><p><span class="term"><em class="parameter"><code>fcfontmap</code></em> :</span></p></td>
|
372
|
-
<td>
|
357
|
+
<td>The <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> to use.
|
373
358
|
</td>
|
374
359
|
</tr>
|
375
360
|
<tr>
|
376
361
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
377
|
-
<td>
|
362
|
+
<td>The <span class="type">FcPattern</span> to find the decoder for.
|
378
363
|
</td>
|
379
364
|
</tr>
|
380
365
|
<tr>
|
381
366
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
382
|
-
<td> a newly created <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> object or <a href="/usr/share/gtk-doc/html/
|
367
|
+
<td> a newly created <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> object or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if
|
383
368
|
no decoder is set for <em class="parameter"><code>pattern</code></em>.
|
384
369
|
|
385
370
|
</td>
|
@@ -389,68 +374,71 @@ a font map using <a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add
|
|
389
374
|
<p class="since">Since 1.26.</p>
|
390
375
|
</div>
|
391
376
|
<hr>
|
392
|
-
<div class="refsect2"
|
377
|
+
<div class="refsect2">
|
393
378
|
<a name="pango-fc-font-map-cache-clear"></a><h3>pango_fc_font_map_cache_clear ()</h3>
|
394
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_map_cache_clear (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
379
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_map_cache_clear (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);</pre>
|
395
380
|
<p>
|
396
381
|
Clear all cached information and fontsets for this font map;
|
397
382
|
this should be called whenever there is a change in the
|
398
383
|
output of the <code class="function">default_substitute()</code> virtual function of the
|
399
384
|
font map, or if fontconfig has been reinitialized to new
|
400
|
-
configuration
|
385
|
+
configuration.
|
386
|
+
</p>
|
401
387
|
<div class="variablelist"><table border="0">
|
402
388
|
<col align="left" valign="top">
|
403
389
|
<tbody><tr>
|
404
390
|
<td><p><span class="term"><em class="parameter"><code>fcfontmap</code></em> :</span></p></td>
|
405
|
-
<td>
|
391
|
+
<td>a <span class="type">PangoFcFontmap</span>
|
406
392
|
</td>
|
407
393
|
</tr></tbody>
|
408
394
|
</table></div>
|
409
395
|
<p class="since">Since 1.4</p>
|
410
396
|
</div>
|
411
397
|
<hr>
|
412
|
-
<div class="refsect2"
|
398
|
+
<div class="refsect2">
|
413
399
|
<a name="pango-fc-font-map-shutdown"></a><h3>pango_fc_font_map_shutdown ()</h3>
|
414
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_map_shutdown (<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="
|
400
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_fc_font_map_shutdown (<em class="parameter"><code><a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *fcfontmap</code></em>);</pre>
|
415
401
|
<p>
|
416
402
|
Clears all cached information for the fontmap and marks
|
417
403
|
all fonts open for the fontmap as dead. (See the <code class="function">shutdown()</code>
|
418
404
|
virtual function of <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.) This function might be used
|
419
405
|
by a backend when the underlying windowing system for the font
|
420
406
|
map exits. This function is only intended to be called
|
421
|
-
only for backend implementations deriving from <span class="type">PangoFcFontmap</span
|
407
|
+
only for backend implementations deriving from <span class="type">PangoFcFontmap</span>.
|
408
|
+
</p>
|
422
409
|
<div class="variablelist"><table border="0">
|
423
410
|
<col align="left" valign="top">
|
424
411
|
<tbody><tr>
|
425
412
|
<td><p><span class="term"><em class="parameter"><code>fcfontmap</code></em> :</span></p></td>
|
426
|
-
<td>
|
413
|
+
<td>a <span class="type">PangoFcFontmap</span>
|
427
414
|
</td>
|
428
415
|
</tr></tbody>
|
429
416
|
</table></div>
|
430
417
|
<p class="since">Since 1.4</p>
|
431
418
|
</div>
|
432
419
|
<hr>
|
433
|
-
<div class="refsect2"
|
420
|
+
<div class="refsect2">
|
434
421
|
<a name="pango-fc-font-description-from-pattern"></a><h3>pango_fc_font_description_from_pattern ()</h3>
|
435
422
|
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * pango_fc_font_description_from_pattern
|
436
|
-
(<span class="
|
437
|
-
<
|
423
|
+
(<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
424
|
+
<em class="parameter"><code><span class="type">gboolean</span> include_size</code></em>);</pre>
|
438
425
|
<p>
|
439
426
|
Creates a <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a> that matches the specified
|
440
427
|
Fontconfig pattern as closely as possible. Many possible Fontconfig
|
441
428
|
pattern values, such as <code class="literal">FC_RASTERIZER</code> or <code class="literal">FC_DPI</code>, don't make sense in
|
442
|
-
the context of <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a>, so will be ignored
|
429
|
+
the context of <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="type">PangoFontDescription</span></a>, so will be ignored.
|
430
|
+
</p>
|
443
431
|
<div class="variablelist"><table border="0">
|
444
432
|
<col align="left" valign="top">
|
445
433
|
<tbody>
|
446
434
|
<tr>
|
447
435
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
448
|
-
<td>
|
436
|
+
<td>a <span class="type">FcPattern</span>
|
449
437
|
</td>
|
450
438
|
</tr>
|
451
439
|
<tr>
|
452
440
|
<td><p><span class="term"><em class="parameter"><code>include_size</code></em> :</span></p></td>
|
453
|
-
<td>
|
441
|
+
<td>if <code class="literal">TRUE</code>, the pattern will include the size from
|
454
442
|
the <em class="parameter"><code>pattern</code></em>; otherwise the resulting pattern will be unsized.
|
455
443
|
(only <code class="literal">FC_SIZE</code> is examined, not <code class="literal">FC_PIXEL_SIZE</code>)
|
456
444
|
</td>
|
@@ -467,7 +455,7 @@ the context of <a class="link" href="pango-Fonts.html#PangoFontDescription" titl
|
|
467
455
|
<p class="since">Since 1.4</p>
|
468
456
|
</div>
|
469
457
|
<hr>
|
470
|
-
<div class="refsect2"
|
458
|
+
<div class="refsect2">
|
471
459
|
<a name="PANGO-FC-GRAVITY:CAPS"></a><h3>PANGO_FC_GRAVITY</h3>
|
472
460
|
<pre class="programlisting">#define PANGO_FC_GRAVITY "pangogravity"
|
473
461
|
</pre>
|
@@ -479,11 +467,12 @@ than <code class="literal">PangoGravitySouth</code> is desired.
|
|
479
467
|
<p>
|
480
468
|
The property will have a <a class="link" href="pango-Vertical-Text.html#PangoGravity" title="enum PangoGravity"><span class="type">PangoGravity</span></a> value as a string, like "east".
|
481
469
|
This can be used to write fontconfig configuration rules to choose
|
482
|
-
different fonts for horizontal and vertical writing directions
|
470
|
+
different fonts for horizontal and vertical writing directions.
|
471
|
+
</p>
|
483
472
|
<p class="since">Since 1.20</p>
|
484
473
|
</div>
|
485
474
|
<hr>
|
486
|
-
<div class="refsect2"
|
475
|
+
<div class="refsect2">
|
487
476
|
<a name="PANGO-FC-VERSION:CAPS"></a><h3>PANGO_FC_VERSION</h3>
|
488
477
|
<pre class="programlisting">#define PANGO_FC_VERSION "pangoversion"
|
489
478
|
</pre>
|
@@ -496,11 +485,12 @@ The property will have an integer value equal to what
|
|
496
485
|
<a class="link" href="pango-Version-Checking.html#pango-version" title="pango_version ()"><code class="function">pango_version()</code></a> returns.
|
497
486
|
This can be used to write fontconfig configuration rules that only affect
|
498
487
|
certain pango versions (or only pango-using applications, or only
|
499
|
-
non-pango-using applications)
|
488
|
+
non-pango-using applications).
|
489
|
+
</p>
|
500
490
|
<p class="since">Since 1.20</p>
|
501
491
|
</div>
|
502
492
|
<hr>
|
503
|
-
<div class="refsect2"
|
493
|
+
<div class="refsect2">
|
504
494
|
<a name="PANGO-FC-PRGNAME:CAPS"></a><h3>PANGO_FC_PRGNAME</h3>
|
505
495
|
<pre class="programlisting">#define PANGO_FC_PRGNAME "pangoprgname"
|
506
496
|
</pre>
|
@@ -510,33 +500,36 @@ fontconfig pattern it passes to fontconfig.
|
|
510
500
|
</p>
|
511
501
|
<p>
|
512
502
|
The property will have a string equal to what
|
513
|
-
<
|
503
|
+
<code class="function">g_get_prgname()</code> returns.
|
514
504
|
This can be used to write fontconfig configuration rules that only affect
|
515
|
-
certain applications
|
505
|
+
certain applications.
|
506
|
+
</p>
|
516
507
|
<p class="since">Since 1.24</p>
|
517
508
|
</div>
|
518
509
|
<hr>
|
519
|
-
<div class="refsect2"
|
510
|
+
<div class="refsect2">
|
520
511
|
<a name="PangoFcFontsetKey"></a><h3>PangoFcFontsetKey</h3>
|
521
512
|
<pre class="programlisting">typedef struct _PangoFcFontsetKey PangoFcFontsetKey;</pre>
|
522
513
|
<p>
|
523
514
|
An opaque structure containing all the information needed for
|
524
|
-
loading a fontset with the PangoFc fontmap
|
515
|
+
loading a fontset with the PangoFc fontmap.
|
516
|
+
</p>
|
525
517
|
<p class="since">Since 1.24</p>
|
526
518
|
</div>
|
527
519
|
<hr>
|
528
|
-
<div class="refsect2"
|
520
|
+
<div class="refsect2">
|
529
521
|
<a name="pango-fc-fontset-key-get-context-key"></a><h3>pango_fc_fontset_key_get_context_key ()</h3>
|
530
|
-
<pre class="programlisting"><
|
531
|
-
(const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
522
|
+
<pre class="programlisting"><span class="returnvalue">gpointer</span> pango_fc_fontset_key_get_context_key
|
523
|
+
(<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
|
532
524
|
<p>
|
533
|
-
Gets the context key member of <em class="parameter"><code>key</code></em
|
525
|
+
Gets the context key member of <em class="parameter"><code>key</code></em>.
|
526
|
+
</p>
|
534
527
|
<div class="variablelist"><table border="0">
|
535
528
|
<col align="left" valign="top">
|
536
529
|
<tbody>
|
537
530
|
<tr>
|
538
531
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
539
|
-
<td>
|
532
|
+
<td>the font key
|
540
533
|
</td>
|
541
534
|
</tr>
|
542
535
|
<tr>
|
@@ -550,18 +543,19 @@ Gets the context key member of <em class="parameter"><code>key</code></em>.</p>
|
|
550
543
|
<p class="since">Since 1.24</p>
|
551
544
|
</div>
|
552
545
|
<hr>
|
553
|
-
<div class="refsect2"
|
546
|
+
<div class="refsect2">
|
554
547
|
<a name="pango-fc-fontset-key-get-description"></a><h3>pango_fc_fontset_key_get_description ()</h3>
|
555
548
|
<pre class="programlisting">const <a class="link" href="pango-Fonts.html#PangoFontDescription" title="PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * pango_fc_fontset_key_get_description
|
556
|
-
(const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
549
|
+
(<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
|
557
550
|
<p>
|
558
|
-
Gets the font description of <em class="parameter"><code>key</code></em
|
551
|
+
Gets the font description of <em class="parameter"><code>key</code></em>.
|
552
|
+
</p>
|
559
553
|
<div class="variablelist"><table border="0">
|
560
554
|
<col align="left" valign="top">
|
561
555
|
<tbody>
|
562
556
|
<tr>
|
563
557
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
564
|
-
<td>
|
558
|
+
<td>the fontset key
|
565
559
|
</td>
|
566
560
|
</tr>
|
567
561
|
<tr>
|
@@ -575,17 +569,18 @@ Gets the font description of <em class="parameter"><code>key</code></em>.</p>
|
|
575
569
|
<p class="since">Since 1.24</p>
|
576
570
|
</div>
|
577
571
|
<hr>
|
578
|
-
<div class="refsect2"
|
572
|
+
<div class="refsect2">
|
579
573
|
<a name="pango-fc-fontset-key-get-language"></a><h3>pango_fc_fontset_key_get_language ()</h3>
|
580
|
-
<pre class="programlisting"><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * pango_fc_fontset_key_get_language (const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
574
|
+
<pre class="programlisting"><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * pango_fc_fontset_key_get_language (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
|
581
575
|
<p>
|
582
|
-
Gets the language member of <em class="parameter"><code>key</code></em
|
576
|
+
Gets the language member of <em class="parameter"><code>key</code></em>.
|
577
|
+
</p>
|
583
578
|
<div class="variablelist"><table border="0">
|
584
579
|
<col align="left" valign="top">
|
585
580
|
<tbody>
|
586
581
|
<tr>
|
587
582
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
588
|
-
<td>
|
583
|
+
<td>the fontset key
|
589
584
|
</td>
|
590
585
|
</tr>
|
591
586
|
<tr>
|
@@ -599,17 +594,18 @@ Gets the language member of <em class="parameter"><code>key</code></em>.</p>
|
|
599
594
|
<p class="since">Since 1.24</p>
|
600
595
|
</div>
|
601
596
|
<hr>
|
602
|
-
<div class="refsect2"
|
597
|
+
<div class="refsect2">
|
603
598
|
<a name="pango-fc-fontset-key-get-matrix"></a><h3>pango_fc_fontset_key_get_matrix ()</h3>
|
604
|
-
<pre class="programlisting">const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * pango_fc_fontset_key_get_matrix (const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
599
|
+
<pre class="programlisting">const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * pango_fc_fontset_key_get_matrix (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
|
605
600
|
<p>
|
606
|
-
Gets the matrix member of <em class="parameter"><code>key</code></em
|
601
|
+
Gets the matrix member of <em class="parameter"><code>key</code></em>.
|
602
|
+
</p>
|
607
603
|
<div class="variablelist"><table border="0">
|
608
604
|
<col align="left" valign="top">
|
609
605
|
<tbody>
|
610
606
|
<tr>
|
611
607
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
612
|
-
<td>
|
608
|
+
<td>the fontset key
|
613
609
|
</td>
|
614
610
|
</tr>
|
615
611
|
<tr>
|
@@ -623,19 +619,20 @@ Gets the matrix member of <em class="parameter"><code>key</code></em>.</p>
|
|
623
619
|
<p class="since">Since 1.24</p>
|
624
620
|
</div>
|
625
621
|
<hr>
|
626
|
-
<div class="refsect2"
|
622
|
+
<div class="refsect2">
|
627
623
|
<a name="pango-fc-fontset-key-get-absolute-size"></a><h3>pango_fc_fontset_key_get_absolute_size ()</h3>
|
628
624
|
<pre class="programlisting"><span class="returnvalue">double</span> pango_fc_fontset_key_get_absolute_size
|
629
|
-
(const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
625
|
+
(<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
|
630
626
|
<p>
|
631
627
|
Gets the absolute font size of <em class="parameter"><code>key</code></em> in Pango units. This is adjusted
|
632
|
-
for both resolution and transformation matrix
|
628
|
+
for both resolution and transformation matrix.
|
629
|
+
</p>
|
633
630
|
<div class="variablelist"><table border="0">
|
634
631
|
<col align="left" valign="top">
|
635
632
|
<tbody>
|
636
633
|
<tr>
|
637
634
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
638
|
-
<td>
|
635
|
+
<td>the fontset key
|
639
636
|
</td>
|
640
637
|
</tr>
|
641
638
|
<tr>
|
@@ -649,17 +646,18 @@ for both resolution and transformation matrix.</p>
|
|
649
646
|
<p class="since">Since 1.24</p>
|
650
647
|
</div>
|
651
648
|
<hr>
|
652
|
-
<div class="refsect2"
|
649
|
+
<div class="refsect2">
|
653
650
|
<a name="pango-fc-fontset-key-get-resolution"></a><h3>pango_fc_fontset_key_get_resolution ()</h3>
|
654
|
-
<pre class="programlisting"><span class="returnvalue">double</span> pango_fc_fontset_key_get_resolution (const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="
|
651
|
+
<pre class="programlisting"><span class="returnvalue">double</span> pango_fc_fontset_key_get_resolution (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontsetKey" title="PangoFcFontsetKey"><span class="type">PangoFcFontsetKey</span></a> *key</code></em>);</pre>
|
655
652
|
<p>
|
656
|
-
Gets the resolution of <em class="parameter"><code>key</code></em
|
653
|
+
Gets the resolution of <em class="parameter"><code>key</code></em>
|
654
|
+
</p>
|
657
655
|
<div class="variablelist"><table border="0">
|
658
656
|
<col align="left" valign="top">
|
659
657
|
<tbody>
|
660
658
|
<tr>
|
661
659
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
662
|
-
<td>
|
660
|
+
<td>the fontset key
|
663
661
|
</td>
|
664
662
|
</tr>
|
665
663
|
<tr>
|
@@ -673,26 +671,28 @@ Gets the resolution of <em class="parameter"><code>key</code></em></p>
|
|
673
671
|
<p class="since">Since 1.24</p>
|
674
672
|
</div>
|
675
673
|
<hr>
|
676
|
-
<div class="refsect2"
|
674
|
+
<div class="refsect2">
|
677
675
|
<a name="PangoFcFontKey"></a><h3>PangoFcFontKey</h3>
|
678
676
|
<pre class="programlisting">typedef struct _PangoFcFontKey PangoFcFontKey;</pre>
|
679
677
|
<p>
|
680
678
|
An opaque structure containing all the information needed for
|
681
|
-
loading a font with the PangoFc fontmap
|
679
|
+
loading a font with the PangoFc fontmap.
|
680
|
+
</p>
|
682
681
|
<p class="since">Since 1.24</p>
|
683
682
|
</div>
|
684
683
|
<hr>
|
685
|
-
<div class="refsect2"
|
684
|
+
<div class="refsect2">
|
686
685
|
<a name="pango-fc-font-key-get-context-key"></a><h3>pango_fc_font_key_get_context_key ()</h3>
|
687
|
-
<pre class="programlisting"><
|
686
|
+
<pre class="programlisting"><span class="returnvalue">gpointer</span> pango_fc_font_key_get_context_key (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);</pre>
|
688
687
|
<p>
|
689
|
-
Gets the context key member of <em class="parameter"><code>key</code></em
|
688
|
+
Gets the context key member of <em class="parameter"><code>key</code></em>.
|
689
|
+
</p>
|
690
690
|
<div class="variablelist"><table border="0">
|
691
691
|
<col align="left" valign="top">
|
692
692
|
<tbody>
|
693
693
|
<tr>
|
694
694
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
695
|
-
<td>
|
695
|
+
<td>the font key
|
696
696
|
</td>
|
697
697
|
</tr>
|
698
698
|
<tr>
|
@@ -706,17 +706,18 @@ Gets the context key member of <em class="parameter"><code>key</code></em>.</p>
|
|
706
706
|
<p class="since">Since 1.24</p>
|
707
707
|
</div>
|
708
708
|
<hr>
|
709
|
-
<div class="refsect2"
|
709
|
+
<div class="refsect2">
|
710
710
|
<a name="pango-fc-font-key-get-matrix"></a><h3>pango_fc_font_key_get_matrix ()</h3>
|
711
|
-
<pre class="programlisting">const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * pango_fc_font_key_get_matrix (const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="
|
711
|
+
<pre class="programlisting">const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="returnvalue">PangoMatrix</span></a> * pango_fc_font_key_get_matrix (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);</pre>
|
712
712
|
<p>
|
713
|
-
Gets the matrix member of <em class="parameter"><code>key</code></em
|
713
|
+
Gets the matrix member of <em class="parameter"><code>key</code></em>.
|
714
|
+
</p>
|
714
715
|
<div class="variablelist"><table border="0">
|
715
716
|
<col align="left" valign="top">
|
716
717
|
<tbody>
|
717
718
|
<tr>
|
718
719
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
719
|
-
<td>
|
720
|
+
<td>the font key
|
720
721
|
</td>
|
721
722
|
</tr>
|
722
723
|
<tr>
|
@@ -730,17 +731,18 @@ Gets the matrix member of <em class="parameter"><code>key</code></em>.</p>
|
|
730
731
|
<p class="since">Since 1.24</p>
|
731
732
|
</div>
|
732
733
|
<hr>
|
733
|
-
<div class="refsect2"
|
734
|
+
<div class="refsect2">
|
734
735
|
<a name="pango-fc-font-key-get-pattern"></a><h3>pango_fc_font_key_get_pattern ()</h3>
|
735
|
-
<pre class="programlisting">const <span class="returnvalue">FcPattern</span> * pango_fc_font_key_get_pattern (const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="
|
736
|
+
<pre class="programlisting">const <span class="returnvalue">FcPattern</span> * pango_fc_font_key_get_pattern (<em class="parameter"><code>const <a class="link" href="PangoFcFontMap.html#PangoFcFontKey" title="PangoFcFontKey"><span class="type">PangoFcFontKey</span></a> *key</code></em>);</pre>
|
736
737
|
<p>
|
737
|
-
Gets the fontconfig pattern member of <em class="parameter"><code>key</code></em
|
738
|
+
Gets the fontconfig pattern member of <em class="parameter"><code>key</code></em>.
|
739
|
+
</p>
|
738
740
|
<div class="variablelist"><table border="0">
|
739
741
|
<col align="left" valign="top">
|
740
742
|
<tbody>
|
741
743
|
<tr>
|
742
744
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
743
|
-
<td>
|
745
|
+
<td>the font key
|
744
746
|
</td>
|
745
747
|
</tr>
|
746
748
|
<tr>
|
@@ -754,7 +756,7 @@ Gets the fontconfig pattern member of <em class="parameter"><code>key</code></em
|
|
754
756
|
<p class="since">Since 1.24</p>
|
755
757
|
</div>
|
756
758
|
</div>
|
757
|
-
<div class="refsect1"
|
759
|
+
<div class="refsect1">
|
758
760
|
<a name="PangoFcFontMap.see-also"></a><h2>See Also</h2>
|
759
761
|
<p>
|
760
762
|
</p>
|
@@ -774,6 +776,6 @@ Fontconfig-based backend involves deriving from both
|
|
774
776
|
</div>
|
775
777
|
<div class="footer">
|
776
778
|
<hr>
|
777
|
-
Generated by GTK-Doc V1.
|
779
|
+
Generated by GTK-Doc V1.15.1</div>
|
778
780
|
</body>
|
779
781
|
</html>
|