00001 /* 00002 * Copyright 2018 The Cartographer Authors 00003 * 00004 * Licensed under the Apache License, Version 2.0 (the "License"); 00005 * you may not use this file except in compliance with the License. 00006 * You may obtain a copy of the License at 00007 * 00008 * http://www.apache.org/licenses/LICENSE-2.0 00009 * 00010 * Unless required by applicable law or agreed to in writing, software 00011 * distributed under the License is distributed on an "AS IS" BASIS, 00012 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00013 * See the License for the specific language governing permissions and 00014 * limitations under the License. 00015 */ 00016 00017 #ifndef CAIRO_FEATURES_H 00018 #define CAIRO_FEATURES_H 00019 00020 #define CAIRO_HAS_FC_FONT 1 00021 #define CAIRO_HAS_FT_FONT 1 00022 #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 00023 #define CAIRO_HAS_IMAGE_SURFACE 1 00024 #define CAIRO_HAS_MIME_SURFACE 1 00025 #define CAIRO_HAS_OBSERVER_SURFACE 1 00026 #define CAIRO_HAS_PDF_SURFACE 1 00027 #define CAIRO_HAS_PNG_FUNCTIONS 1 00028 #define CAIRO_HAS_PS_SURFACE 1 00029 #define CAIRO_HAS_RECORDING_SURFACE 1 00030 #define CAIRO_HAS_SCRIPT_SURFACE 1 00031 #define CAIRO_HAS_SVG_SURFACE 1 00032 #define CAIRO_HAS_TEE_SURFACE 1 00033 #define CAIRO_HAS_USER_FONT 1 00034 00035 #define CAIRO_HAS_GIF_FUNCTIONS 1 00036 #define CAIRO_HAS_JPEG_FUNCTIONS 1 00037 00038 /*#undef CAIRO_HAS_EGL_FUNCTIONS */ 00039 /*#undef CAIRO_HAS_GLX_FUNCTIONS */ 00040 /*#undef CAIRO_HAS_QUARTZ_FONT */ 00041 /*#undef CAIRO_HAS_QUARTZ_SURFACE */ 00042 /*#undef CAIRO_HAS_WGL_FUNCTIONS */ 00043 /*#undef CAIRO_HAS_WIN32_FONT */ 00044 /*#undef CAIRO_HAS_WIN32_SURFACE */ 00045 /*#undef CAIRO_HAS_XCB_SHM_FUNCTIONS */ 00046 /*#undef CAIRO_HAS_XCB_SURFACE */ 00047 /*#undef CAIRO_HAS_XLIB_SURFACE */ 00048 /*#undef CAIRO_HAS_XLIB_XRENDER_SURFACE */ 00049 00050 #endif