<p>Hi,</p><p>I think you should set a monospace font to lexers <span>cppLexer and <span>dLexer. For example (in C++):</span></span></p><p>font QFont("Monospace");</p><p>font.setStyleHint(QFont::Monospace);</p><p>cppLexer->setFont(font);</p><p>dLexer->setFont(font);</p><p><br />11.12.2015, 10:50, "Shriramana Sharma" <<a href="mailto:samjnaa@gmail.com">samjnaa@gmail.com</a>>:</p><blockquote> Hello. I am using QScintilla via PyQt for my C/C++/D quick access<br /> program <a href="https://github.com/jamadagni/dhee">https://github.com/jamadagni/dhee</a>. Please see the attached<br /> screenshot comparing the rendering of text of the program vs KDevelop<br /> 4.7.1.<br /><br /> It seems to me that antialiasing is missing from the QSci rendering. I<br /> tried looking into the reference at<br /> <a href="http://pyqt.sourceforge.net/Docs/QScintilla2/classQsciScintilla.html">http://pyqt.sourceforge.net/Docs/QScintilla2/classQsciScintilla.html</a><br /> but I could not find any specific place to set antialiasing to on. I<br /> hope I'm not missing anything.<br /><br /> My versions are: QSci 2.8.1 with PyQt 4.10.4 and Qt 4.8.5 on Kubuntu<br /> Trusty 64 bit.<br /><br /> Please advise. Thank you.<br /><br /> --<br /> Shriramana Sharma ஶ்ரீரமணஶர்மா श्रीरमणशर्मा<br /> ,<br /><br /> _______________________________________________<br /> QScintilla mailing list<br /> <a href="mailto:QScintilla@riverbankcomputing.com">QScintilla@riverbankcomputing.com</a><br /> <a href="https://www.riverbankcomputing.com/mailman/listinfo/qscintilla">https://www.riverbankcomputing.com/mailman/listinfo/qscintilla</a></blockquote><p><br />-- <br />Arthur</p>