This file is indexed.

/usr/share/gtk-doc/html/pygtk/class-pangocontext.html is in python-gtk2-doc 2.24.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>pango.Context</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="pango-class-reference.html" title="The pango Class Reference"><link rel="prev" href="class-pangocolor.html" title="pango.Color"><link rel="next" href="class-pangofont.html" title="pango.Font"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">pango.Context</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-pangocolor.html">Prev</a> </td><th width="60%" align="center">The pango Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-pangofont.html">Next</a></td></tr></table><hr></div><div class="refentry" title="pango.Context"><a name="class-pangocontext"></a><div class="titlepage"></div><div class="refnamediv"><h2>pango.Context</h2><p>pango.Context — stores global information used to control
rendering.</p></div><div class="refsect1" title="Synopsis"><a name="id2928038"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">pango.Context</span></span>(<span class="ooclass"><span class="classname"><PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK></span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-pangocontext.html#constructor-pangocontext" title="Constructor">pango.Context</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--get-font-map" title="pango.Context.get_font_map">get_font_map</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--set-font-map" title="pango.Context.get_font_map">set_font_map</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>font_map</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--list-families" title="pango.Context.list_families">list_families</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--load-font" title="pango.Context.load_font">load_font</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--load-fontset" title="pango.Context.load_fontset">load_fontset</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>language</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--get-metrics" title="pango.Context.get_metrics">get_metrics</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>language</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--set-font-description" title="pango.Context.set_font_description">set_font_description</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--get-font-description" title="pango.Context.get_font_description">get_font_description</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--get-language" title="pango.Context.get_language">get_language</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--set-language" title="pango.Context.set_language">set_language</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>language</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--set-base-dir" title="pango.Context.set_base_dir">set_base_dir</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>direction</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-pangocontext.html#method-pangocontext--get-base-dir" title="pango.Context.get_base_dir">get_base_dir</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3055488"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-pangocontext.html" title="pango.Context">pango.Context</a>
</pre></div><div class="refsect1" title="Description"><a name="id2994314"></a><h2>Description</h2><p>A <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a>
    object contains global information used to control the rendering
    process. The information accessible using the <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a>
    methods includes:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">the default <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a></li><li class="listitem">the default <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a></li><li class="listitem">the base direction of the text</li></ul></div><p>A <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a> can
be created with the <a class="link" href="class-gtkwidget.html#method-gtkwidget--create-pango-context" title="gtk.Widget.create_pango_context"><code class="methodname">gtk.Widget.create_pango_context</code>()</a>
method. The <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a>
associated with a <a class="link" href="class-gtkwidget.html" title="gtk.Widget"><code class="classname">gtk.Widget</code></a> is
retrieved using the <a class="link" href="class-gtkwidget.html#method-gtkwidget--get-pango-context" title="gtk.Widget.get_pango_context"><code class="methodname">gtk.Widget.get_pango_context</code>()</a>)
method.</p></div><div class="refsect1" title="Constructor"><a name="constructor-pangocontext"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">pango.Context</span>()</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a new <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a>
            <span class="emphasis"><em>without</em></span> an associated font map</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>Constructor is available in PyGTK 2.16 and above.</p></div><p>Creates a new PangoContext initialized to default values.</p><p>This constructor is not particularly useful as it should always be followed by a
      call to <a class="link" href="class-pangocontext.html#method-pangocontext--set-font-map" title="pango.Context.get_font_map">set_font_map</a>
      method.  Method <a class="link" href="class-pangofontmap.html#method-pangofontmap--create-context" title="pango.FontMap.create_context">pango.FontMap.create_context</a>
      does these two steps together and hence users are recommended to use that.</p><p>If you are using Pango as part of a higher-level system, that system may have
      it's own way of create a <a class="link" href="class-pangocontext.html" title="pango.Context">pango.Context</a>.
      For instance, the GTK+ toolkit has, among others,
      <a class="link" href="gdk-functions.html#function-gdk--pango-context-get-for-screen" title="gtk.gdk.pango_context_get_for_screen">gtk.gdk.pango_context_get_for_screen</a>
      and <a class="link" href="class-gtkwidget.html#method-gtkwidget--get-pango-context" title="gtk.Widget.get_pango_context">gtk.Widget.get_pango_context</a>.
      Use those instead.
    </p></div><div class="refsect1" title="Methods"><a name="id3308883"></a><h2>Methods</h2><div class="refsect2" title="pango.Context.get_font_map"><a name="method-pangocontext--get-font-map"></a><h3>pango.Context.get_font_map</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_font_map</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the font map for the
              <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a>.</td></tr></tbody></table></div><div class="refsect2" title="pango.Context.get_font_map"><a name="method-pangocontext--set-font-map"></a><h3>pango.Context.get_font_map</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_font_map</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>font_map</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>font_map</code></strong> :</span></p></td><td>the <a class="link" href="class-pangofontmap.html" title="pango.FontMap"><code class="classname">pango.FontMap</code>
                to set</a> object</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.16 and above.</p></div><p>Sets the font map to be searched when fonts are looked-up in this
        context. This is only for internal use by Pango backends,
        a <a class="link" href="class-pangocontext.html" title="pango.Context"><code class="classname">pango.Context</code></a>
        obtained via one of the recommended methods should already have a suitable font
        map.</p></div><div class="refsect2" title="pango.Context.list_families"><a name="method-pangocontext--list-families"></a><h3>pango.Context.list_families</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">list_families</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a tuple containing a set of <a class="link" href="class-pangofontfamily.html" title="pango.FontFamily"><code class="classname">pango.FontFamily</code></a> 
