From 0a839511c0d9c6b220a2e0f86a2d5dd44ba57a72 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Thu, 14 Jun 2012 13:33:49 +0200 Subject: [PATCH] restored wrongly removed code --- src/adaptors/UBCFFSubsetAdaptor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/adaptors/UBCFFSubsetAdaptor.cpp b/src/adaptors/UBCFFSubsetAdaptor.cpp index f023a79e..04b00120 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);