Module cairo.c.config
This module contains information on what optional features are available with the used cairo library.
Enum values
Name | Type | Description |
---|---|---|
CAIRO_HAS_DIRECTFB_SURFACE
|
DirectFB surface support | |
CAIRO_HAS_FT_FONT
|
Freetype font support | |
CAIRO_HAS_PDF_SURFACE
|
PDF surface support | |
CAIRO_HAS_PNG_FUNCTIONS
|
PNG functions are available | |
CAIRO_HAS_PS_SURFACE
|
Postscript surface support | |
CAIRO_HAS_SVG_SURFACE
|
SVG surface support | |
CAIRO_HAS_WIN32_FONT
|
Win32 font support | |
CAIRO_HAS_WIN32_SURFACE
|
Win32 surface support | |
CAIRO_HAS_XCB_SURFACE
|
XCB surface support | |
CAIRO_HAS_XLIB_SURFACE
|
XLIB surface support |