cairo-features.h
Go to the documentation of this file.
1 /*
2  * Copyright 2018 The Cartographer Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #ifndef CAIRO_FEATURES_H
18 #define CAIRO_FEATURES_H
19 
20 #define CAIRO_HAS_FC_FONT 1
21 #define CAIRO_HAS_FT_FONT 1
22 #define CAIRO_HAS_GOBJECT_FUNCTIONS 1
23 #define CAIRO_HAS_IMAGE_SURFACE 1
24 #define CAIRO_HAS_MIME_SURFACE 1
25 #define CAIRO_HAS_OBSERVER_SURFACE 1
26 #define CAIRO_HAS_PDF_SURFACE 1
27 #define CAIRO_HAS_PNG_FUNCTIONS 1
28 #define CAIRO_HAS_PS_SURFACE 1
29 #define CAIRO_HAS_RECORDING_SURFACE 1
30 #define CAIRO_HAS_SCRIPT_SURFACE 1
31 #define CAIRO_HAS_SVG_SURFACE 1
32 #define CAIRO_HAS_TEE_SURFACE 1
33 #define CAIRO_HAS_USER_FONT 1
34 
35 #define CAIRO_HAS_GIF_FUNCTIONS 1
36 #define CAIRO_HAS_JPEG_FUNCTIONS 1
37 
38 /*#undef CAIRO_HAS_EGL_FUNCTIONS */
39 /*#undef CAIRO_HAS_GLX_FUNCTIONS */
40 /*#undef CAIRO_HAS_QUARTZ_FONT */
41 /*#undef CAIRO_HAS_QUARTZ_SURFACE */
42 /*#undef CAIRO_HAS_WGL_FUNCTIONS */
43 /*#undef CAIRO_HAS_WIN32_FONT */
44 /*#undef CAIRO_HAS_WIN32_SURFACE */
45 /*#undef CAIRO_HAS_XCB_SHM_FUNCTIONS */
46 /*#undef CAIRO_HAS_XCB_SURFACE */
47 /*#undef CAIRO_HAS_XLIB_SURFACE */
48 /*#undef CAIRO_HAS_XLIB_XRENDER_SURFACE */
49 
50 #endif


cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:58