summaryrefslogtreecommitdiffstats
path: root/src/sp-missing-glyph.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-05-25 15:35:28 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-05-25 15:35:28 +0000
commitc14ff7c7b9e4f564920cb37e89b2944aa9156f9a (patch)
tree6cb0343c91d16b2dd93593c7b0a1a5459e076e9c /src/sp-missing-glyph.cpp
parentFix some compile warnings (diff)
downloadinkscape-c14ff7c7b9e4f564920cb37e89b2944aa9156f9a.tar.gz
inkscape-c14ff7c7b9e4f564920cb37e89b2944aa9156f9a.zip
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git master branch) will compile SVGFonts (experimental) support.
* First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753)
Diffstat (limited to 'src/sp-missing-glyph.cpp')
-rw-r--r--src/sp-missing-glyph.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-missing-glyph.cpp b/src/sp-missing-glyph.cpp
index d4cd16360..7cd75b3b8 100644
--- a/src/sp-missing-glyph.cpp
+++ b/src/sp-missing-glyph.cpp
@@ -1,3 +1,5 @@
+#include "config.h"
+#ifdef ENABLE_SVG_FONTS
#define __SP_MISSING_GLYPH_C__
/*
@@ -178,7 +180,7 @@ static Inkscape::XML::Node *sp_missing_glyph_write(SPObject *object, Inkscape::X
return repr;
}
-
+#endif //#ifdef ENABLE_SVG_FONTS
/*
Local Variables:
mode:c++