![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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/qfontdatabase_p.h>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 &lhs, const QSupportedWritingSystems &rhs) |
| Q_GUI_EXPORT bool | operator!= (const QSupportedWritingSystems &lhs, const QSupportedWritingSystems &rhs) |
| Q_GUI_EXPORT QDebug | operator<< (QDebug debug, const QSupportedWritingSystems &sws) |
| Q_GUI_EXPORT bool operator!= | ( | const QSupportedWritingSystems & | lhs, |
| const QSupportedWritingSystems & | rhs ) |
Definition at line 49 of file qplatformfontdatabase.cpp.
| Q_GUI_EXPORT QDebug operator<< | ( | QDebug | debug, |
| const QSupportedWritingSystems & | sws ) |
Definition at line 51 of file qplatformfontdatabase.cpp.
| Q_GUI_EXPORT bool operator== | ( | const QSupportedWritingSystems & | lhs, |
| const QSupportedWritingSystems & | rhs ) |
Definition at line 48 of file qplatformfontdatabase.cpp.