https://bugs.kde.org/show_bug.cgi?id=349088
--- Comment #9 from Christoph Feck <cf...@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 watching all bug changes.