Thanks, but this is what I had tried. Maybe I'm doing something wrong,
but again here's what I have now, hopefully with identation fixed:

# Give symbolic names to the set of fonts used in the standard styles.
if PLAT_WIN
        font.base=$(font.monospace)
        font.small=$(font.monospace)
        font.comment=$(font.monospace)
        font.code.comment.box=$(font.comment)
        font.code.comment.line=$(font.comment)
        font.code.comment.doc=$(font.comment)
        font.text=$(font.monospace)
        font.text.comment=$(font.monospace)
        font.embedded.base=$(font.monospace)
        font.embedded.comment=$(font.monospace)
        font.monospace=font:Courier New,size:10
        font.vbs=$(font.monospace)
if PLAT_GTK
        font.base=$(font.monospace)
        font.small=$(font.monospace)
        font.comment=$(font.monospace)
        font.code.comment.box=$(font.comment)
        font.code.comment.line=$(font.comment)
        font.code.comment.doc=$(font.comment)
        font.text=$(font.monospace)
        font.text.comment=$(font.monospace)
        font.embedded.base=$(font.monospace)
        font.embedded.comment=$(font.monospace)
        font.monospace=font:!Bitstream Vera Sans Mono,size:10
        font.vbs=$(font.monospace)
font.js=$(font.comment)




On 8/18/06, Chris Sutcliffe <[EMAIL PROTECTED]> wrote:
> Thanks for the suggestion. I tried it, but on Windows I have this:
>
> font.monospace=font:Courier New,size:10
>
> which of course my system has. In fact, pressing Ctrl+F11 will switch
> it to this, but it just won't open with this font by default.

Looking in the SciTE FAQ, there is an entry with using mono-space
fonts by default:

http://scintilla.sourceforge.net/SciTEFAQ.html#FixedWidth

Hopefully this will help.

Chris

--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.org
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to