diff --git a/src/adaptors/UBCFFSubsetAdaptor.cpp b/src/adaptors/UBCFFSubsetAdaptor.cpp index 04b00120..f023a79e 100644 --- a/src/adaptors/UBCFFSubsetAdaptor.cpp +++ b/src/adaptors/UBCFFSubsetAdaptor.cpp @@ -677,9 +677,9 @@ bool UBCFFSubsetAdaptor::UBCFFSubsetReader::parseSvgTextarea(const QDomElement & QTextCharFormat textFormat; textFormat.setFontPointSize(12 * 72 / QApplication::desktop()->physicalDpiY()); textFormat.setForeground(qApp->palette().foreground().color()); - textFormat.setFontFamily("Arial"); - textFormat.setFontItalic(false); - textFormat.setFontWeight(QFont::Normal); +// textFormat.setFontFamily("Arial"); +// textFormat.setFontItalic(false); +// textFormat.setFontWeight(QFont::Normal); readTextBlockAttr(element, blockFormat); readTextCharAttr(element, textFormat);