~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/extension/print.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        return imp->textToPath(this);
112
112
}
113
113
 
 
114
//whether embed font in print output (EPS especially)
 
115
bool
 
116
Print::fontEmbedded (void)
 
117
{
 
118
        return imp->fontEmbedded(this);
 
119
}
 
120
 
114
121
} }  /* namespace Inkscape, Extension */
115
122
 
116
123
/*