summaryrefslogtreecommitdiff
path: root/pango/pango-hbfontmap.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-27 00:46:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 18:43:39 -0500
commit73effe2d038f05fb9b107eb9189068acb3e68415 (patch)
treea9b76ca845ace8ea25442496f7352e0ca61c3950 /pango/pango-hbfontmap.h
parent71a597754cd977186a6c9541366a3c893c6ddfc2 (diff)
downloadpango-73effe2d038f05fb9b107eb9189068acb3e68415.tar.gz
Introduce user fonts
Add a way to create callback-based faces and fonts. The cairo implementation of this uses cairos user fonts. New APIs: PangoUserFace and PangoUserFont
Diffstat (limited to 'pango/pango-hbfontmap.h')
-rw-r--r--pango/pango-hbfontmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-hbfontmap.h b/pango/pango-hbfontmap.h
index 3ced207d..6fab53a0 100644
--- a/pango/pango-hbfontmap.h
+++ b/pango/pango-hbfontmap.h
@@ -40,11 +40,11 @@ void pango_hb_font_map_add_file (PangoHbFontMap
PANGO_AVAILABLE_IN_1_52
void pango_hb_font_map_add_face (PangoHbFontMap *self,
- PangoHbFace *face);
+ PangoFontFace *face);
PANGO_AVAILABLE_IN_1_52
void pango_hb_font_map_remove_face (PangoHbFontMap *self,
- PangoHbFace *face);
+ PangoFontFace *face);
PANGO_AVAILABLE_IN_1_52
void pango_hb_font_map_add_family (PangoHbFontMap *self,