Code

string fixes from bug 1516157
[inkscape.git] / src / extension / print.cpp
index c967bd86e2415c0da87eefdf4941426584d8e42b..6aed4da25737228c93a38f6bd4aff063f9182992 100644 (file)
@@ -111,6 +111,13 @@ Print::textToPath (void)
        return imp->textToPath(this);
 }
 
+//whether embed font in print output (EPS especially)
+bool
+Print::fontEmbedded (void)
+{
+       return imp->fontEmbedded(this);
+}
+
 } }  /* namespace Inkscape, Extension */
 
 /*