Crate cairo[][src]

Expand description

Cairo bindings

This library contains safe Rust bindings for Cairo. It is a part of gtk-rs.

Cairo 1.14 is the lowest supported version for the underlying library.

Crate features

Default-on features

  • use_glib - Use with glib

Fileformat features

  • png - Reading and writing PNG images
  • pdf - Rendering PDF documents
  • svg - Rendering SVG documents
  • ps - Rendering PostScript documents

Cairo API version features

  • v1_16 - Use Cairo 1.16 APIs

Documentation features

  • dox - Used to keep system dependent items in documentation

X Window features

  • xcb - X Window System rendering using the XCB library
  • xlib - X Window System rendering using XLib

Windows API features

  • win32-surface - Microsoft Windows surface support

Re-exports

pub use ffi;
pub use freetype_crate as freetype;
pub use glib;

Structs

Enums

Constants

Functions

Type Definitions