diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 23:53:18 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 23:53:18 +0000 |
commit | bbdb12a9e6894109259286050464da44904d21d8 (patch) | |
tree | e9f4966778a0b592314c3f25f9bc799b60d3f103 /pango/pangoft2-fontmap.c | |
parent | a6d6171d26c953a04f9f98d3366fafd9920b9ed2 (diff) | |
download | pango-bbdb12a9e6894109259286050464da44904d21d8.tar.gz |
Add docs.
* docs/tmpl/xft-fonts.sgml:
* docs/tmpl/freetype-fonts.sgml: Add docs.
* pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
* pango/pangoft2-fontmap.c
(pango_ft2_font_map_set_default_substitute):
Fix doc typos.
Diffstat (limited to 'pango/pangoft2-fontmap.c')
-rw-r--r-- | pango/pangoft2-fontmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c index c9c28aa1..5edb890b 100644 --- a/pango/pangoft2-fontmap.c +++ b/pango/pangoft2-fontmap.c @@ -119,7 +119,7 @@ static PangoFT2FontMap *pango_ft2_global_fontmap = NULL; * to cache information about available fonts, and holds * certain global parameters such as the resolution and * the default substitute function (see - * pango_font_map_set_default_substitute()). + * pango_ft2_font_map_set_default_substitute()). * * Return value: the newly created fontmap object. Unref * with g_object_unref() when you are finished with it. @@ -160,7 +160,7 @@ pango_ft2_font_map_new (void) } /** - * pango_ft2_fontmap_set_default_substitute: + * pango_ft2_font_map_set_default_substitute: * @fontmap: a #PangoFT2FontMap * @func: function to call to to do final config tweaking * on #FcPattern objects. |