CAIRO {RGtk2} | R Documentation |
CAIRO
Description
Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, win32, and image buffers.
Details
The RGtk binding to the CAIRO library consists of the following components:
- cairo-Font-Options
- How a font should be rendered
- cairo-cairo-font-face-t
- Base class for fonts
- cairo-Image-Surfaces
- Rendering to memory buffers
- cairo-cairo-matrix-t
- Generic matrix operations
- cairo-Paths
- Creating paths and manipulating path data
- cairo-Patterns
- Gradients and filtered sources
- cairo-PDF-Surfaces
- Rendering PDF documents
- cairo-PNG-Support
- Reading and writing PNG images
- cairo-PostScript-Surfaces
- Rendering PostScript documents
- cairo-Scaled-Fonts
- Caching metrics for a particular font size
- cairo-Error-Handling
- Decoding cairo's status
- cairo-cairo-surface-t
- Base class for surfaces
- cairo-SVG-Surfaces
- Rendering SVG documents
- cairo-Text
- Rendering text and sets of glyphs
- cairo-Transformations
- Manipulating the current transformation matrix
- cairo-Types
- Generic data types used in the cairo API
- cairo-Version-Information
- Compile-time and run-time version checks.
- cairo-cairo-t
- The cairo drawing context
Author(s)
Derived by RGtkGen from GTK+ documentation
References
http://www.cairographics.org/manual
[Package
RGtk2 version 2.12.5-3
Index]