diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-18 04:43:16 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-18 04:43:16 +0000 |
| commit | 68c9f56688a6f362fb20b5576c459625f505d009 (patch) | |
| tree | 7b22237765619b2bdf432ca7ee4b09ee27c21140 /src/extension/print.cpp | |
| parent | Improve option parsing (diff) | |
| download | inkscape-68c9f56688a6f362fb20b5576c459625f505d009.tar.gz inkscape-68c9f56688a6f362fb20b5576c459625f505d009.zip | |
patch 1219308 for embedding type 1 fonts into ps/eps output
(bzr r1977)
Diffstat (limited to 'src/extension/print.cpp')
| -rw-r--r-- | src/extension/print.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ /* |
