I confirm that the last snapshot correct the problem !<br>
<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 19:43:58 +0200, Detlev Offenbach<br>
<<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a>> wrote:<br>
> On Donnerstag, 7. April 2011, christophe duvernois wrote:<br>
>> This is working setting the font quality to<br>
>> SC_EFF_QUALITY_NON_ANTIALIASED<br>
>> ( = 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>
>> 2011/4/7 Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>><br>
>><br>
>> > On Thu, 7 Apr 2011 00:29:35 +0200, christophe duvernois<br>
>> ><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<br>
the<br>
>> ><br>
>> > same<br>
>> ><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<br>
>> > > display<br>
>> ><br>
>> > is<br>
>> ><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>
>> > ><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>
>> > ><br>
>> > > - Although, is there a way to get or check out somewhere the old<br>
>> ><br>
>> > released<br>
>> ><br>
>> > > version of qscintilla?<br>
>> > ><br>
>> > > Regards.<br>
>> > > Chris.<br>
>> ><br>
>> > You could try experimenting with SCI_SETFONTQUALITY. I'm happy to<br>
>> > change<br>
>> > the default if it is shown to be incorrect.<br>
>> ><br>
>> > Phil<br>
><br>
> Should this be part of the API so users can configure it for their<br>
system?<br>
> If<br>
> it is just give me a hint because I didn't spot it in the docu.<br>
<br>
</div></div>I'm happy to add something to the high-level API, but more importantly the<br>
default needs to be correct.<br>
<br>
I've made a change in tonight's snapshot which should restore the previous<br>
default behaviour. If people can confirm it works then I'll make a new<br>
release.<br>
<font color="#888888"><br>
Phil<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
QScintilla mailing list<br>
<a href="mailto:QScintilla@riverbankcomputing.com">QScintilla@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/qscintilla" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/qscintilla</a><br>
</div></div></blockquote></div><br>