summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-12-07 23:30:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-07 23:30:38 +0000
commit5bc1d0097c92379bc223bd4d968c3feffe5f233d (patch)
treea10a5f09469322624c65fd356b4e51e6f00694dd /pango
parent77741531e266f127839c7bb8fefcea43f3c5ebe0 (diff)
downloadpango-5bc1d0097c92379bc223bd4d968c3feffe5f233d.tar.gz
Document PangoIndicScript. Document.
* docs/tmpl/pango-indic.sgml: Document PangoIndicScript. * pango/pangowin32.c (pango_win32_get_dc): Document.
Diffstat (limited to 'pango')
-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)
{