#include int main(int argc, char* argv[]) { cairo_font_face_t* face = cairo_toy_font_face_create("Sans", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); cairo_font_face_destroy(face); cairo_debug_reset_static_data(); return 0; }