2005-01-27 11:35:25 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
2005-08-18 08:28:08 +00:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
|
|
|
]>
|
2005-08-10 16:04:26 +00:00
|
|
|
<book lang="en" id="cairo" xmlns:xi="http://www.w3.org/2003/XInclude">
|
2005-01-27 11:35:25 +00:00
|
|
|
<title>Cairo: A Vector Graphics Library</title>
|
2005-08-18 08:28:08 +00:00
|
|
|
<bookinfo>
|
|
|
|
|
<title>Cairo: A Vector Graphics Library</title>
|
|
|
|
|
<releaseinfo>for Cairo &version;</releaseinfo>
|
|
|
|
|
</bookinfo>
|
2008-09-01 21:48:07 -04:00
|
|
|
<chapter id="cairo-drawing">
|
2008-01-26 19:11:26 +01:00
|
|
|
<title>Drawing</title>
|
|
|
|
|
<xi:include href="xml/cairo.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-paths.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-pattern.xml"/>
|
2010-07-08 02:20:17 +02:00
|
|
|
<xi:include href="xml/cairo-region.xml"/>
|
2008-01-26 19:11:26 +01:00
|
|
|
<xi:include href="xml/cairo-transforms.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-text.xml"/>
|
|
|
|
|
</chapter>
|
2008-09-01 21:48:07 -04:00
|
|
|
<chapter id="cairo-fonts">
|
2008-01-26 19:11:26 +01:00
|
|
|
<title>Fonts</title>
|
2008-01-28 22:45:06 -05:00
|
|
|
<xi:include href="xml/cairo-font-face.xml"/>
|
2008-01-26 19:11:26 +01:00
|
|
|
<xi:include href="xml/cairo-scaled-font.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-font-options.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-ft.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-win32-fonts.xml"/>
|
2008-04-01 13:17:14 -07:00
|
|
|
<xi:include href="xml/cairo-quartz-fonts.xml"/>
|
2008-05-28 20:54:38 -04:00
|
|
|
<xi:include href="xml/cairo-user-fonts.xml"/>
|
2008-01-26 19:11:26 +01:00
|
|
|
</chapter>
|
2008-09-01 21:48:07 -04:00
|
|
|
<chapter id="cairo-surfaces">
|
2008-01-26 19:11:26 +01:00
|
|
|
<title>Surfaces</title>
|
2010-07-08 01:39:37 +02:00
|
|
|
<xi:include href="xml/cairo-device.xml"/>
|
2008-01-26 19:11:26 +01:00
|
|
|
<xi:include href="xml/cairo-surface.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-image.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-pdf.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-png.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-ps.xml"/>
|
2010-09-09 10:54:50 +02:00
|
|
|
<xi:include href="xml/cairo-recording.xml"/>
|
2008-01-26 19:11:26 +01:00
|
|
|
<xi:include href="xml/cairo-win32.xml"/>
|
|
|
|
|
<!--xi:include href="xml/cairo-beos.xml"/-->
|
|
|
|
|
<xi:include href="xml/cairo-svg.xml"/>
|
2008-02-28 14:35:57 -08:00
|
|
|
<xi:include href="xml/cairo-quartz.xml" />
|
2008-05-10 01:19:41 +02:00
|
|
|
<!--xi:include href="xml/cairo-quartz-image.xml"/-->
|
2011-12-02 14:57:23 +00:00
|
|
|
<xi:include href="xml/cairo-xcb.xml"/>
|
2008-01-26 19:11:26 +01:00
|
|
|
<xi:include href="xml/cairo-xlib.xml"/>
|
|
|
|
|
</chapter>
|
2008-09-01 21:48:07 -04:00
|
|
|
<chapter id="cairo-support">
|
2008-01-26 19:11:26 +01:00
|
|
|
<title>Utilities</title>
|
|
|
|
|
<xi:include href="xml/cairo-matrix.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-status.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-version.xml"/>
|
|
|
|
|
<xi:include href="xml/cairo-types.xml"/>
|
|
|
|
|
</chapter>
|
2008-09-01 21:48:07 -04:00
|
|
|
<index id="index-all">
|
|
|
|
|
<title>Index</title>
|
2005-04-13 11:23:43 +00:00
|
|
|
</index>
|
2007-05-13 21:52:52 -04:00
|
|
|
<index id="index-1.2" role="1.2">
|
2006-07-08 21:04:21 -04:00
|
|
|
<title>Index of new symbols in 1.2</title>
|
|
|
|
|
</index>
|
2007-05-13 21:52:52 -04:00
|
|
|
<index id="index-1.4" role="1.4">
|
2006-12-08 15:41:52 -05:00
|
|
|
<title>Index of new symbols in 1.4</title>
|
|
|
|
|
</index>
|
2008-01-26 18:44:32 +01:00
|
|
|
<index id="index-1.6" role="1.6">
|
|
|
|
|
<title>Index of new symbols in 1.6</title>
|
|
|
|
|
</index>
|
2008-05-28 20:58:35 -04:00
|
|
|
<index id="index-1.8" role="1.8">
|
|
|
|
|
<title>Index of new symbols in 1.8</title>
|
|
|
|
|
</index>
|
2010-07-08 03:14:42 +02:00
|
|
|
<index id="index-1.10" role="1.10">
|
|
|
|
|
<title>Index of new symbols in 1.10</title>
|
|
|
|
|
</index>
|
2005-05-06 12:00:22 +00:00
|
|
|
<xi:include href="language-bindings.xml"/>
|
2005-01-27 11:35:25 +00:00
|
|
|
</book>
|