summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-10-26 21:41:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-10-26 21:41:05 +0000
commitcbd8db20b5d28310a6ac564a2b4fa1acd04fcbe2 (patch)
treea32f1572a5836bd419d040daf623788ea4aa0cdc /pango/pangowin32.c
parentf846ecca56933276c1a2262a2b5c55b62d2e4e07 (diff)
downloadpango-cbd8db20b5d28310a6ac564a2b4fa1acd04fcbe2.tar.gz
Documentation updates.
* pango/fonts.c, pango/pangoft2.c, pango/pangowin32.c, pango/pangoxft-font.c, pango/pangox-fontmap.c, pango/pangoft2-fontmap.c, pango/pangoxft-fontmap.c, pango/pangowin32-fontmap.c, docs/pango-sections.txt, docs/tmpl/coverage-maps.sgml, docs/tmpl/fonts.sgml, docs/tmpl/freetype-fonts.sgml, docs/tmpl/glyphs.sgml, docs/tmpl/layout.sgml, docs/tmpl/main.sgml, docs/tmpl/modules.sgml, docs/tmpl/tab-stops.sgml, docs/tmpl/text-attributes.sgml, docs/tmpl/win32-fonts.sgml: Documentation updates.
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r--pango/pangowin32.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index c670fc6e..d184728e 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -997,6 +997,15 @@ font_get_unicode_table (PangoFont *font)
return table;
}
+/**
+ * pango_win32_font_get_glyph_index:
+ * @font: a #PangoFont.
+ * @wc: a Unicode character.
+ *
+ * Obtains the index of the glyph for @wc in @font.
+ *
+ * Returns: the glyph index for @wc.
+ **/
gint
pango_win32_font_get_glyph_index (PangoFont *font,
gunichar wc)