From 68c9f56688a6f362fb20b5576c459625f505d009 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sat, 18 Nov 2006 04:43:16 +0000 Subject: patch 1219308 for embedding type 1 fonts into ps/eps output (bzr r1977) --- src/extension/implementation/implementation.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/extension/implementation/implementation.cpp') diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp index a621dc838..42eabc3ad 100644 --- a/src/extension/implementation/implementation.cpp +++ b/src/extension/implementation/implementation.cpp @@ -170,6 +170,19 @@ Implementation::textToPath(Inkscape::Extension::Print *ext) return false; } +/** + \brief Get "fontEmbedded" param, i.e. tell the printing engine whether fonts should be embedded + \retval TRUE Fonts have to be embedded in the output so that the user might not need to install fonts to have the interpreter read the document correctly + \retval FALSE Not embed fonts + + Only available for Adobe Type 1 fonts in EPS output as of now +*/ + +bool +Implementation::fontEmbedded(Inkscape::Extension::Print * ext) +{ + return false; +} } /* namespace Implementation */ } /* namespace Extension */ -- cgit v1.2.3