summaryrefslogtreecommitdiff
path: root/pango/pangowin32.h
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-11-11 20:15:25 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-12-03 18:53:40 +0800
commit497ee87d5105fb3b6a957abdaf4754ab1d6c6533 (patch)
tree1cdb5930ef0f942e8936f0a57b51e6314820ad26 /pango/pangowin32.h
parent66e2ea5f428893e102fe2cbaa45de0852118f5e2 (diff)
downloadpango-497ee87d5105fb3b6a957abdaf4754ab1d6c6533.tar.gz
PangoWin32: Initialize DirectWrite as wellwin32-font-language
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.
Diffstat (limited to 'pango/pangowin32.h')
-rw-r--r--pango/pangowin32.h3
1 files changed, 3 insertions, 0 deletions
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__ */