After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 114431 - underlines in *_draw_layout_line()
underlines in *_draw_layout_line()
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.2.x
Other Linux
: Normal normal
: 1.4.2
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2003-06-04 23:42 UTC by Owen Taylor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2003-06-04 23:42:24 UTC
See bug 103662 for a big ugly patch I'm applying to 
gdkpango.c to improve the way that underlines are
drawn across multiple runs on the same line. the
same thing should be done to the draw_layout_line()
implementations in Pango.
Comment 1 Owen Taylor 2004-06-23 21:19:04 UTC
I have some vague plans for writing a unified layout-rendering
driver framework so that everything boils down to something:

 pango_layout_line_render (line, renderer);
 pango_layout_line_render (layout_line, renderer);

So that would allow fixing this in only one place. But not
really concretely specified at this point.
Comment 2 Owen Taylor 2004-11-23 16:07:28 UTC
Concretely now specified, implemented, underline problems fixed except
for using Win32 rendering functions directly in Pango (PangoWin32Renderer
still needs to be written)