cairomm  1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oN__gnu_cxx
oNCairo
|oCContextContext is the main class used to draw in cairomm
|oCDeviceDevices are the abstraction Cairo employs for the rendering system used by a cairo_surface_t
||\CLockA convenience class for acquiring a Device object in an exception-safe manner
|oClogic_error
|oCFontFaceA FontFace represents a particular font at a particular weight, slant, and other characteristic but no size, transformation, or size
|oCToyFontFaceA simple font face used for the cairo 'toy' font API
|oCUserFontFaceFont support with font data provided by the user
|oCFtFontFace
|oCFontOptionsThe font options specify how fonts should be rendered
|oCMatrixA Transformation matrix
|oCPathA data structure for holding a path
|oCColorStop
|oCPatternCairo::Pattern is the paint with which cairo draws
|oCSolidPattern
|oCSurfacePattern
|oCGradient
|oCLinearGradient
|oCRadialGradient
|oCQuartzFontFaceThe Quartz font backend is primarily used to render text on Apple MacOS X systems
|oCQuartzSurfaceA QuartzSurface provides a way to render within Apple Mac OS X
|oCRefPtrRefPtr<> is a reference-counting shared smartpointer
|oCRegionA simple graphical data type representing an area of integer-aligned rectangles
|oCScaledFontA ScaledFont is a font scaled to a particular size and device resolution
|oCFtScaledFont
|oCSurfaceA cairo surface represents an image, either as the destination of a drawing operation or as source when drawing onto another surface
|oCImageSurfaceImage surfaces provide the ability to render to memory buffers either allocated by cairo or by the calling code
|oCPdfSurfaceA PdfSurface provides a way to render PDF documents from cairo
|oCPsSurfaceA PsSurface provides a way to render PostScript documents from cairo
|oCSvgSurfaceA SvgSurface provides a way to render Scalable Vector Graphics (SVG) images from cairo
|oCGlitzSurfaceA GlitzSurface provides a way to render to the X Window System using Glitz
|oCWin32FontFaceFont support for Microsoft Windows
|oCWin32ScaledFontScaled Font implementation for Microsoft Windows fonts
|oCWin32SurfaceA Win32Surface provides a way to render within Microsoft Windows
|oCWin32PrintingSurfaceA multi-page vector surface type for printing on Microsoft Windows
|\CXlibSurfaceAn XlibSurface provides a way to render to the X Window System using XLib
oNstd
|oNtr1
|\Ntr2
\Ccairo_matrix_tSee the cairo_matrix_t reference in the cairo manual for more information