summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfont.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-31 07:48:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commitdb22f99ccdefee55e1892e6d2a8dc26f3eedca77 (patch)
tree6dff2e01da2aa5f0318efd2fbf9aad7f14629e44 /pango/pangocairo-fcfont.c
parent782e6de30885951bbb03ba8490e4597fbb8e9a29 (diff)
downloadpango-db22f99ccdefee55e1892e6d2a8dc26f3eedca77.tar.gz
pangocairo: handle PangoHbFont
Basic rendering is working fine with this.
Diffstat (limited to 'pango/pangocairo-fcfont.c')
-rw-r--r--pango/pangocairo-fcfont.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/pangocairo-fcfont.c b/pango/pangocairo-fcfont.c
index 4453b5ab..3d356576 100644
--- a/pango/pangocairo-fcfont.c
+++ b/pango/pangocairo-fcfont.c
@@ -32,8 +32,10 @@
#include "pangocairo-fc-private.h"
#include "pangofc-private.h"
#include "pango-impl-utils.h"
+#include "pango-hbfont-private.h"
+#include "pango-hbface-private.h"
-#include <hb-ot.h>
+#include <hb-ft.h>
#include <freetype/ftmm.h>
#define PANGO_TYPE_CAIRO_FC_FONT (pango_cairo_fc_font_get_type ())