On Mon, 12 Jun 2006 14:05:26 -0600, Robert May
<[EMAIL PROTECTED]> wrote:
Hi all,
I'm playing with Scintilla for the first time, trying to show some perl
code in a Scintilla window.
From a scan of the source to Win32::GUI::Scintlla::Perl, this module
should be using a mono-spaced font (Courier New), but when I use it I am
getting a variable width font (Times New Roman?).
Am I missing something?
I don't know why it does that; maybe it's grabbing its default font from
the parent control (in which case it's probably MS Sans).
But I found a way to fix it. Check in the docs for the method StyleSetSpec
and the STYLE_DEFAULT constant.
Thanks for any help,
Rob.