diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-31 13:05:31 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-31 14:53:09 -0400 |
commit | 3555527ce39359e19594fc23c825e17f483f824e (patch) | |
tree | a566f37307ffc4ae0763c92372a8990f706fa0a7 /pango/pango-font.h | |
parent | dce36bab102d2630c4406f134556afb59b5d04a2 (diff) | |
download | pango-3555527ce39359e19594fc23c825e17f483f824e.tar.gz |
Add pango_font_get_languages
Start using private vfuncs for PangoFont, and use it
to replace the recently introduced pango_fc_font_get_languages
with a frontend api.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index 13f8a222..498338b2 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -601,6 +601,9 @@ void pango_font_get_features (PangoFont *font, PANGO_AVAILABLE_IN_1_44 hb_font_t * pango_font_get_hb_font (PangoFont *font); +PANGO_AVAILABLE_IN_1_50 +PangoLanguage ** pango_font_get_languages (PangoFont *font); + /** * PANGO_GLYPH_EMPTY: * |