This is working setting the font quality to SC_EFF_QUALITY_NON_ANTIALIASED ( = 1) instead of SC_EFF_QUALITY_DEFAULT (= 0 ) .<br>I have now the same render (on windows) as with 2.4.x !<br><br>Thanks!<br><br>Chris.<br><br><div class="gmail_quote">
2011/4/7 Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Thu, 7 Apr 2011 00:29:35 +0200, christophe duvernois<br>
<<a href="mailto:christophe.duvernois@gmail.com">christophe.duvernois@gmail.com</a>> wrote:<br>
> Hi<br>
><br>
> - The following code on windows with qscintilla 2.5 doesn't have the<br>
same<br>
> render on screen as with 2.4.6<br>
> the "courier new" font was "clear" on 2.4.6 but on 2.5 the font display<br>
is<br>
> kind of blurred.<br>
> Any ideas??<br>
><br>
> #include <QApplication><br>
> #include <Qsci/qsciscintilla.h><br>
> #include <Qsci/qscilexercpp.h><br>
><br>
> int main(int argc, char* argv[])<br>
> {<br>
>     QApplication app(argc, argv);<br>
><br>
>     QsciScintilla *qscintilla = new QsciScintilla;<br>
>     qscintilla->setUtf8(true);<br>
><br>
>     QsciLexerCPP *lexer = new QsciLexerCPP;<br>
>     lexer->setDefaultFont(QFont("Courier New",10));<br>
><br>
>     qscintilla->setLexer(lexer);<br>
><br>
>     qscintilla->show();<br>
>     return app.exec();<br>
> }<br>
><br>
> - Although, is there a way to get or check out somewhere the old<br>
released<br>
> version of qscintilla?<br>
><br>
> Regards.<br>
> Chris.<br>
<br>
</div></div>You could try experimenting with SCI_SETFONTQUALITY. I'm happy to change<br>
the default if it is shown to be incorrect.<br>
<font color="#888888"><br>
Phil<br>
</font></blockquote></div><br>