~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-document-fonts.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-27 22:31:42 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127223142-v41zyp2ulj6g22n6
Tags: 2.20.2-1ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
36
36
<td><a accesskey="n" href="evince-ev-document-images.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2609438" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2871651" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2609568" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2871780" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-document-fonts"></a><div class="titlepage"></div>
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2>
47
 
<a name="id2609438"></a><span class="refentrytitle">ev-document-fonts</span>
 
47
<a name="id2871651"></a><span class="refentrytitle">ev-document-fonts</span>
48
48
</h2>
49
49
<p>ev-document-fonts &#8212; </p>
50
50
</td>
73
73
</pre>
74
74
</div>
75
75
<div class="refsect1" lang="en">
76
 
<a name="id2609568"></a><h2>Description</h2>
 
76
<a name="id2871780"></a><h2>Description</h2>
77
77
<p>
78
78
 
79
79
</p>
80
80
</div>
81
81
<div class="refsect1" lang="en">
82
 
<a name="id2609582"></a><h2>Details</h2>
 
82
<a name="id2871795"></a><h2>Details</h2>
83
83
<div class="refsect2" lang="en">
84
 
<a name="id2609593"></a><h3>
 
84
<a name="id2871805"></a><h3>
85
85
<a name="EV-DOCUMENT-FONTS-IFACE:CAPS"></a>EV_DOCUMENT_FONTS_IFACE()</h3>
86
 
<a class="indexterm" name="id2609606"></a><pre class="programlisting">#define EV_DOCUMENT_FONTS_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FONTS, EvDocumentFontsIface))
 
86
<a class="indexterm" name="id2871819"></a><pre class="programlisting">#define EV_DOCUMENT_FONTS_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FONTS, EvDocumentFontsIface))
87
87
</pre>
88
88
<p>
89
89
 
102
102
</div>
103
103
<hr>
104
104
<div class="refsect2" lang="en">
105
 
<a name="id2609641"></a><h3>
 
105
<a name="id2871853"></a><h3>
106
106
<a name="EV-IS-DOCUMENT-FONTS-IFACE:CAPS"></a>EV_IS_DOCUMENT_FONTS_IFACE()</h3>
107
 
<a class="indexterm" name="id2609653"></a><pre class="programlisting">#define EV_IS_DOCUMENT_FONTS_IFACE(k)       (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FONTS))
 
107
<a class="indexterm" name="id2871866"></a><pre class="programlisting">#define EV_IS_DOCUMENT_FONTS_IFACE(k)       (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FONTS))
108
108
</pre>
109
109
<p>
110
110
 
123
123
</div>
124
124
<hr>
125
125
<div class="refsect2" lang="en">
126
 
<a name="id2609687"></a><h3>
 
126
<a name="id2871900"></a><h3>
127
127
<a name="EvDocumentFonts"></a>EvDocumentFonts</h3>
128
 
<a class="indexterm" name="id2609700"></a><pre class="programlisting">typedef struct _EvDocumentFonts EvDocumentFonts;</pre>
 
128
<a class="indexterm" name="id2871913"></a><pre class="programlisting">typedef struct _EvDocumentFonts EvDocumentFonts;</pre>
129
129
<p>
130
130
 
131
131
</p>
132
132
</div>
133
133
<hr>
134
134
<div class="refsect2" lang="en">
135
 
<a name="id2609716"></a><h3>
 
135
<a name="id2871928"></a><h3>
136
136
<a name="EvDocumentFontsIface"></a>EvDocumentFontsIface</h3>
137
 
<a class="indexterm" name="id2609729"></a><pre class="programlisting">typedef struct {
 
137
<a class="indexterm" name="id2871942"></a><pre class="programlisting">typedef struct {
138
138
        GTypeInterface base_iface;
139
139
 
140
140
        /* Methods */
151
151
</div>
152
152
<hr>
153
153
<div class="refsect2" lang="en">
154
 
<a name="id2609750"></a><h3>
 
154
<a name="id2871962"></a><h3>
155
155
<a name="ev-document-fonts-scan"></a>ev_document_fonts_scan ()</h3>
156
 
<a class="indexterm" name="id2609763"></a><pre class="programlisting"><a
 
156
<a class="indexterm" name="id2871975"></a><pre class="programlisting"><a
157
157
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
158
158
>gboolean</a>    ev_document_fonts_scan          (<a href="evince-ev-document-fonts.html#EvDocumentFonts">EvDocumentFonts</a> *document_fonts,
159
159
                                             int n_pages);</pre>
188
188
</div>
189
189
<hr>
190
190
<div class="refsect2" lang="en">
191
 
<a name="id2609840"></a><h3>
 
191
<a name="id2872052"></a><h3>
192
192
<a name="ev-document-fonts-get-progress"></a>ev_document_fonts_get_progress ()</h3>
193
 
<a class="indexterm" name="id2609853"></a><pre class="programlisting">double      ev_document_fonts_get_progress  (<a href="evince-ev-document-fonts.html#EvDocumentFonts">EvDocumentFonts</a> *document_fonts);</pre>
 
193
<a class="indexterm" name="id2872066"></a><pre class="programlisting">double      ev_document_fonts_get_progress  (<a href="evince-ev-document-fonts.html#EvDocumentFonts">EvDocumentFonts</a> *document_fonts);</pre>
194
194
<p>
195
195
 
196
196
</p>
216
216
</div>
217
217
<hr>
218
218
<div class="refsect2" lang="en">
219
 
<a name="id2609910"></a><h3>
 
219
<a name="id2872122"></a><h3>
220
220
<a name="ev-document-fonts-fill-model"></a>ev_document_fonts_fill_model ()</h3>
221
 
<a class="indexterm" name="id2609923"></a><pre class="programlisting">void        ev_document_fonts_fill_model    (<a href="evince-ev-document-fonts.html#EvDocumentFonts">EvDocumentFonts</a> *document_fonts,
 
221
<a class="indexterm" name="id2872136"></a><pre class="programlisting">void        ev_document_fonts_fill_model    (<a href="evince-ev-document-fonts.html#EvDocumentFonts">EvDocumentFonts</a> *document_fonts,
222
222
                                             <a
223
223
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
224
224
>GtkTreeModel</a> *model);</pre>