Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfont.h File Reference

(1bc78f7739ca4319323de5e7e07f88ef5cbd52bc)

#include <QtCore/qcompare.h>
#include <QtCore/qendian.h>
#include <QtCore/qshareddata.h>
#include <QtGui/qtguiglobal.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qstring.h>
Include dependency graph for qfont.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QFont
 \reentrant More...
class  QFont::Tag
 The QFont::Tag type provides access to advanced font features. More...

Functions

Q_GUI_EXPORT size_t qHash (const QFont &font, size_t seed=0) noexcept
 \qhashold{QFont}
Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QFont &)
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QFont &)
Q_GUI_EXPORT QDebug operator<< (QDebug, const QFont &)

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & ,
const QFont &  )

◆ operator<<() [2/2]

QDebug operator<< ( QDebug stream,
const QFont & font )

Definition at line 3752 of file qfont.cpp.

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & ,
QFont &  )

◆ qHash()

size_t qHash ( const QFont & key,
size_t seed = 0 )
noexcept

\qhashold{QFont}

Since
5.3

Definition at line 2193 of file qfont.cpp.