GNOME Bugzilla – Bug 114431
underlines in *_draw_layout_line()
Last modified: 2004-12-22 21:47:04 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.
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.
Concretely now specified, implemented, underline problems fixed except for using Win32 rendering functions directly in Pango (PangoWin32Renderer still needs to be written)