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
qplatformfontdatabase.h File Reference

(500be123f4fbb60593fe25d5fe70fbc62445e8aa)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QList>
#include <QtGui/QFontDatabase>
#include <QtGui/private/qfontengine_p.h>
#include <QtGui/private/qfont_p.h>
#include <QtGui/private/qfontdatabase_p.h>
+ Include dependency graph for qplatformfontdatabase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSupportedWritingSystems
 The QSupportedWritingSystems class is used when registering fonts with the internal Qt fontdatabase. More...
 
class  QPlatformFontDatabase
 The QPlatformFontDatabase class makes it possible to customize how fonts are discovered and how they are rendered. More...
 

Functions

Q_GUI_EXPORT bool operator== (const QSupportedWritingSystems &, const QSupportedWritingSystems &)
 
Q_GUI_EXPORT bool operator!= (const QSupportedWritingSystems &, const QSupportedWritingSystems &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QSupportedWritingSystems &)
 

Function Documentation

◆ operator!=()

Q_GUI_EXPORT bool operator!= ( const QSupportedWritingSystems & lhs,
const QSupportedWritingSystems & rhs )

Definition at line 50 of file qplatformfontdatabase.cpp.

◆ operator<<()

Q_GUI_EXPORT QDebug operator<< ( QDebug debug,
const QSupportedWritingSystems & sws )

Definition at line 52 of file qplatformfontdatabase.cpp.

◆ operator==()

Q_GUI_EXPORT bool operator== ( const QSupportedWritingSystems & lhs,
const QSupportedWritingSystems & rhs )

Definition at line 49 of file qplatformfontdatabase.cpp.