Content from the Cairo 1.12.16 Reference Manual

    *   - needs update
    %   - not fully implemented
    &   - objects and structures are implemented, some functions are missing
   (**) - deprecated

Drawing

 cairo.context.lisp - The cairo drawing context                 - Cairo 1.12.2 *
 cairo.paths.lisp - Creating paths and manipulating path data   - Cairo 1.12.2 *
 cairo.pattern.lisp - Sources for drawing                       - Cairo 1.12.16%
 cairo.regions.lisp - Representing a pixel-aligned area         - Cairo 1.12.2 *
 cairo.transformations.lisp - Transformations                   - Cairo 1.12.14%
 cairo.text.lisp - Rendering text and glyphs                    - Cairo 1.12.16%

  Raster Sources - Supplying arbitrary image data

Fonts

 cairo.font-face.lisp - Base class for font faces               - Cairo 1.12.16%
 cairo.scaled-font - Font face at particular size and options   - Cairo 1.12.14%
 cairo.font-options.lisp - How a font should be rendered        - Cairo 1.12.14%

  FreeType Fonts - Font support for FreeType
  Win32 Fonts - Font support for Microsoft Windows
  Quartz Fonts - Font support via CGFont on OS X
  User Fonts - Font support with font data provided by the user

Surfaces

 cairo.device.lisp - interface to underlying rendering system   - Cairo 1.12.16&
 cairo.surface.lisp - Base class for surfaces                   - Cairo 1.12.2 *
 cairo.image-surface.lisp - Rendering to memory buffers         - Cairo 1.12.16&

  PDF Surfaces - Rendering PDF documents

 cairo.png-surface.lisp - Reading and writing PNG images        - Cairo 1.12.16&

  PostScript Surfaces - Rendering PostScript documents
  Recording Surfaces - Records all drawing operations
  Win32 Surfaces - Microsoft Windows surface support
  SVG Surfaces - Rendering SVG documents
  Quartz Surfaces - Rendering to Quartz surfaces
  XCB Surfaces - X Window System rendering using the XCB library
  XLib Surfaces - X Window System rendering using XLib
  XLib-XRender Backend - X Window System rendering using the X Render extension
  Script Surfaces - Rendering to replayable scripts

Utilities

 cairo.matrix.lisp - Generic matrix operations                  - Cairo 1.12.16&
 cairo.status.lisp - Error handling - Decoding cairo's status   - Cairo 1.12.14&
 cairo.types.lisp  - Generic data types                         - Cairo 1.12.16

