Qt 4.8
Classes | Typedefs | Functions
qfont.h File Reference
#include <QtGui/qwindowdefs.h>
#include <QtCore/qstring.h>
#include <QtCore/qsharedpointer.h>

Go to the source code of this file.

Classes

class  QFont
 The QFont class specifies a font used for drawing text. More...
 

Typedefs

typedef struct FT_FaceRec_ * FT_Face
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QFont &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QFont &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QFont &)
 

Typedef Documentation

◆ FT_Face

typedef struct FT_FaceRec_* FT_Face

Definition at line 50 of file qfont.h.

Function Documentation

◆ operator<<() [1/2]

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

Referenced by QFont::setItalic().

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  ,
const QFont  
)

Definition at line 3367 of file qfont.cpp.

3368 {
3369  return stream << "QFont(" << font.toString() << ')';
3370 }
static FILE * stream

◆ operator>>()

Q_GUI_EXPORT QDataStream& operator>> ( QDataStream ,
QFont  
)

Referenced by QFont::setItalic().