From 4a148d6fa9baae2993ed253035db7b5e33e1511a Mon Sep 17 00:00:00 2001 From: ishmal Date: Thu, 14 Aug 2008 12:42:43 +0000 Subject: [PATCH] enable svg fonts --- build.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index a856c6667..02f0f4ecf 100644 --- a/build.xml +++ b/build.xml @@ -171,6 +171,9 @@ /* Allow reading WordPerfect? */ #define WITH_LIBWPG 1 + /* Do we support SVG Fonts? */ + #define ENABLE_SVG_FONTS 1 + #endif /* _CONFIG_H_ */ @@ -290,8 +293,8 @@ + continueOnError="true" + refreshCache="${refresh}"> -- 2.30.2