File: libgnomeprint.html

package info (click to toggle)
libgnomeprint 2.18.7-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,048 kB
  • ctags: 4,040
  • sloc: ansic: 35,544; sh: 12,463; xml: 5,177; perl: 562; makefile: 524; yacc: 194; lex: 38
file content (74 lines) | stat: -rw-r--r-- 3,370 bytes parent folder | download
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part I. GNOME Print Overview</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GNOME Print Reference Manual">
<link rel="up" href="index.html" title="GNOME Print Reference Manual">
<link rel="prev" href="index.html" title="GNOME Print Reference Manual">
<link rel="next" href="libgnomeprint-building.html" title="Compiling the GNOME Print library">
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgnomeprint.html" title="Part I. GNOME Print Overview">
<link rel="part" href="libgnomeprintunsorted.html" title="Part II. API Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME Print Reference Manual</th>
<td><a accesskey="n" href="libgnomeprint-building.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part" title="Part I. GNOME Print Overview">
<div class="titlepage"><div><div><h1 class="title">
<a name="libgnomeprint"></a>Part I. GNOME Print Overview</h1></div></div></div>
<div class="partintro" title="GNOME Print Overview">
<div></div>
<p>
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:
        </p>
<div class="itemizedlist"><ul class="itemizedlist" type="bullet">
<li class="listitem" style="list-style-type: disc"><p>
              Postscript driver.
	    </p></li>
<li class="listitem" style="list-style-type: disc"><p>
	      PDF driver (needs to be ported to GNOME 2.0).
	    </p></li>
</ul></div>
<p>
      </p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt>
<span class="refentrytitle"><a href="libgnomeprint-building.html">Compiling the GNOME Print library</a></span><span class="refpurpose"> — 
How to compile libgnomeprint
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgnomeprint-compiling.html">Compiling GNOME Print Applications</a></span><span class="refpurpose"> — 
How to compile your GNOME Print application
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgnomeprint-resources.html">Mailing lists and bug reports</a></span><span class="refpurpose"> — 
Getting help with GNOME Print
</span>
</dt>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.14</div>
</body>
</html>