summaryrefslogtreecommitdiff
path: root/pango/pango-font-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-12 23:59:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-18 12:47:53 -0700
commitb3c6ed417f7f6bf98f7114dd075818d20489622c (patch)
treebdd7064af6a5933ce28631850b8c8a9b746a74f9 /pango/pango-font-private.h
parent34d65ee29a689346f8066954d66b20a94d2f20f1 (diff)
downloadpango-b3c6ed417f7f6bf98f7114dd075818d20489622c.tar.gz
Add api to get a hb_font_t
Add pango_font_get_hb_font, which will make it easier access harfbuzz features.
Diffstat (limited to 'pango/pango-font-private.h')
-rw-r--r--pango/pango-font-private.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/pango/pango-font-private.h b/pango/pango-font-private.h
index be399d7d..029bef99 100644
--- a/pango/pango-font-private.h
+++ b/pango/pango-font-private.h
@@ -179,11 +179,7 @@ struct _PangoFontClass
hb_feature_t *features,
guint len,
guint *num_features);
-
- /*< private >*/
-
- /* Padding for future expansion */
- void (*_pango_reserved1) (void);
+ hb_font_t * (*create_hb_font) (PangoFont *font);
};
/* used for very rare and miserable situtations that we cannot even