From 5fd63d21e97e512b81b678b01ae3a8b6245d783c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 29 Oct 2021 19:19:31 -0400 Subject: 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. --- pango/pango.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/pango.h') 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 #include #include +#include #include #include #include -- cgit v1.2.1