|
cairomm
1.0
|
| Context is the main class used to draw in cairomm | |
| Devices are the abstraction Cairo employs for the rendering system used by a cairo_surface_t | |
| A convenience class for acquiring a Device object in an exception-safe manner | |
| A FontFace represents a particular font at a particular weight, slant, and other characteristic but no size, transformation, or size | |
| The Quartz font backend is primarily used to render text on Apple MacOS X systems | |
| A simple font face used for the cairo 'toy' font API | |
| Font support with font data provided by the user | |
| Font support for Microsoft Windows | |
| The font options specify how fonts should be rendered | |
| A data structure for holding a path | |
| Cairo::Pattern is the paint with which cairo draws | |
| RefPtr<> is a reference-counting shared smartpointer | |
| A simple graphical data type representing an area of integer-aligned rectangles | |
| A ScaledFont is a font scaled to a particular size and device resolution | |
| Scaled Font implementation for Microsoft Windows fonts | |
| A cairo surface represents an image, either as the destination of a drawing operation or as source when drawing onto another surface | |
| A GlitzSurface provides a way to render to the X Window System using Glitz | |
| Image surfaces provide the ability to render to memory buffers either allocated by cairo or by the calling code | |
| A PdfSurface provides a way to render PDF documents from cairo | |
| A PsSurface provides a way to render PostScript documents from cairo | |
| A QuartzSurface provides a way to render within Apple Mac OS X | |
| A SvgSurface provides a way to render Scalable Vector Graphics (SVG) images from cairo | |
| A multi-page vector surface type for printing on Microsoft Windows | |
| A Win32Surface provides a way to render within Microsoft Windows | |
| An XlibSurface provides a way to render to the X Window System using XLib | |
| See the cairo_matrix_t reference in the cairo manual for more information | |
| A Transformation matrix | |
1.8.4