diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-07-16 18:17:05 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-07-16 18:17:05 +0200 |
commit | c6087cfe26349b34b72dd17ef33bc1c385619ce5 (patch) | |
tree | e5fc83099dba320e6df5d7ece93744faa18eec15 | |
parent | d3e55e9977b1791bd91df636d9c6620132b5203f (diff) |
vcl113: undo previous change
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 34804363a456..6cb0a7d07697 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -1793,11 +1793,6 @@ PDFWriterImpl::PDFWriterImpl( const PDFWriter::PDFWriterContext& rContext ) m_aContext.Version = PDFWriter::PDF_1_4; //meaning we need PDF 1.4, PDF/A flavour m_bEmbedStandardFonts = m_aContext.EmbedStandardFonts; -#ifdef MACOSX // disable builtin fonts on the AQUA port - // on OSX the glyph fallback feature does not work for non-system fonts - // TODO: reevaluate when the OSX ports moves to CoreText - m_bEmbedStandardFonts = true; -#endif } PDFWriterImpl::~PDFWriterImpl() |