~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/html/PangoRenderer.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-09 07:49:30 UTC
  • mfrom: (1.6.1 upstream) (63.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090909074930-zlgadwz6svi311vh
Tags: 1.25.6-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>PangoRenderer</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
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
9
<link rel="prev" href="lowlevel.html" title="Low Level Functionality">
28
28
<link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
29
29
<link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
30
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">
31
33
</head>
32
34
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
33
35
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
124
126
<a name="PangoRenderer.object-hierarchy"></a><h2>Object Hierarchy</h2>
125
127
<pre class="synopsis">
126
128
  <a
127
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
129
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
128
130
>GObject</a>
129
131
   +----PangoRenderer
130
132
         +----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer">PangoXftRenderer</a>
160
162
<td><p><span class="term"><a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix">PangoMatrix</a> *<em class="structfield"><code>matrix</code></em>;</span></p></td>
161
163
<td> the current transformation matrix for the Renderer; may
162
164
   be <a
163
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
165
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
164
166
><code class="literal">NULL</code></a>, which should be treated the same as the identity matrix.
165
167
</td>
166
168
</tr></tbody>
217
219
</pre>
218
220
<p>
219
221
The <a
220
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
222
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
221
223
><span class="type">GObject</span></a> type for <a class="link" href="PangoRenderer.html#PangoRenderPart" title="enum PangoRenderPart"><span class="type">PangoRenderPart</span></a>.
222
224
</p>
223
225
</div>
509
511
</p>
510
512
<p>
511
513
If <em class="parameter"><code>text</code></em> is <a
512
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
514
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
513
515
><code class="literal">NULL</code></a>, this simply calls <a class="link" href="PangoRenderer.html#pango-renderer-draw-glyphs" title="pango_renderer_draw_glyphs ()"><code class="function">pango_renderer_draw_glyphs()</code></a>.
514
516
</p>
515
517
<p>
528
530
<tr>
529
531
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
530
532
<td> the UTF-8 text that <em class="parameter"><code>glyph_item</code></em> refers to, or <a
531
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
533
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
532
534
><code class="literal">NULL</code></a>
533
535
</td>
534
536
</tr>
878
880
<tr>
879
881
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
880
882
<td> the new color or <a
881
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
883
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
882
884
><code class="literal">NULL</code></a> to unset the current color
883
885
</td>
884
886
</tr>
911
913
<tr>
912
914
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
913
915
<td> the color for the specified part, or <a
914
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
916
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
915
917
><code class="literal">NULL</code></a>
916
918
 if it hasn't been set and should be inherited from the
917
919
 environment.
942
944
<tr>
943
945
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
944
946
<td> a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a
945
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
947
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
946
948
><code class="literal">NULL</code></a> to unset any existing matrix.
947
949
 (No matrix set is the same as setting the identity matrix.)
948
950
</td>
971
973
<tr>
972
974
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
973
975
<td> the matrix, or <a
974
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
976
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
975
977
><code class="literal">NULL</code></a> if no matrix has been set
976
978
 (which is the same as the identity matrix). The returned
977
979
 matrix is owned by Pango and must not be modified or
1008
1010
<tr>
1009
1011
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1010
1012
<td> the layout, or <a
1011
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1013
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1012
1014
><code class="literal">NULL</code></a> if no layout is being
1013
1015
 rendered using <em class="parameter"><code>renderer</code></em> at this time.
1014
1016
 
1043
1045
<tr>
1044
1046
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1045
1047
<td> the layout line, or <a
1046
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
1048
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1047
1049
><code class="literal">NULL</code></a> if no layout line is being
1048
1050
 rendered using <em class="parameter"><code>renderer</code></em> at this time.
1049
1051