From 497ee87d5105fb3b6a957abdaf4754ab1d6c6533 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 11 Nov 2020 20:15:25 +0800 Subject: PangoWin32: Initialize DirectWrite as well We want to start using DirectWrite to help us implement some features that are not that easily done with GDI/Uniscribe, via a GDI interop layer as provided by DirectWrite, and by creating and keeping track of the IDWriteFont's that are created from each of the LOGFONTs that we acquire by quering the fonts that is installed on the system. --- pango/pangowin32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pango/pangowin32.h') diff --git a/pango/pangowin32.h b/pango/pangowin32.h index fe68cc31..c48f0cdf 100644 --- a/pango/pangowin32.h +++ b/pango/pangowin32.h @@ -153,6 +153,9 @@ PangoFontDescription *pango_win32_font_description_from_logfontw (const LOGFONTW PANGO_AVAILABLE_IN_1_48 GType pango_win32_font_get_type (void) G_GNUC_CONST; +PANGO_AVAILABLE_IN_1_48 +PangoLanguage **pango_win32_font_get_languages (PangoFont *font); + G_END_DECLS #endif /* __PANGOWIN32_H__ */ -- cgit v1.2.1