Commit 0a839511 authored by Claudio Valerio's avatar Claudio Valerio

restored wrongly removed code

parent dc9dc97a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment