Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / sp-font-face.h
index b095e6b041739629d2ba1d4de812b56a950369f2..e492ba0913cadf96463d2fe332b7192a56ded2e1 100644 (file)
@@ -1,3 +1,8 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifdef ENABLE_SVG_FONTS
 #ifndef __SP_FONTFACE_H__
 #define __SP_FONTFACE_H__
 
@@ -9,7 +14,7 @@
  * http://www.w3.org/TR/SVG/fonts.html#FontFaceElement
  *
  * Authors:
- *    Felipe C. da S. Sanches <felipe.sanches@gmail.com>
+ *    Felipe C. da S. Sanches <juca@members.fsf.org>
  *
  * Copyright (C) 2008 Felipe C. da S. Sanches
  *
@@ -111,3 +116,4 @@ struct SPFontFaceClass {
 GType sp_fontface_get_type (void);
 
 #endif //#ifndef __SP_FONTFACE_H__
+#endif //#ifdef ENABLE_SVG_FONTS