summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx5
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()