https://bugs.kde.org/show_bug.cgi?id=372629
--- Comment #22 from RJVB <[email protected]> --- I still use m_fontHeight = qMax(1, qCeil(height)); on Mac, stock code on Linux, and that's perfectly satisfactory to me. Maybe you should accept that there are subtle platform differences in font rendering that interact with how KTextEditor handles line-spacing and allow platform specific code here. FWIW, one would expect that difference to be due to using FreeType vs. CoreText (i.e. in QPA code) but strangely that does not appear to be the case. I build the XCB QPA plugin on Mac and don't notice any real differences running apps side-by-side in X11 (XQuartz) and Cocoa mode. I also cannot reproduce the transversal line glitch of #379727 under XQuartz, at least not as easily as described. -- You are receiving this mail because: You are watching all bug changes.
