summaryrefslogtreecommitdiff
path: root/pango/pango.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.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.h')
-rw-r--r--pango/pango.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango.h b/pango/pango.h
index 9d95b5e5..aa0b7975 100644
--- a/pango/pango.h
+++ b/pango/pango.h
@@ -52,6 +52,8 @@
#include <pango/pango-script.h>
#include <pango/pango-tabs.h>
#include <pango/pango-types.h>
+#include <pango/pango-userface.h>
+#include <pango/pango-userfont.h>
#include <pango/pango-utils.h>
#include <pango/pango-version-macros.h>