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-cairo-font-face-t
Base class for font faces
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
Sources for drawing
cairo-PDF-Surfaces
Rendering PDF documents
cairo-PNG-Support
Reading and writing PNG images
cairo-PostScript-Surfaces
Rendering PostScript documents
cairo-Scaled-Fonts
Font face at particular size and options
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 glyphs
cairo-Transformations
Manipulating the current transformation matrix
cairo-Types
Generic data types
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.15 Index]