SynEdit: Windows Default font is now "Courier New" (for component usage)

git-svn-id: trunk@20518 -
This commit is contained in:
martin 2009-06-08 12:58:47 +00:00
parent 9037c5325a
commit 7d32d219bc

View File

@ -108,7 +108,7 @@ const
{$DEFINE SynDefaultFont}
{$ENDIF}
{$IFNDEF SynDefaultFont}
SynDefaultFontName = 'courier';
SynDefaultFontName = 'Courier New';
SynDefaultFontHeight = 12;
{$ENDIF}
SynDefaultFontPitch = fpFixed;