diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-12 22:33:09 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-12 22:33:09 +0200 |
commit | 55a5f08ef1f4866114bbdd12a4884af6479117e6 (patch) | |
tree | 00ae77fd52a66fd175a4aa9022a864450189042c /src | |
parent | 5960aebbdf47454b128288605d9d0c565d7f4d73 (diff) | |
download | fpGUI-55a5f08ef1f4866114bbdd12a4884af6479117e6.tar.xz |
agg: freetype support is not forced on all platforms now.
Windows will use GDI as default.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/render/software/agg_2D.pas | 2 |
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 , |