⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cairo-features.h

📁 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来
💻 H
字号:
/* Generated by configure.  Do not edit */#ifndef CAIRO_FEATURES_H#define CAIRO_FEATURES_H#ifdef  __cplusplus# define CAIRO_BEGIN_DECLS  extern "C" {# define CAIRO_END_DECLS    }#else# define CAIRO_BEGIN_DECLS# define CAIRO_END_DECLS#endif#ifndef cairo_public# define cairo_public#endif#define CAIRO_VERSION_MAJOR 1#define CAIRO_VERSION_MINOR 2#define CAIRO_VERSION_MICRO 0#define CAIRO_VERSION_STRING "1.2.0"#define CAIRO_HAS_XLIB_SURFACE 1#define CAIRO_HAS_XLIB_XRENDER_SURFACE 1#define CAIRO_HAS_PNG_FUNCTIONS 1#define CAIRO_HAS_FT_FONT 1#define CAIRO_HAS_PS_SURFACE 1#define CAIRO_HAS_PDF_SURFACE 1#define CAIRO_HAS_SVG_SURFACE 1#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -