Obsolete Members for QApplication

The following members of class QApplication are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Static Public Members

(obsolete) QFontMetrics fontMetrics()

Member Function Documentation

[static] QFontMetrics QApplication::fontMetrics()

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use the QFontMetricsF constructor instead Returns display (screen) font metrics for the application font.

See also font(), setFont(), QWidget::fontMetrics(), and QPainter::fontMetrics().