diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-07-08 19:30:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-07-08 19:30:45 +0000 |
commit | 7fe9544383b46f8c68671d8b41ad3f55c76bb515 (patch) | |
tree | 2bcc7b0d289a11da069843f0bc13d7cc72d09aab /pango/fonts.c | |
parent | 39833750298d6c102f05331f41fe6bd33c5ffb9a (diff) | |
download | pango-7fe9544383b46f8c68671d8b41ad3f55c76bb515.tar.gz |
Add pango_context_get_font_map()
Thu Jul 8 15:25:29 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.[ch]: Add pango_context_get_font_map()
* pango/pango-fonts.c pango/pango-fontset.c pango/pango-context.c:
Some s/PangoMetrics/PangoFontMetrics/ in docs.
* pango/pango-context.c: Fix problem with unsetting
the matrix for a context.
* pango/pango-types.h: Switch to a much more efficient
implementation of PANGO_SCALE.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 6535f7a9..5afe8bfd 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1127,7 +1127,7 @@ pango_font_get_glyph_extents (PangoFont *font, * be provided to indicate that the metrics should be retrieved that * correspond to the script(s) used by that language. * - * Returns: a #PangoMetrics object. The caller must call pango_font_metrics_unref() + * Returns: a #PangoFontMetrics object. The caller must call pango_font_metrics_unref() * when finished using the object. **/ PangoFontMetrics * |