X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fprint.cpp;h=6aed4da25737228c93a38f6bd4aff063f9182992;hb=78023b76d7395f1b2dc1c64e1e7ad538be13c62c;hp=c967bd86e2415c0da87eefdf4941426584d8e42b;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/extension/print.cpp b/src/extension/print.cpp index c967bd86e..6aed4da25 100644 --- a/src/extension/print.cpp +++ b/src/extension/print.cpp @@ -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 */ /*