summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-12 22:35:48 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-12 22:35:48 +0000
commit97c0f8c9a629842f647e19dc792c055895763f98 (patch)
treed4a0d74566c1051e42ed84cce61f0b5c5e5f98a6 /src
parent6a740a9273abb84f7bf1c926628b819039cbc6a1 (diff)
downloadfpGUI-97c0f8c9a629842f647e19dc792c055895763f98.tar.xz
minor adjustment to default font setting and included the missing extrafpc.cfg file to uidesigner
Diffstat (limited to 'src')
-rw-r--r--src/corelib/gfxbase.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas
index a45c5632..d00f493f 100644
--- a/src/corelib/gfxbase.pas
+++ b/src/corelib/gfxbase.pas
@@ -60,7 +60,7 @@ const
// The special keys, based on the well-known keyboard scan codes
{$I keys.inc}
- FPG_DEFAULT_FONT_DESC = 'Arial-10';
+ FPG_DEFAULT_FONT_DESC = 'Arial-10:antialias=true';
UserNamedColorStart = 128;
{$I predefinedcolors.inc}