annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/gtk-doc/html/cairo/cairo-surfaces.html @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
jpayne@68 2 <html>
jpayne@68 3 <head>
jpayne@68 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
jpayne@68 5 <title>Surfaces: Cairo: A Vector Graphics Library</title>
jpayne@68 6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
jpayne@68 7 <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
jpayne@68 8 <link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
jpayne@68 9 <link rel="prev" href="cairo-User-Fonts.html" title="User Fonts">
jpayne@68 10 <link rel="next" href="cairo-cairo-device-t.html" title="cairo_device_t">
jpayne@68 11 <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
jpayne@68 12 <link rel="stylesheet" href="style.css" type="text/css">
jpayne@68 13 </head>
jpayne@68 14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
jpayne@68 15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
jpayne@68 16 <td width="100%" align="left" class="shortcuts"></td>
jpayne@68 17 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
jpayne@68 18 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
jpayne@68 19 <td><a accesskey="p" href="cairo-User-Fonts.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
jpayne@68 20 <td><a accesskey="n" href="cairo-cairo-device-t.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
jpayne@68 21 </tr></table>
jpayne@68 22 <div class="chapter">
jpayne@68 23 <div class="titlepage"><div><div><h1 class="title">
jpayne@68 24 <a name="cairo-surfaces"></a>Surfaces</h1></div></div></div>
jpayne@68 25 <div class="toc"><dl class="toc">
jpayne@68 26 <dt>
jpayne@68 27 <span class="refentrytitle"><a href="cairo-cairo-device-t.html">cairo_device_t</a></span><span class="refpurpose"> — interface to underlying rendering system</span>
jpayne@68 28 </dt>
jpayne@68 29 <dt>
jpayne@68 30 <span class="refentrytitle"><a href="cairo-cairo-surface-t.html">cairo_surface_t</a></span><span class="refpurpose"> — Base class for surfaces</span>
jpayne@68 31 </dt>
jpayne@68 32 <dt>
jpayne@68 33 <span class="refentrytitle"><a href="cairo-Image-Surfaces.html">Image Surfaces</a></span><span class="refpurpose"> — Rendering to memory buffers</span>
jpayne@68 34 </dt>
jpayne@68 35 <dt>
jpayne@68 36 <span class="refentrytitle"><a href="cairo-PDF-Surfaces.html">PDF Surfaces</a></span><span class="refpurpose"> — Rendering PDF documents</span>
jpayne@68 37 </dt>
jpayne@68 38 <dt>
jpayne@68 39 <span class="refentrytitle"><a href="cairo-PNG-Support.html">PNG Support</a></span><span class="refpurpose"> — Reading and writing PNG images</span>
jpayne@68 40 </dt>
jpayne@68 41 <dt>
jpayne@68 42 <span class="refentrytitle"><a href="cairo-PostScript-Surfaces.html">PostScript Surfaces</a></span><span class="refpurpose"> — Rendering PostScript documents</span>
jpayne@68 43 </dt>
jpayne@68 44 <dt>
jpayne@68 45 <span class="refentrytitle"><a href="cairo-Recording-Surfaces.html">Recording Surfaces</a></span><span class="refpurpose"> — Records all drawing operations</span>
jpayne@68 46 </dt>
jpayne@68 47 <dt>
jpayne@68 48 <span class="refentrytitle"><a href="cairo-Win32-Surfaces.html">Win32 Surfaces</a></span><span class="refpurpose"> — Microsoft Windows surface support</span>
jpayne@68 49 </dt>
jpayne@68 50 <dt>
jpayne@68 51 <span class="refentrytitle"><a href="cairo-SVG-Surfaces.html">SVG Surfaces</a></span><span class="refpurpose"> — Rendering SVG documents</span>
jpayne@68 52 </dt>
jpayne@68 53 <dt>
jpayne@68 54 <span class="refentrytitle"><a href="cairo-Quartz-Surfaces.html">Quartz Surfaces</a></span><span class="refpurpose"> — Rendering to Quartz surfaces</span>
jpayne@68 55 </dt>
jpayne@68 56 <dt>
jpayne@68 57 <span class="refentrytitle"><a href="cairo-XCB-Surfaces.html">XCB Surfaces</a></span><span class="refpurpose"> — X Window System rendering using the XCB library</span>
jpayne@68 58 </dt>
jpayne@68 59 <dt>
jpayne@68 60 <span class="refentrytitle"><a href="cairo-XLib-Surfaces.html">XLib Surfaces</a></span><span class="refpurpose"> — X Window System rendering using XLib</span>
jpayne@68 61 </dt>
jpayne@68 62 <dt>
jpayne@68 63 <span class="refentrytitle"><a href="cairo-XLib-XRender-Backend.html">XLib-XRender Backend</a></span><span class="refpurpose"> — X Window System rendering using XLib and the X Render extension</span>
jpayne@68 64 </dt>
jpayne@68 65 <dt>
jpayne@68 66 <span class="refentrytitle"><a href="cairo-Script-Surfaces.html">Script Surfaces</a></span><span class="refpurpose"> — Rendering to replayable scripts</span>
jpayne@68 67 </dt>
jpayne@68 68 </dl></div>
jpayne@68 69 </div>
jpayne@68 70 <div class="footer">
jpayne@68 71 <hr>Generated by GTK-Doc V1.27</div>
jpayne@68 72 </body>
jpayne@68 73 </html>