summaryrefslogtreecommitdiff
path: root/pango/pango-font-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-31 18:48:54 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-31 18:48:54 +0000
commit923284062075fd2fe1b061d256f91aec2912b1ab (patch)
tree0b3b5d777d81fe2be77241afb7e0154970179ce3 /pango/pango-font-private.h
parent2555d464361e96542ec9d9b2383e7ec0fe42dad3 (diff)
parent7137a522094154281b4b328d4fa22df05b84aba5 (diff)
downloadpango-923284062075fd2fe1b061d256f91aec2912b1ab.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
fonts: Redo the get_face implementation See merge request GNOME/pango!465
Diffstat (limited to 'pango/pango-font-private.h')
-rw-r--r--pango/pango-font-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-font-private.h b/pango/pango-font-private.h
index 1f31f559..93ce27aa 100644
--- a/pango/pango-font-private.h
+++ b/pango/pango-font-private.h
@@ -44,6 +44,7 @@ typedef struct {
gboolean (* has_char) (PangoFont *font,
gunichar wc);
+ PangoFontFace * (* get_face) (PangoFont *font);
} PangoFontClassPrivate;
gboolean pango_font_is_hinted (PangoFont *font);