diff options
Diffstat (limited to 'src/sp-font-face.cpp')
| -rw-r--r-- | src/sp-font-face.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-font-face.cpp b/src/sp-font-face.cpp index 0a649b17f..4288a5d64 100644 --- a/src/sp-font-face.cpp +++ b/src/sp-font-face.cpp @@ -2,6 +2,8 @@ # include <config.h> #endif +#ifdef ENABLE_SVG_FONTS + /* * SVG <font-face> element implementation * @@ -847,6 +849,7 @@ static Inkscape::XML::Node *sp_fontface_write(SPObject *object, Inkscape::XML::D return repr; } +#endif //#ifdef ENABLE_SVG_FONTS /* Local Variables: mode:c++ |
