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

« back to all changes in this revision

Viewing changes to docs/html/PangoEngineLang.html

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Loic Minier, Josselin Mouette
  • Date: 2009-01-06 13:30:54 UTC
  • mfrom: (1.2.57 upstream)
  • Revision ID: james.westby@ubuntu.com-20090106133054-jfrmtlm6rhi32892
Tags: 1.22.4-1
[ Loic Minier ]
* Don't purge /etc/pango/pango.modules during first configuration.

[ Josselin Mouette ]
* New upstream release.
  + Take into account the width of CJK characters when computing the 
    size of text boxes. Closes: #505780.
* 90_relibtoolize.patch: relibtoolize to avoid the rpath issue on 
  amd64.
* dh_pangomodules.in: fix pod2man error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
<a name="PangoEngineLang.object-hierarchy"></a><h2>Object Hierarchy</h2>
71
71
<pre class="synopsis">
72
72
  <a
73
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
73
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
74
74
>GObject</a>
75
75
   +----<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a>
76
76
         +----PangoEngineLang
121
121
<tbody><tr>
122
122
<td><p><span class="term"><em class="structfield"><code>script_break</code></em> ()</span></p></td>
123
123
<td> Provides a custom implementation of <a class="link" href="pango-Text-Processing.html#pango-break" title="pango_break ()"><code class="function">pango_break()</code></a>.
124
 
If <a
125
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
126
 
><code class="literal">NULL</code></a>, <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is used instead. If not <a
127
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
128
 
><code class="literal">NULL</code></a>, for
 
124
If <code class="literal">NULL</code>, <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is used instead. If not <code class="literal">NULL</code>, for
129
125
Pango versions before 1.16 (module interface version before 1.6.0),
130
126
this was called instead of <a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a>, but in newer versions,
131
127
<a class="link" href="pango-Text-Processing.html#pango-default-break" title="pango_default_break ()"><code class="function">pango_default_break()</code></a> is always called and this is called after that to
191
187
</tr>
192
188
<tr>
193
189
<td><p><span class="term"><em class="parameter"><code>class_init</code></em> :</span></p></td>
194
 
<td> Class initialization function for the new type, or <a
195
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
196
 
><code class="literal">NULL</code></a>
 
190
<td> Class initialization function for the new type, or <code class="literal">NULL</code>
197
191
</td>
198
192
</tr>
199
193
<tr>
200
194
<td><p><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></p></td>
201
 
<td> Instance initialization function for the new type, or <a
202
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
203
 
><code class="literal">NULL</code></a>
 
195
<td> Instance initialization function for the new type, or <code class="literal">NULL</code>
204
196
</td>
205
197
</tr>
206
198
</tbody>