[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

Christoph Feck bugzilla_noreply at kde.org
Thu Feb 23 00:50:16 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=349088

--- Comment #9 from Christoph Feck <cfeck at kde.org> ---
Konsole uses QPainter::drawText() for the complete line, which handles the
pixel advances the fonts provide. The only way I see to fix this is to call
QPainter::drawText() for each cell character individually, so that the
characters are always aligned to grid, regardless how wide they are in the
fallback fonts.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list