Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qfont.h File Reference

(1593b1f6d610ce9bdb9dff4104f7f447e03a9585)

#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
 
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 &  )
related

◆ operator<<() [2/2]

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

Definition at line 358 of file qfont.cpp.

References QMap< Key, T >::contains(), QFontPrivate::request, tag, QMap< Key, T >::value(), and QFontDef::variableAxisValues.

+ Here is the call graph for this function:

◆ operator>>()

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

◆ qHash()

Q_GUI_EXPORT size_t qHash ( const QFont & font,
size_t seed = 0 )
related