summaryrefslogtreecommitdiff
path: root/pango/pango.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-29 19:19:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commit5fd63d21e97e512b81b678b01ae3a8b6245d783c (patch)
tree48af0296f9c6c55b30458b09b29ff9998eb0c7b5 /pango/pango.h
parent25dead66ee992a529660f30b5fa692da345b7991 (diff)
downloadpango-5fd63d21e97e512b81b678b01ae3a8b6245d783c.tar.gz
Add PangoHbFont
This is a simple wrapper around hb_font_t. This is an attempt to make a font backend that does not depend on platform specifics and can be used in tests.
Diffstat (limited to 'pango/pango.h')
-rw-r--r--pango/pango.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango.h b/pango/pango.h
index 87036972..a1af0802 100644
--- a/pango/pango.h
+++ b/pango/pango.h
@@ -41,6 +41,7 @@
#include <pango/pango-glyph-item.h>
#include <pango/pango-gravity.h>
#include <pango/pango-hbface.h>
+#include <pango/pango-hbfont.h>
#include <pango/pango-item.h>
#include <pango/pango-language.h>
#include <pango/pango-layout.h>