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
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY gnome-font-face SYSTEM "xml/gnome-font-face.xml">
<!ENTITY gnome-font-family SYSTEM "xml/gnome-font-family.xml">
<!ENTITY gnome-font SYSTEM "xml/gnome-font.xml">
<!ENTITY gnome-glyphlist SYSTEM "xml/gnome-glyphlist.xml">
<!ENTITY gnome-pgl SYSTEM "xml/gnome-pgl.xml">
<!ENTITY gnome-print-pango SYSTEM "xml/gnome-print-pango.xml">
<!ENTITY gnome-print-config SYSTEM "xml/gnome-print-config.xml">
<!ENTITY gnome-print-job SYSTEM "xml/gnome-print-job.xml">
<!ENTITY gnome-print-paper SYSTEM "xml/gnome-print-paper.xml">
<!ENTITY gnome-print SYSTEM "xml/gnome-print.xml">
<!ENTITY gnome-print-unit SYSTEM "xml/gnome-print-unit.xml">
<!ENTITY gnome-rfont SYSTEM "xml/gnome-rfont.xml">
<!ENTITY libgnomeprint-Building SYSTEM "building.sgml">
<!ENTITY libgnomeprint-Compiling SYSTEM "compiling.sgml">
<!ENTITY libgnomeprint-Resources SYSTEM "resources.sgml">
]>
<book id="index">
<bookinfo>
<title>GNOME Print Reference Manual</title>
</bookinfo>
<part id="libgnomeprint">
<title>GNOME Print Overview</title>
<partintro>
<para>
GNOME Print is a C-based API that implements the Postscript imaging model.
It is an actively developed project, and it is being used by various GNOME
applications. There are two extensions to the Postscript imaging model
supported by GNOME Print: Alpha channel support and anti-aliasing.
GNOME Print includes a rasterizing engine that transforms the requests into
bitmaps for native drivers. Various drivers are provided underneath this API,
for instance, the current version of GNOME Print ships with:
<itemizedlist mark="bullet">
<listitem>
<para>
Postscript driver.
</para>
</listitem>
<listitem>
<para>
PDF driver (needs to be ported to GNOME 2.0).
</para>
</listitem>
</itemizedlist>
</para>
</partintro>
&libgnomeprint-Building;
&libgnomeprint-Compiling;
&libgnomeprint-Resources;
</part>
<part id="libgnomeprintunsorted">
<title>API Reference</title>
&gnome-font-face;
&gnome-font;
&gnome-glyphlist;
&gnome-pgl;
&gnome-print-config;
&gnome-print-job;
&gnome-print-paper;
&gnome-print;
&gnome-print-pango;
&gnome-print-unit;
&gnome-rfont;
</part>
</book>
|