diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-12 03:35:16 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-12 03:35:16 +0000 |
commit | 00233bd8b863a87cbf59344b1aed1feba04c66ca (patch) | |
tree | 4f388b57fbd10a79785bf3d829419492d51fd77b /pango/pango-font-private.h | |
parent | 5590411f895d9e9bc9edd983c9c8df845ec13018 (diff) | |
parent | ec4864eef5f5c067093ac46dd66cc948de3467dc (diff) | |
download | pango-00233bd8b863a87cbf59344b1aed1feba04c66ca.tar.gz |
Merge branch 'font-features-getter' into 'master'
Font features getter
See merge request GNOME/pango!82
Diffstat (limited to 'pango/pango-font-private.h')
-rw-r--r-- | pango/pango-font-private.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pango/pango-font-private.h b/pango/pango-font-private.h index 5d7bb4de..be399d7d 100644 --- a/pango/pango-font-private.h +++ b/pango/pango-font-private.h @@ -175,11 +175,15 @@ struct _PangoFontClass PangoLanguage *language); PangoFontMap * (*get_font_map) (PangoFont *font); PangoFontDescription *(*describe_absolute) (PangoFont *font); + void (*get_features) (PangoFont *font, + hb_feature_t *features, + guint len, + guint *num_features); + /*< private >*/ /* Padding for future expansion */ void (*_pango_reserved1) (void); - void (*_pango_reserved2) (void); }; /* used for very rare and miserable situtations that we cannot even |