Subversion Repositories Kolibri OS

Rev

Rev 1892 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1892 serge 1
/* Generated by configure.  Do not edit. */
2
#ifndef CAIRO_FEATURES_H
3
#define CAIRO_FEATURES_H
4
 
3959 Serge 5
#define CAIRO_HAS_FT_FONT 1
6
#define CAIRO_HAS_PNG_FUNCTIONS 1
1892 serge 7
#define CAIRO_HAS_IMAGE_SURFACE 1
3959 Serge 8
#define CAIRO_HAS_SCRIPT_SURFACE 1
9
#define CAIRO_HAS_PDF_SURFACE 1
10
#define CAIRO_HAS_PS_SURFACE 1
11
//#define CAIRO_HAS_RECORDING_SURFACE 1
1892 serge 12
#define CAIRO_HAS_SVG_SURFACE 1
13
#define CAIRO_HAS_USER_FONT 1
14
 
15
#endif