From d21ea13a22b1cab8c9cb604aa3fcd2ca8073befd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 4 Jul 2019 20:36:00 +0000 Subject: Header cleanup Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE defines. All backend-only apis are moved into private headers, all apis that were engine-only are marked as deprecated, since engines are. --- pango/pangocairo-fc.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pango/pangocairo-fc.h') diff --git a/pango/pangocairo-fc.h b/pango/pangocairo-fc.h index 172700f1..0d9d04b4 100644 --- a/pango/pangocairo-fc.h +++ b/pango/pangocairo-fc.h @@ -33,23 +33,9 @@ G_BEGIN_DECLS typedef struct _PangoCairoFcFontMap PangoCairoFcFontMap; -struct _PangoCairoFcFontMap -{ - PangoFcFontMap parent_instance; - - guint serial; - double dpi; - - FT_Library library; -}; - PANGO_AVAILABLE_IN_ALL GType pango_cairo_fc_font_map_get_type (void) G_GNUC_CONST; -PangoFcFont *_pango_cairo_fc_font_new (PangoCairoFcFontMap *cffontmap, - PangoFcFontKey *key); -FT_Library _pango_cairo_fc_font_map_get_library (PangoCairoFcFontMap *fontmap); - G_END_DECLS #endif /* __PANGOCAIRO_FC_H__ */ -- cgit v1.2.1