<br><br><div class="gmail_quote">2008/10/23 Edward K. Ream <span dir="ltr">&lt;<a href="mailto:edreamleo@gmail.com">edreamleo@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
For my old eyes, setting QScintilla&#39;s font to &quot;Courier New&quot; 8 bold<br>
magnified 6 times looks absolutely beautiful. &nbsp;I&#39;m instantly spoiled<br>
for life :-)<br></blockquote><div><br></div><div>I personnally prefer &nbsp;Consolas or DejaVu Sans Mono, but that&#39;s another story :)</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
At present, Leo does this with lexer.setFont and w.zoomIn(6), but it<br>
would be easier for Leo&#39;s users if they could use a stylesheet. Is<br>
this possible? &nbsp;If so, are there docs?</blockquote><div><br></div><div>I don&#39;t think so (neither Scintilla control has this, even wxScintilla. Look at the Editra code editor, they build their own XML file format as stylesheets), you have to write something for remembering the styles you set.&nbsp;</div>
<div>Maybe QSettings can help in this case.&nbsp;</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
BTW, I can set QTextEdit with a stylesheet, but apparently w.zoomIn<br>
doesn&#39;t work for QTextEdit if there is a stylesheet active :-( Is<br>
there a way to specify zoom factors in style sheets? I have tried<br>
&#39;zoom&#39; and &#39;zoom-in&#39; with no joy.<br></blockquote><div><br></div><div>Have you tried ie :</div><div><br></div><div>self.zoomIn(1)</div><div><br></div><div>followed by a :</div><div><br></div><div>self.updateMicroFocus()&nbsp;</div>
<div><br></div><div>?</div><div>Christophe K.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888">
</font></blockquote></div><br>