objects.</td></tr></tbody></table><p>The <code class="methodname">list_families</code>() method returns a
tuple containing the list of all the <a class="link" href="class-pangofontfamily.html" title="pango.FontFamily"><code class="classname">pango.FontFamily</code></a> 
objects for a context.</p></div><div class="refsect2" title="pango.Context.load_font"><a name="method-pangocontext--load-font"></a><h3>pango.Context.load_font</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">load_font</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>desc</code></strong> :</span></p></td><td>a <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
describing the font to load</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the <a class="link" href="class-pangofont.html" title="pango.Font"><code class="classname">pango.Font</code></a> loaded,
or <code class="literal">None</code> if no font matched.</td></tr></tbody></table><p>The <code class="methodname">load_font</code>() method loads and
returns the <a class="link" href="class-pangofont.html" title="pango.Font"><code class="classname">pango.Font</code></a> from one
of the fontmaps in the context that is the closest match for the <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
specified by <em class="parameter"><code>desc</code></em>.</p></div><div class="refsect2" title="pango.Context.load_fontset"><a name="method-pangocontext--load-fontset"></a><h3>pango.Context.load_fontset</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">load_fontset</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>language</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>desc</code></strong> :</span></p></td><td>a <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
describing the fonts to load</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>language</code></strong> :</span></p></td><td>a <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>
the fonts will be used for</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the <a class="link" href="class-pangofontset.html" title="pango.Fontset"><code class="classname">pango.FontSet</code></a>, or
<code class="literal">None</code> if no font matched.</td></tr></tbody></table><p>The <code class="methodname">load_fontset</code>() method loads and
returns a set of fonts (in a <a class="link" href="class-pangofontset.html" title="pango.Fontset"><code class="classname">pango.FontSet</code></a>)
from the context that can be used to render a font matching the <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
specified by <em class="parameter"><code>desc</code></em> with the <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>
specified by <em class="parameter"><code>language</code></em>.</p></div><div class="refsect2" title="pango.Context.get_metrics"><a name="method-pangocontext--get-metrics"></a><h3>pango.Context.get_metrics</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_metrics</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>language</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>desc</code></strong> :</span></p></td><td>a <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
object</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>language</code></strong> :</span></p></td><td>the <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>
that determines the script to get the metrics for, or
<code class="literal">None</code> to get the metrics for the entire
font.</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a <a class="link" href="class-pangofontmetrics.html" title="pango.FontMetrics"><code class="classname">pango.FontMetrics</code></a> 
object.</td></tr></tbody></table><p>The <code class="methodname">get_metrics</code>() method returns the
overall metric information for the font described by the <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
specified by <em class="parameter"><code>desc</code></em>. Since the metrics may be
substantially different for different scripts, a <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>
(specified by <em class="parameter"><code>language</code></em>) can be provided to indicate
that the metrics should correspond to the script(s) used by that language.
If the value of <em class="parameter"><code>language</code></em> is <code class="literal">None</code>,
the returned <a class="link" href="class-pangofontmetrics.html" title="pango.FontMetrics"><code class="classname">pango.FontMetrics</code></a> 
covers the entire font.</p><p>The family name in the <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
may be a comma separated list of families. If characters from multiple of
these families would be used to render the string, then the returned fonts
would be a composite of the metrics for the fonts loaded for the individual
families.</p></div><div class="refsect2" title="pango.Context.set_font_description"><a name="method-pangocontext--set-font-description"></a><h3>pango.Context.set_font_description</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_font_description</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>desc</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>desc</code></strong> :</span></p></td><td>a <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
object</td></tr></tbody></table><p>The <code class="methodname">set_font_description</code>() method sets
the default <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
(specified by <em class="parameter"><code>desc</code></em>) for the context.</p></div><div class="refsect2" title="pango.Context.get_font_description"><a name="method-pangocontext--get-font-description"></a><h3>pango.Context.get_font_description</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_font_description</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the default font description of the
context.</td></tr></tbody></table><p>The <code class="methodname">get_font_description</code>() method
returns the default <a class="link" href="class-pangofontdescription.html" title="pango.FontDescription"><code class="classname">pango.FontDescription</code></a> 
for the context.</p></div><div class="refsect2" title="pango.Context.get_language"><a name="method-pangocontext--get-language"></a><h3>pango.Context.get_language</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_language</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the global <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>.</td></tr></tbody></table><p>The <code class="methodname">get_language</code>() method returns the
global <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>
for the context.</p></div><div class="refsect2" title="pango.Context.set_language"><a name="method-pangocontext--set-language"></a><h3>pango.Context.set_language</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_language</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>language</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>language</code></strong> :</span></p></td><td>a <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>.</td></tr></tbody></table><p>The <code class="methodname">set_language</code>() method sets the
global <a class="link" href="class-pangolanguage.html" title="pango.Language"><code class="classname">pango.Language</code></a>
for the context to the value specified by
<em class="parameter"><code>language</code></em>.</p></div><div class="refsect2" title="pango.Context.set_base_dir"><a name="method-pangocontext--set-base-dir"></a><h3>pango.Context.set_base_dir</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_base_dir</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>direction</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>direction</code></strong> :</span></p></td><td>the new base direction</td></tr></tbody></table><p>The <code class="methodname">set_base_dir</code>() method sets the base
text direction for the context to the value specified by
<em class="parameter"><code>direction</code></em>. The value of
<em class="parameter"><code>direction</code></em> must be one of:</p><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><code class="literal">pango.DIRECTION_LTR</code></span></p></td><td>The text is written left-to-right</td></tr><tr><td><p><span class="term"><code class="literal">pango.DIRECTION_RTL</code></span></p></td><td>The text is written right-to-left</td></tr><tr><td><p><span class="term"><code class="literal">pango.DIRECTION_TTB_LTR</code></span></p></td><td>The text is written vertically top-to-bottom, with the
rows ordered from left to right.</td></tr><tr><td><p><span class="term"><code class="literal">pango.DIRECTION_TTB_RTL</code></span></p></td><td>The text is written vertically top-to-bottom, with the
rows ordered from right to left.</td></tr></tbody></table><p></p></div><div class="refsect2" title="pango.Context.get_base_dir"><a name="method-pangocontext--get-base-dir"></a><h3>pango.Context.get_base_dir</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_base_dir</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the base direction for the
context.</td></tr></tbody></table><p>The <code class="methodname">get_base_dir</code>() method returns the
base text direction for the context. See the <a class="link" href="class-pangocontext.html#method-pangocontext--set-base-dir" title="pango.Context.set_base_dir"><code class="methodname">set_base_dir</code>()</a> 
method for more information.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-pangocolor.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pango-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-pangofont.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">pango.Color </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> pango.Font</td></tr></table></div></body></html>