diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-07 23:30:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-07 23:30:38 +0000 |
commit | 5bc1d0097c92379bc223bd4d968c3feffe5f233d (patch) | |
tree | a10a5f09469322624c65fd356b4e51e6f00694dd /pango/pangowin32.c | |
parent | 77741531e266f127839c7bb8fefcea43f3c5ebe0 (diff) | |
download | pango-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/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 7 |
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) { |