summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-12 22:33:09 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-12 22:33:09 +0200
commit55a5f08ef1f4866114bbdd12a4884af6479117e6 (patch)
tree00ae77fd52a66fd175a4aa9022a864450189042c /src/corelib
parent5960aebbdf47454b128288605d9d0c565d7f4d73 (diff)
downloadfpGUI-55a5f08ef1f4866114bbdd12a4884af6479117e6.tar.xz
agg: freetype support is not forced on all platforms now.
Windows will use GDI as default.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/render/software/agg_2D.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/agg_2D.pas b/src/corelib/render/software/agg_2D.pas
index 9d9835bc..18c4edbc 100644
--- a/src/corelib/render/software/agg_2D.pas
+++ b/src/corelib/render/software/agg_2D.pas
@@ -35,7 +35,7 @@ INTERFACE
{$I agg_mode.inc }
// With this define uncommented you can use FreeType font engine
-{$DEFINE AGG2D_USE_FREETYPE }
+{ $DEFINE AGG2D_USE_FREETYPE }
uses
agg_basics ,