diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-07 04:21:10 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-07 04:21:10 +0000 |
commit | 5aa7dd3136efec76b577b65cbc6962728f3f66bf (patch) | |
tree | bede1a2ae813b6bda2b771053142a2ad150f0193 /ChangeLog.pre-1-2 | |
parent | 15fd900199bde756a7d3779549c24e971919e4da (diff) | |
download | pango-5aa7dd3136efec76b577b65cbc6962728f3f66bf.tar.gz |
Roughly clip glyphs into the X coordinate area to avoid wrap-around.
Fri Dec 6 23:07:58 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangoxft-font.c (pango_xft_real_render)
pango/pangox.c (pango_x_render): Roughly clip glyphs
into the X coordinate area to avoid wrap-around. (#73199)
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 5f8c763b..28d5a7f5 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,15 @@ +Fri Dec 6 23:07:58 2002 Owen Taylor <otaylor@redhat.com> + + * pango/pangoxft-font.c (pango_xft_real_render) + pango/pangox.c (pango_x_render): Roughly clip glyphs + into the X coordinate area to avoid wrap-around. (#73199) + +Fri Dec 6 22:30:17 2002 Owen Taylor <otaylor@redhat.com> + + * pango/pangoxft-font.c (pango_xft_real_render): + pango/pangox.c (pango_x_render): Truncate rendering + after 32768 pixels to avoid the possiblity of wrapping. + Fri Dec 6 19:42:33 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (map_get_submap): Dynamically allocate |