r21936 by craig - Some code cleaning, mostly courtesy of clazy, part 4, just comment out deprecated functions

scribus-commit scribus-commit at lists.scribus.net
Thu Apr 20 07:11:44 UTC 2017


Author: craig
Date: Thu Apr 20 07:11:43 2017
New Revision: 21936

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21936
Log:
Some code cleaning, mostly courtesy of clazy, part 4, just comment out deprecated functions

Modified:
    trunk/Scribus/scribus/fonts/scface.h

Modified: trunk/Scribus/scribus/fonts/scface.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21936&path=/trunk/Scribus/scribus/fonts/scface.h
==============================================================================
--- trunk/Scribus/scribus/fonts/scface.h	(original)
+++ trunk/Scribus/scribus/fonts/scface.h	Thu Apr 20 07:11:43 2017
@@ -358,14 +358,14 @@
 	bool isItalic() const;
 	bool isBold()   const;
 
-	/// deprecated
-	QString stemV(qreal sz=1.0)    const { return fontDictionary(sz)["/StemV"]; }
-
-	/// deprecated
-	QString italicAngle(qreal sz=1.0)      const { return fontDictionary(sz)["/ItalicAngle"]; }
-
-	/// deprecated
-	QString fontBBox(qreal sz=1.0)         const { return fontDictionary(sz)["/FontBBox"]; }
+//	/// deprecated
+//	QString stemV(qreal sz=1.0)    const { return fontDictionary(sz)["/StemV"]; }
+
+//	/// deprecated
+//	QString italicAngle(qreal sz=1.0)      const { return fontDictionary(sz)["/ItalicAngle"]; }
+
+//	/// deprecated
+//	QString fontBBox(qreal sz=1.0)         const { return fontDictionary(sz)["/FontBBox"]; }
 
 	/// returns a map of values used for font dictionaries in PS/PDF
 	QMap<QString,QString> fontDictionary(qreal sz=1.0) const { return m_m->fontDictionary(sz); }




More information about the scribus-commit mailing list