blob: b72f8ad4385655ba940b36f7cf6f3dbe968cc872 (
plain)
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
81
82
83
84
85
86
87
88
89
90
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Cairo: A Vector Graphics Library</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
<link rel="next" href="pt01.html" title="Part I. Tutorial">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="pt01.html" title="Part I. Tutorial">
<link rel="part" href="pt02.html" title="Part II. Reference">
<link rel="index" href="ix01.html" title="Index">
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book" lang="en">
<div class="titlepage">
<div><div><table class="navigation" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cairo: A Vector Graphics Library</p></th></tr></table></div></div>
<hr>
</div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="part"><a href="pt01.html">I. Tutorial</a></span></dt>
<dt><span class="part"><a href="pt02.html">II. Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="cairo-cairo-t.html">cairo_t</a></span><span class="refpurpose"> - Drawing contexts.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-cairo-surface-t.html">cairo_surface_t</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-cairo-matrix-t.html">cairo_matrix_t</a></span><span class="refpurpose"> -
Transformation matrices</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-Fonts.html">Fonts</a></span><span class="refpurpose"> - Font Handling</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-FreeType-Fonts.html">FreeType Fonts</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-Glitz-backend.html">Glitz backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-PDF-Backend.html">PDF Backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-PNG-Backend.html">PNG Backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-PS-Backend.html">PS Backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-Quartz-Backend.html">Quartz Backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-Microsoft-Windows-Backend.html">Microsoft Windows Backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-XCB-Backend.html">XCB Backend</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="cairo-XLib-Backend.html">XLib Backend</a></span><span class="refpurpose"> - </span>
</dt>
</dl></dd>
<dt><span class="index"><a href="ix01.html">Index</a></span></dt>
<dt><span class="appendix"><a href="language-bindings.html">A. Creating a language binding for cairo</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="language-bindings.html#bindings-general">General considerations</a></span></dt>
<dt><span class="sect1"><a href="bindings-memory.html">Memory Management</a></span></dt>
<dt><span class="sect1"><a href="bindings-return-values.html">Multiple return values</a></span></dt>
<dt><span class="sect1"><a href="bindings-overloading.html">Overloading and optional arguments</a></span></dt>
<dt><span class="sect1"><a href="bindings-streams.html">Streams and File I/O</a></span></dt>
<dt><span class="sect1"><a href="bindings-errors.html">Error handling</a></span></dt>
<dt><span class="sect1"><a href="bindings-patterns.html">Patterns</a></span></dt>
<dt><span class="sect1"><a href="bindings-surfaces.html">Surfaces</a></span></dt>
<dt><span class="sect1"><a href="bindings-fonts.html">Fonts</a></span></dt>
<dt><span class="sect1"><a href="bindings-path.html">cairo_path_t</a></span></dt>
</dl></dd>
</dl>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"></td>
<td align="right"><a accesskey="n" href="pt01.html"><b>Part I. Tutorial >></b></a></td>
</tr></table>
</body>
</html>
|