pango 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/pango/extconf.rb +3 -0
- data/ext/pango/rbpango.c +312 -12
- data/ext/pango/rbpango.h +33 -22
- data/ext/pango/rbpangoanalysis.c +98 -58
- data/ext/pango/rbpangoattribute.c +94 -85
- data/ext/pango/rbpangoattriterator.c +39 -28
- data/ext/pango/rbpangoattrlist.c +42 -32
- data/ext/pango/rbpangocairo.c +38 -172
- data/ext/pango/rbpangocairocontext.c +151 -0
- data/ext/pango/rbpangocolor.c +49 -38
- data/ext/pango/rbpangocontext.c +109 -102
- data/ext/pango/rbpangoconversions.h +111 -0
- data/ext/pango/rbpangocoverage.c +45 -37
- data/ext/pango/rbpangoengine.c +22 -12
- data/ext/pango/rbpangofont.c +52 -43
- data/ext/pango/rbpangofontdescription.c +102 -91
- data/ext/pango/rbpangofontface.c +32 -21
- data/ext/pango/rbpangofontfamily.c +31 -20
- data/ext/pango/rbpangofontmap.c +44 -36
- data/ext/pango/rbpangofontmetrics.c +41 -30
- data/ext/pango/rbpangofontset.c +32 -21
- data/ext/pango/rbpangofontsetsimple.c +34 -24
- data/ext/pango/rbpangoglyphinfo.c +48 -35
- data/ext/pango/rbpangoglyphitem.c +43 -33
- data/ext/pango/rbpangoglyphstring.c +59 -59
- data/ext/pango/rbpangogravity.c +34 -23
- data/ext/pango/rbpangoitem.c +43 -34
- data/ext/pango/rbpangolanguage.c +44 -34
- data/ext/pango/rbpangolayout.c +167 -160
- data/ext/pango/rbpangolayoutiter.c +70 -59
- data/ext/pango/rbpangolayoutline.c +106 -71
- data/ext/pango/rbpangologattr.c +42 -31
- data/ext/pango/rbpangomatrix.c +47 -35
- data/ext/pango/rbpangoprivate.h +53 -0
- data/ext/pango/rbpangorectangle.c +58 -49
- data/ext/pango/rbpangorenderer.c +81 -70
- data/ext/pango/rbpangoscript.c +37 -27
- data/ext/pango/rbpangoscriptiter.c +32 -22
- data/ext/pango/rbpangotabarray.c +48 -37
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +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/etc/pango/pango.modules +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
- 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/pango-1.0.def +2 -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.def +1 -1
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
- data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
- data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
- data/vendor/local/share/man/man1/pango-view.1 +2 -2
- data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
- data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
- metadata +19 -19
- data/ChangeLog +0 -721
- data/ext/pango/rbpangoinits.c +0 -72
- data/ext/pango/rbpangomain.c +0 -202
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Xft Fonts and Rendering</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
8
|
<link rel="up" href="rendering.html" title="Rendering with Pango">
|
9
9
|
<link rel="prev" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">
|
10
10
|
<link rel="next" href="pango-Cairo-Rendering.html" title="Cairo Rendering">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -51,24 +51,24 @@
|
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-set-default-substitute" title="pango_xft_set_default_substitute ()">pango_xft_set_default_substitute</a> (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
52
52
|
<em class="parameter"><code><span class="type">int</span> screen</code></em>,
|
53
53
|
<em class="parameter"><code><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftSubstituteFunc" title="PangoXftSubstituteFunc ()"><span class="type">PangoXftSubstituteFunc</span></a> func</code></em>,
|
54
|
-
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
55
|
-
<em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
|
54
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
55
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);
|
56
56
|
<span class="returnvalue">void</span> (<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftSubstituteFunc" title="PangoXftSubstituteFunc ()">*PangoXftSubstituteFunc</a>) (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
57
|
-
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
|
57
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-substitute-changed" title="pango_xft_substitute_changed ()">pango_xft_substitute_changed</a> (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
59
59
|
<em class="parameter"><code><span class="type">int</span> screen</code></em>);
|
60
60
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-shutdown-display" title="pango_xft_shutdown_display ()">pango_xft_shutdown_display</a> (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
61
61
|
<em class="parameter"><code><span class="type">int</span> screen</code></em>);
|
62
62
|
<span class="returnvalue">XftFont</span> * <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-font" title="pango_xft_font_get_font ()">pango_xft_font_get_font</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
63
63
|
<span class="returnvalue">Display</span> * <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-display" title="pango_xft_font_get_display ()">pango_xft_font_get_display</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
64
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-has-char" title="pango_xft_font_has_char ()">pango_xft_font_has_char</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
65
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
64
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-has-char" title="pango_xft_font_has_char ()">pango_xft_font_has_char</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
65
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
66
66
|
<span class="returnvalue">FT_Face</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-lock-face" title="pango_xft_font_lock_face ()">pango_xft_font_lock_face</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
67
67
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-unlock-face" title="pango_xft_font_unlock_face ()">pango_xft_font_unlock_face</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
68
|
-
<span class="returnvalue">guint</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-glyph" title="pango_xft_font_get_glyph ()">pango_xft_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
69
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
68
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-glyph" title="pango_xft_font_get_glyph ()">pango_xft_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
69
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
70
70
|
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-unknown-glyph" title="pango_xft_font_get_unknown_glyph ()">pango_xft_font_get_unknown_glyph</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
71
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
|
71
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
72
72
|
struct <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer-struct" title="struct PangoXftRenderer">PangoXftRenderer</a>;
|
73
73
|
struct <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRendererClass" title="struct PangoXftRendererClass">PangoXftRendererClass</a>;
|
74
74
|
<a class="link" href="pango-pango-renderer.html#PangoRenderer"><span class="returnvalue">PangoRenderer</span></a> * <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-new" title="pango_xft_renderer_new ()">pango_xft_renderer_new</a> (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
@@ -77,30 +77,30 @@ struct <a class="link" href="pango-Xft-Fonts-and-Rendering.html#Pan
|
|
77
77
|
<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>);
|
78
78
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-default-color" title="pango_xft_renderer_set_default_color ()">pango_xft_renderer_set_default_color</a>
|
79
79
|
(<em class="parameter"><code><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer"><span class="type">PangoXftRenderer</span></a> *xftrenderer</code></em>,
|
80
|
-
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"
|
80
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *default_color</code></em>);
|
81
81
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render" title="pango_xft_render ()">pango_xft_render</a> (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
82
82
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
83
83
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
84
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
85
|
-
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
86
|
-
<em class="parameter"><code><span class="type">gint</span> y</code></em>);
|
84
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
85
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
86
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
|
87
87
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-picture-render" title="pango_xft_picture_render ()">pango_xft_picture_render</a> (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
88
88
|
<em class="parameter"><code><span class="type">Picture</span> src_picture</code></em>,
|
89
89
|
<em class="parameter"><code><span class="type">Picture</span> dest_picture</code></em>,
|
90
90
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
91
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
92
|
-
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
93
|
-
<em class="parameter"><code><span class="type">gint</span> y</code></em>);
|
91
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
92
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
93
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
|
94
94
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-transformed" title="pango_xft_render_transformed ()">pango_xft_render_transformed</a> (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
95
95
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
96
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoMatrix"
|
96
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
|
97
97
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
98
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
98
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
99
99
|
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
100
100
|
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
101
101
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout-line" title="pango_xft_render_layout_line ()">pango_xft_render_layout_line</a> (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
102
102
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
103
|
-
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"
|
103
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
|
104
104
|
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
105
105
|
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
106
106
|
<span class="returnvalue">void</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout" title="pango_xft_render_layout ()">pango_xft_render_layout</a> (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
@@ -113,19 +113,19 @@ struct <a class="link" href="pango-Xft-Fonts-and-Rendering.html#Pan
|
|
113
113
|
<div class="refsect1">
|
114
114
|
<a name="pango-Xft-Fonts-and-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
115
115
|
<pre class="synopsis">
|
116
|
-
GObject
|
116
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
117
117
|
+----<a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
|
118
118
|
+----<a class="link" href="PangoFcFont.html" title="PangoFcFont">PangoFcFont</a>
|
119
119
|
+----PangoXftFont
|
120
120
|
</pre>
|
121
121
|
<pre class="synopsis">
|
122
|
-
GObject
|
122
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
123
123
|
+----<a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>
|
124
124
|
+----<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap">PangoFcFontMap</a>
|
125
125
|
+----PangoXftFontMap
|
126
126
|
</pre>
|
127
127
|
<pre class="synopsis">
|
128
|
-
GObject
|
128
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
129
129
|
+----<a class="link" href="pango-pango-renderer.html#PangoRenderer">PangoRenderer</a>
|
130
130
|
+----PangoXftRenderer
|
131
131
|
</pre>
|
@@ -133,8 +133,8 @@ struct <a class="link" href="pango-Xft-Fonts-and-Rendering.html#Pan
|
|
133
133
|
<div class="refsect1">
|
134
134
|
<a name="pango-Xft-Fonts-and-Rendering.properties"></a><h2>Properties</h2>
|
135
135
|
<pre class="synopsis">
|
136
|
-
"<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--display" title='The "display" property'>display</a>" <span class="type">gpointer</span> : Write / Construct Only
|
137
|
-
"<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--screen" title='The "screen" property'>screen</a>" <span class="type">gint</span> : Write / Construct Only
|
136
|
+
"<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--display" title='The "display" property'>display</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Write / Construct Only
|
137
|
+
"<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--screen" title='The "screen" property'>screen</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Write / Construct Only
|
138
138
|
</pre>
|
139
139
|
</div>
|
140
140
|
<div class="refsect1">
|
@@ -221,19 +221,15 @@ Xft fonts on the given screen of the given display.
|
|
221
221
|
<tbody>
|
222
222
|
<tr>
|
223
223
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
224
|
-
<td>an X display
|
225
|
-
</td>
|
224
|
+
<td>an X display.</td>
|
226
225
|
</tr>
|
227
226
|
<tr>
|
228
227
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
229
|
-
<td>an X screen
|
230
|
-
</td>
|
228
|
+
<td>an X screen.</td>
|
231
229
|
</tr>
|
232
230
|
<tr>
|
233
231
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
234
|
-
<td>
|
235
|
-
|
236
|
-
</td>
|
232
|
+
<td>the new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.</td>
|
237
233
|
</tr>
|
238
234
|
</tbody>
|
239
235
|
</table></div>
|
@@ -253,8 +249,7 @@ the display is closed.
|
|
253
249
|
<tbody>
|
254
250
|
<tr>
|
255
251
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
256
|
-
<td>an X display
|
257
|
-
</td>
|
252
|
+
<td>an X display</td>
|
258
253
|
</tr>
|
259
254
|
<tr>
|
260
255
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
@@ -263,8 +258,7 @@ the display is closed.
|
|
263
258
|
</tr>
|
264
259
|
<tr>
|
265
260
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
266
|
-
<td>
|
267
|
-
|
261
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> object, owned by Pango. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
|
268
262
|
</td>
|
269
263
|
</tr>
|
270
264
|
</tbody>
|
@@ -277,8 +271,8 @@ the display is closed.
|
|
277
271
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_xft_set_default_substitute (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
278
272
|
<em class="parameter"><code><span class="type">int</span> screen</code></em>,
|
279
273
|
<em class="parameter"><code><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftSubstituteFunc" title="PangoXftSubstituteFunc ()"><span class="type">PangoXftSubstituteFunc</span></a> func</code></em>,
|
280
|
-
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
281
|
-
<em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
|
274
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
275
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
|
282
276
|
<p>
|
283
277
|
Sets a function that will be called to do final configuration
|
284
278
|
substitution on a <span class="type">FcPattern</span> before it is used to load
|
@@ -290,8 +284,7 @@ hinting and antialiasing options.
|
|
290
284
|
<tbody>
|
291
285
|
<tr>
|
292
286
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
293
|
-
<td>an X Display
|
294
|
-
</td>
|
287
|
+
<td>an X Display</td>
|
295
288
|
</tr>
|
296
289
|
<tr>
|
297
290
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
@@ -301,8 +294,7 @@ hinting and antialiasing options.
|
|
301
294
|
<tr>
|
302
295
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
303
296
|
<td>function to call to to do final config tweaking
|
304
|
-
|
305
|
-
</td>
|
297
|
+
on <span class="type">FcPattern</span> objects.</td>
|
306
298
|
</tr>
|
307
299
|
<tr>
|
308
300
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
@@ -311,8 +303,7 @@ hinting and antialiasing options.
|
|
311
303
|
</tr>
|
312
304
|
<tr>
|
313
305
|
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
|
314
|
-
<td>function to call when <em class="parameter"><code>data</code></em> is no longer used
|
315
|
-
</td>
|
306
|
+
<td>function to call when <em class="parameter"><code>data</code></em> is no longer used.</td>
|
316
307
|
</tr>
|
317
308
|
</tbody>
|
318
309
|
</table></div>
|
@@ -322,7 +313,7 @@ hinting and antialiasing options.
|
|
322
313
|
<div class="refsect2">
|
323
314
|
<a name="PangoXftSubstituteFunc"></a><h3>PangoXftSubstituteFunc ()</h3>
|
324
315
|
<pre class="programlisting"><span class="returnvalue">void</span> (*PangoXftSubstituteFunc) (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
|
325
|
-
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
316
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
326
317
|
<p>
|
327
318
|
Function type for doing final config tweaking on prepared FcPatterns.
|
328
319
|
</p>
|
@@ -331,13 +322,11 @@ Function type for doing final config tweaking on prepared FcPatterns.
|
|
331
322
|
<tbody>
|
332
323
|
<tr>
|
333
324
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
334
|
-
<td>the FcPattern to tweak
|
335
|
-
</td>
|
325
|
+
<td>the FcPattern to tweak.</td>
|
336
326
|
</tr>
|
337
327
|
<tr>
|
338
328
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
339
|
-
<td>user data
|
340
|
-
</td>
|
329
|
+
<td>user data.</td>
|
341
330
|
</tr>
|
342
331
|
</tbody>
|
343
332
|
</table></div>
|
@@ -359,8 +348,7 @@ results for the same input pattern, you must call this function.
|
|
359
348
|
<tbody>
|
360
349
|
<tr>
|
361
350
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
362
|
-
<td>an X Display
|
363
|
-
</td>
|
351
|
+
<td>an X Display</td>
|
364
352
|
</tr>
|
365
353
|
<tr>
|
366
354
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
@@ -387,8 +375,7 @@ without needing to call this function.
|
|
387
375
|
<tbody>
|
388
376
|
<tr>
|
389
377
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
390
|
-
<td>an X display
|
391
|
-
</td>
|
378
|
+
<td>an X display</td>
|
392
379
|
</tr>
|
393
380
|
<tr>
|
394
381
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
@@ -411,13 +398,11 @@ Returns the XftFont of a font.
|
|
411
398
|
<tbody>
|
412
399
|
<tr>
|
413
400
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
414
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
415
|
-
</td>
|
401
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</td>
|
416
402
|
</tr>
|
417
403
|
<tr>
|
418
404
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
419
|
-
<td>
|
420
|
-
</td>
|
405
|
+
<td>the XftFont associated to <em class="parameter"><code>font</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
421
406
|
</tr>
|
422
407
|
</tbody>
|
423
408
|
</table></div>
|
@@ -434,13 +419,11 @@ Returns the X display of the XftFont of a font.
|
|
434
419
|
<tbody>
|
435
420
|
<tr>
|
436
421
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
437
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
438
|
-
</td>
|
422
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</td>
|
439
423
|
</tr>
|
440
424
|
<tr>
|
441
425
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
442
|
-
<td>
|
443
|
-
</td>
|
426
|
+
<td>the X display of the XftFont associated to <em class="parameter"><code>font</code></em>.</td>
|
444
427
|
</tr>
|
445
428
|
</tbody>
|
446
429
|
</table></div>
|
@@ -448,8 +431,8 @@ Returns the X display of the XftFont of a font.
|
|
448
431
|
<hr>
|
449
432
|
<div class="refsect2">
|
450
433
|
<a name="pango-xft-font-has-char"></a><h3>pango_xft_font_has_char ()</h3>
|
451
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> pango_xft_font_has_char (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
452
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
434
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> pango_xft_font_has_char (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
435
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
453
436
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
454
437
|
<h3 class="title">Warning</h3>
|
455
438
|
<p><code class="literal">pango_xft_font_has_char</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -465,19 +448,16 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_
|
|
465
448
|
<tbody>
|
466
449
|
<tr>
|
467
450
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
468
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> for the Xft backend
|
469
|
-
</td>
|
451
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> for the Xft backend</td>
|
470
452
|
</tr>
|
471
453
|
<tr>
|
472
454
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
473
|
-
<td>Unicode codepoint to look up
|
474
|
-
</td>
|
455
|
+
<td>Unicode codepoint to look up</td>
|
475
456
|
</tr>
|
476
457
|
<tr>
|
477
458
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
478
|
-
<td>
|
479
|
-
|
480
|
-
</td>
|
459
|
+
<td>
|
460
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>font</code></em> has the requested codepoint.</td>
|
481
461
|
</tr>
|
482
462
|
</tbody>
|
483
463
|
</table></div>
|
@@ -504,14 +484,11 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango
|
|
504
484
|
<tbody>
|
505
485
|
<tr>
|
506
486
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
507
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
508
|
-
</td>
|
487
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</td>
|
509
488
|
</tr>
|
510
489
|
<tr>
|
511
490
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
512
|
-
<td>
|
513
|
-
|
514
|
-
</td>
|
491
|
+
<td>the FreeType <span class="type">FT_Face</span> associated with <em class="parameter"><code>font</code></em>.</td>
|
515
492
|
</tr>
|
516
493
|
</tbody>
|
517
494
|
</table></div>
|
@@ -536,8 +513,7 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pan
|
|
536
513
|
<col align="left" valign="top">
|
537
514
|
<tbody><tr>
|
538
515
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
539
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
540
|
-
</td>
|
516
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</td>
|
541
517
|
</tr></tbody>
|
542
518
|
</table></div>
|
543
519
|
<p class="since">Since 1.2</p>
|
@@ -545,8 +521,8 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pan
|
|
545
521
|
<hr>
|
546
522
|
<div class="refsect2">
|
547
523
|
<a name="pango-xft-font-get-glyph"></a><h3>pango_xft_font_get_glyph ()</h3>
|
548
|
-
<pre class="programlisting"><span class="returnvalue">guint</span> pango_xft_font_get_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
549
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
524
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> pango_xft_font_get_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
525
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
550
526
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
551
527
|
<h3 class="title">Warning</h3>
|
552
528
|
<p><code class="literal">pango_xft_font_get_glyph</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -564,20 +540,16 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango
|
|
564
540
|
<tbody>
|
565
541
|
<tr>
|
566
542
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
567
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> for the Xft backend
|
568
|
-
</td>
|
543
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> for the Xft backend</td>
|
569
544
|
</tr>
|
570
545
|
<tr>
|
571
546
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
572
|
-
<td>Unicode codepoint to look up
|
573
|
-
</td>
|
547
|
+
<td>Unicode codepoint to look up</td>
|
574
548
|
</tr>
|
575
549
|
<tr>
|
576
550
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
577
|
-
<td>
|
578
|
-
|
579
|
-
|
580
|
-
</td>
|
551
|
+
<td>the glyph index, or 0, if the Unicode
|
552
|
+
character does not exist in the font.</td>
|
581
553
|
</tr>
|
582
554
|
</tbody>
|
583
555
|
</table></div>
|
@@ -587,7 +559,7 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango
|
|
587
559
|
<div class="refsect2">
|
588
560
|
<a name="pango-xft-font-get-unknown-glyph"></a><h3>pango_xft_font_get_unknown_glyph ()</h3>
|
589
561
|
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_xft_font_get_unknown_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
590
|
-
<em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
|
562
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
591
563
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
592
564
|
<h3 class="title">Warning</h3>
|
593
565
|
<p><code class="literal">pango_xft_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -604,18 +576,15 @@ Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
|
|
604
576
|
<tbody>
|
605
577
|
<tr>
|
606
578
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
607
|
-
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a
|
608
|
-
</td>
|
579
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</td>
|
609
580
|
</tr>
|
610
581
|
<tr>
|
611
582
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
612
|
-
<td>the Unicode character for which a glyph is needed
|
613
|
-
</td>
|
583
|
+
<td>the Unicode character for which a glyph is needed.</td>
|
614
584
|
</tr>
|
615
585
|
<tr>
|
616
586
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
617
|
-
<td>
|
618
|
-
</td>
|
587
|
+
<td>a glyph index into <em class="parameter"><code>font</code></em>.</td>
|
619
588
|
</tr>
|
620
589
|
</tbody>
|
621
590
|
</table></div>
|
@@ -655,15 +624,14 @@ The class structure for <a class="link" href="pango-Xft-Fonts-and-Rendering.html
|
|
655
624
|
<tr>
|
656
625
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoXftRendererClass.composite-trapezoids"></a>composite_trapezoids</code></em> ()</span></p></td>
|
657
626
|
<td>draw the specified trapezoids using
|
658
|
-
|
627
|
+
the current color and other attributes for <em class="parameter"><code>part</code></em>
|
659
628
|
</td>
|
660
629
|
</tr>
|
661
630
|
<tr>
|
662
631
|
<td><p><span class="term"><em class="structfield"><code><a name="PangoXftRendererClass.composite-glyphs"></a>composite_glyphs</code></em> ()</span></p></td>
|
663
632
|
<td>draw the specified glyphs using
|
664
|
-
|
665
|
-
|
666
|
-
</td>
|
633
|
+
the current foreground color and other foreground
|
634
|
+
attributes</td>
|
667
635
|
</tr>
|
668
636
|
</tbody>
|
669
637
|
</table></div>
|
@@ -684,20 +652,16 @@ using the renderer.
|
|
684
652
|
<tbody>
|
685
653
|
<tr>
|
686
654
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
687
|
-
<td>an X display
|
688
|
-
</td>
|
655
|
+
<td>an X display</td>
|
689
656
|
</tr>
|
690
657
|
<tr>
|
691
658
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
692
|
-
<td>the index of the screen for <em class="parameter"><code>display</code></em> to which rendering will be done
|
693
|
-
</td>
|
659
|
+
<td>the index of the screen for <em class="parameter"><code>display</code></em> to which rendering will be done</td>
|
694
660
|
</tr>
|
695
661
|
<tr>
|
696
662
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
697
|
-
<td>
|
698
|
-
|
699
|
-
|
700
|
-
</td>
|
663
|
+
<td>the newly created <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer"><span class="type">PangoXftRenderer</span></a>, which should
|
664
|
+
be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</td>
|
701
665
|
</tr>
|
702
666
|
</tbody>
|
703
667
|
</table></div>
|
@@ -734,7 +698,7 @@ The renderer must not be currently active.
|
|
734
698
|
<a name="pango-xft-renderer-set-default-color"></a><h3>pango_xft_renderer_set_default_color ()</h3>
|
735
699
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_xft_renderer_set_default_color
|
736
700
|
(<em class="parameter"><code><a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer"><span class="type">PangoXftRenderer</span></a> *xftrenderer</code></em>,
|
737
|
-
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"
|
701
|
+
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *default_color</code></em>);</pre>
|
738
702
|
<p>
|
739
703
|
Sets the default foreground color for a <span class="type">XftRenderer</span>.
|
740
704
|
</p>
|
@@ -748,8 +712,7 @@ Sets the default foreground color for a <span class="type">XftRenderer</span>.
|
|
748
712
|
</tr>
|
749
713
|
<tr>
|
750
714
|
<td><p><span class="term"><em class="parameter"><code>default_color</code></em> :</span></p></td>
|
751
|
-
<td>the default foreground color
|
752
|
-
</td>
|
715
|
+
<td>the default foreground color</td>
|
753
716
|
</tr>
|
754
717
|
</tbody>
|
755
718
|
</table></div>
|
@@ -761,44 +724,38 @@ Sets the default foreground color for a <span class="type">XftRenderer</span>.
|
|
761
724
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_xft_render (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
762
725
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
763
726
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
764
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
765
|
-
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
766
|
-
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
727
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
728
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
729
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
767
730
|
<p>
|
768
|
-
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
731
|
+
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto an <span class="type">XftDraw</span> object wrapping an X drawable.
|
769
732
|
</p>
|
770
733
|
<div class="variablelist"><table border="0">
|
771
734
|
<col align="left" valign="top">
|
772
735
|
<tbody>
|
773
736
|
<tr>
|
774
737
|
<td><p><span class="term"><em class="parameter"><code>draw</code></em> :</span></p></td>
|
775
|
-
<td>the <span class="type">XftDraw</span> object
|
776
|
-
</td>
|
738
|
+
<td>the <span class="type">XftDraw</span> object.</td>
|
777
739
|
</tr>
|
778
740
|
<tr>
|
779
741
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
780
|
-
<td>the color in which to draw the string
|
781
|
-
</td>
|
742
|
+
<td>the color in which to draw the string</td>
|
782
743
|
</tr>
|
783
744
|
<tr>
|
784
745
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
785
|
-
<td>the font in which to draw the string
|
786
|
-
</td>
|
746
|
+
<td>the font in which to draw the string</td>
|
787
747
|
</tr>
|
788
748
|
<tr>
|
789
749
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
790
|
-
<td>the glyph string to draw
|
791
|
-
</td>
|
750
|
+
<td>the glyph string to draw</td>
|
792
751
|
</tr>
|
793
752
|
<tr>
|
794
753
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
795
|
-
<td>the x position of start of string (in pixels)
|
796
|
-
</td>
|
754
|
+
<td>the x position of start of string (in pixels)</td>
|
797
755
|
</tr>
|
798
756
|
<tr>
|
799
757
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
800
|
-
<td>the y position of baseline (in pixels)
|
801
|
-
</td>
|
758
|
+
<td>the y position of baseline (in pixels)</td>
|
802
759
|
</tr>
|
803
760
|
</tbody>
|
804
761
|
</table></div>
|
@@ -810,49 +767,42 @@ Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title
|
|
810
767
|
<em class="parameter"><code><span class="type">Picture</span> src_picture</code></em>,
|
811
768
|
<em class="parameter"><code><span class="type">Picture</span> dest_picture</code></em>,
|
812
769
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
813
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
814
|
-
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
815
|
-
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
770
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
771
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
772
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
816
773
|
<p>
|
817
|
-
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
774
|
+
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto an Xrender <span class="type">Picture</span> object.
|
818
775
|
</p>
|
819
776
|
<div class="variablelist"><table border="0">
|
820
777
|
<col align="left" valign="top">
|
821
778
|
<tbody>
|
822
779
|
<tr>
|
823
780
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
824
|
-
<td>an X display
|
825
|
-
</td>
|
781
|
+
<td>an X display</td>
|
826
782
|
</tr>
|
827
783
|
<tr>
|
828
784
|
<td><p><span class="term"><em class="parameter"><code>src_picture</code></em> :</span></p></td>
|
829
|
-
<td>the source picture to draw the string with
|
830
|
-
</td>
|
785
|
+
<td>the source picture to draw the string with</td>
|
831
786
|
</tr>
|
832
787
|
<tr>
|
833
788
|
<td><p><span class="term"><em class="parameter"><code>dest_picture</code></em> :</span></p></td>
|
834
|
-
<td>the destination picture to draw the string onto
|
835
|
-
</td>
|
789
|
+
<td>the destination picture to draw the string onto</td>
|
836
790
|
</tr>
|
837
791
|
<tr>
|
838
792
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
839
|
-
<td>the font in which to draw the string
|
840
|
-
</td>
|
793
|
+
<td>the font in which to draw the string</td>
|
841
794
|
</tr>
|
842
795
|
<tr>
|
843
796
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
844
|
-
<td>the glyph string to draw
|
845
|
-
</td>
|
797
|
+
<td>the glyph string to draw</td>
|
846
798
|
</tr>
|
847
799
|
<tr>
|
848
800
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
849
|
-
<td>the x position of start of string (in pixels)
|
850
|
-
</td>
|
801
|
+
<td>the x position of start of string (in pixels)</td>
|
851
802
|
</tr>
|
852
803
|
<tr>
|
853
804
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
854
|
-
<td>the y position of baseline (in pixels)
|
855
|
-
</td>
|
805
|
+
<td>the y position of baseline (in pixels)</td>
|
856
806
|
</tr>
|
857
807
|
</tbody>
|
858
808
|
</table></div>
|
@@ -862,13 +812,13 @@ Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title
|
|
862
812
|
<a name="pango-xft-render-transformed"></a><h3>pango_xft_render_transformed ()</h3>
|
863
813
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_xft_render_transformed (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
864
814
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
865
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoMatrix"
|
815
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
|
866
816
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
867
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
817
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
868
818
|
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
869
819
|
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
870
820
|
<p>
|
871
|
-
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"
|
821
|
+
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a <span class="type">XftDraw</span>, possibly
|
872
822
|
transforming the layed-out coordinates through a transformation
|
873
823
|
matrix. Note that the transformation matrix for <em class="parameter"><code>font</code></em> is not
|
874
824
|
changed, so to produce correct rendering results, the <em class="parameter"><code>font</code></em>
|
@@ -885,35 +835,29 @@ transformation matrix to that passed in to this function.
|
|
885
835
|
</tr>
|
886
836
|
<tr>
|
887
837
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
888
|
-
<td>the color in which to draw the glyphs
|
889
|
-
</td>
|
838
|
+
<td>the color in which to draw the glyphs</td>
|
890
839
|
</tr>
|
891
840
|
<tr>
|
892
841
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
893
|
-
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"
|
894
|
-
</td>
|
842
|
+
<td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use an identity transformation</td>
|
895
843
|
</tr>
|
896
844
|
<tr>
|
897
845
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
898
|
-
<td>the font in which to draw the string
|
899
|
-
</td>
|
846
|
+
<td>the font in which to draw the string</td>
|
900
847
|
</tr>
|
901
848
|
<tr>
|
902
849
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
903
|
-
<td>the glyph string to draw
|
904
|
-
</td>
|
850
|
+
<td>the glyph string to draw</td>
|
905
851
|
</tr>
|
906
852
|
<tr>
|
907
853
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
908
854
|
<td>the x position of the start of the string (in Pango
|
909
|
-
|
910
|
-
</td>
|
855
|
+
units in user space coordinates)</td>
|
911
856
|
</tr>
|
912
857
|
<tr>
|
913
858
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
914
859
|
<td>the y position of the baseline (in Pango units
|
915
|
-
|
916
|
-
</td>
|
860
|
+
in user space coordinates)</td>
|
917
861
|
</tr>
|
918
862
|
</tbody>
|
919
863
|
</table></div>
|
@@ -924,11 +868,11 @@ transformation matrix to that passed in to this function.
|
|
924
868
|
<a name="pango-xft-render-layout-line"></a><h3>pango_xft_render_layout_line ()</h3>
|
925
869
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_xft_render_layout_line (<em class="parameter"><code><span class="type">XftDraw</span> *draw</code></em>,
|
926
870
|
<em class="parameter"><code><span class="type">XftColor</span> *color</code></em>,
|
927
|
-
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"
|
871
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
|
928
872
|
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
929
873
|
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
930
874
|
<p>
|
931
|
-
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"
|
875
|
+
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a <span class="type">XftDraw</span>
|
932
876
|
</p>
|
933
877
|
<div class="variablelist"><table border="0">
|
934
878
|
<col align="left" valign="top">
|
@@ -941,23 +885,20 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title=
|
|
941
885
|
<tr>
|
942
886
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
943
887
|
<td>the foreground color in which to draw the layout line
|
944
|
-
|
945
|
-
</td>
|
888
|
+
(may be overridden by color attributes)</td>
|
946
889
|
</tr>
|
947
890
|
<tr>
|
948
891
|
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
|
949
|
-
<td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"
|
892
|
+
<td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
|
950
893
|
</td>
|
951
894
|
</tr>
|
952
895
|
<tr>
|
953
896
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
954
|
-
<td>the x position of start of string (in Pango units)
|
955
|
-
</td>
|
897
|
+
<td>the x position of start of string (in Pango units)</td>
|
956
898
|
</tr>
|
957
899
|
<tr>
|
958
900
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
959
|
-
<td>the y position of baseline (in Pango units)
|
960
|
-
</td>
|
901
|
+
<td>the y position of baseline (in Pango units)</td>
|
961
902
|
</tr>
|
962
903
|
</tbody>
|
963
904
|
</table></div>
|
@@ -985,8 +926,7 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span clas
|
|
985
926
|
<tr>
|
986
927
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
987
928
|
<td>the foreground color in which to draw the layout
|
988
|
-
|
989
|
-
</td>
|
929
|
+
(may be overridden by color attributes)</td>
|
990
930
|
</tr>
|
991
931
|
<tr>
|
992
932
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
@@ -995,13 +935,11 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span clas
|
|
995
935
|
</tr>
|
996
936
|
<tr>
|
997
937
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
998
|
-
<td>the X position of the left of the layout (in Pango units)
|
999
|
-
</td>
|
938
|
+
<td>the X position of the left of the layout (in Pango units)</td>
|
1000
939
|
</tr>
|
1001
940
|
<tr>
|
1002
941
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1003
|
-
<td>the Y position of the top of the layout (in Pango units)
|
1004
|
-
</td>
|
942
|
+
<td>the Y position of the top of the layout (in Pango units)</td>
|
1005
943
|
</tr>
|
1006
944
|
</tbody>
|
1007
945
|
</table></div>
|
@@ -1012,13 +950,13 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span clas
|
|
1012
950
|
<a name="pango-Xft-Fonts-and-Rendering.property-details"></a><h2>Property Details</h2>
|
1013
951
|
<div class="refsect2">
|
1014
952
|
<a name="PangoXftRenderer--display"></a><h3>The <code class="literal">"display"</code> property</h3>
|
1015
|
-
<pre class="programlisting"> "display" <span class="type">gpointer</span> : Write / Construct Only</pre>
|
953
|
+
<pre class="programlisting"> "display" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Write / Construct Only</pre>
|
1016
954
|
<p>The display being rendered to.</p>
|
1017
955
|
</div>
|
1018
956
|
<hr>
|
1019
957
|
<div class="refsect2">
|
1020
958
|
<a name="PangoXftRenderer--screen"></a><h3>The <code class="literal">"screen"</code> property</h3>
|
1021
|
-
<pre class="programlisting"> "screen" <span class="type">gint</span> : Write / Construct Only</pre>
|
959
|
+
<pre class="programlisting"> "screen" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Write / Construct Only</pre>
|
1022
960
|
<p>The screen being rendered to.</p>
|
1023
961
|
<p>Allowed values: >= 0</p>
|
1024
962
|
<p>Default value: 0</p>
|
@@ -1027,6 +965,6 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span clas
|
|
1027
965
|
</div>
|
1028
966
|
<div class="footer">
|
1029
967
|
<hr>
|
1030
|
-
Generated by GTK-Doc V1.
|
968
|
+
Generated by GTK-Doc V1.18</div>
|
1031
969
|
</body>
|
1032
970
|
</html>
|