diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-09-22 20:31:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-09-22 20:31:54 +0000 |
commit | 6ce8121cc5b7ad6e5eb14cae75dc8faf98b296dc (patch) | |
tree | 79a2403a8461c8c6799897155de9528588a2c918 /ChangeLog.pre-1-6 | |
parent | bb2d38b6dd3c79e9b3a8501072ead2c7555aadd4 (diff) | |
download | pango-6ce8121cc5b7ad6e5eb14cae75dc8faf98b296dc.tar.gz |
Use get_glyph_extents_raw() when hinting is disabled as well as when we
Wed Sep 22 16:15:40 2004 Owen Taylor <otaylor@redhat.com>
* pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): Use
get_glyph_extents_raw() when hinting is disabled as well
as when we are transforming. (#152529, Vincent Noel)
* pango/pangofc-font.c (pango_fc_font_get_raw_extents): Duplicate
the fix for non-scalable fonts from get_face_metrics() here as
well.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index e0c96adb..898b955e 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,13 @@ +Wed Sep 22 16:15:40 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): Use + get_glyph_extents_raw() when hinting is disabled as well + as when we are transforming. (#152529, Vincent Noel) + + * pango/pangofc-font.c (pango_fc_font_get_raw_extents): Duplicate + the fix for non-scalable fonts from get_face_metrics() here as + well. + Wed Sep 22 15:57:30 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_get_ellipsize): Fix |