summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r--pango/pangowin32.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index 20fcc985..5b59dec2 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -178,6 +178,13 @@ pango_win32_font_init (PangoWin32Font *win32font)
win32font->glyph_info = g_hash_table_new_full (NULL, NULL, NULL, g_free);
}
+/**
+ * pango_win32_get_dc:
+ *
+ * Obtains a handle to the Windows device context that is used by Pango.
+ *
+ * Return value: A handle to the Windows device context that is used by Pango.
+ **/
HDC
pango_win32_get_dc (void)
{