diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-08-15 19:23:54 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-15 19:23:54 +0000 |
commit | f90163fecc2f1e10ea1c800c2ac3045b485398bd (patch) | |
tree | 4c0f0455ee3eabf4b09de5142a15fa1c194c9838 /ChangeLog | |
parent | cb816fe9b636b832e8383acc03654f92edb583d3 (diff) | |
download | pango-f90163fecc2f1e10ea1c800c2ac3045b485398bd.tar.gz |
Bug 467056 – Shape attribute handling is not consistent
2007-08-15 Behdad Esfahbod <behdad@gnome.org>
Bug 467056 – Shape attribute handling is not consistent
* pango/pango-impl-utils.h:
* pango/pango-layout.c (pango_layout_line_index_to_x), (shape_run),
(pango_layout_line_x_to_index), (pango_layout_run_get_extents),
(update_run):
* pango/pango-renderer.c (pango_renderer_draw_layout_line):
* pango/pango-utils.c (_pango_shape_shape),
(_pango_shape_get_extents):
Fix handling of extents for shaped runs. Previsouly a shaped run
with more than one character was not correctly positioned.
svn path=/trunk/; revision=2401
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-08-15 Behdad Esfahbod <behdad@gnome.org> + + Bug 467056 – Shape attribute handling is not consistent + + * pango/pango-impl-utils.h: + * pango/pango-layout.c (pango_layout_line_index_to_x), (shape_run), + (pango_layout_line_x_to_index), (pango_layout_run_get_extents), + (update_run): + * pango/pango-renderer.c (pango_renderer_draw_layout_line): + * pango/pango-utils.c (_pango_shape_shape), + (_pango_shape_get_extents): + Fix handling of extents for shaped runs. Previsouly a shaped run + with more than one character was not correctly positioned. + 2007-08-14 Behdad Esfahbod <behdad@gnome.org> Bug 466755 – pango hangul is crashing in gnome-about because it is |