summaryrefslogtreecommitdiff
path: root/pango/pango-font-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-30 23:31:29 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-31 14:41:28 -0400
commitaefc5e509e5865779563c65fc9c9d0ae33b615ab (patch)
tree05723156c81e0e514023018a43252d9a7b6058f5 /pango/pango-font-private.h
parent2555d464361e96542ec9d9b2383e7ec0fe42dad3 (diff)
downloadpango-aefc5e509e5865779563c65fc9c9d0ae33b615ab.tar.gz
fonts: Redo the get_face implementation
Now that we have a private class, we can retire the misplaced vfunc in the fontmap class.
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);