Skip to content

Commit

Permalink
Make intention of comment a bit clearer
Browse files Browse the repository at this point in the history
(cherry picked from commit 7141143)
  • Loading branch information
nyalldawson committed Dec 11, 2018
1 parent 0e694ea commit d9cb13c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/layout/qgslayoutexporter.cpp
Expand Up @@ -1024,7 +1024,8 @@ QgsLayoutExporter::ExportResult QgsLayoutExporter::exportToSvg( QgsAbstractLayou
void QgsLayoutExporter::preparePrintAsPdf( QgsLayout *layout, QPrinter &printer, const QString &filePath )
{
printer.setOutputFileName( filePath );
// setOutputFormat should come after setOutputFileName, which auto-sets format to QPrinter::PdfFormat.
// setOutputFormat MUST come after setOutputFileName, which auto-sets format to QPrinter::PdfFormat.

// [LS] This should be QPrinter::NativeFormat for Mac, otherwise fonts are not embed-able
// and text is not searchable; however, there are several bugs with <= Qt 4.8.5, 5.1.1, 5.2.0:
// https://bugreports.qt.io/browse/QTBUG-10094 - PDF font embedding fails
Expand Down

0 comments on commit d9cb13c

Please sign in to comment.