![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwindowsfontdatabasebase_p.h"
#include <qpa/qplatformfontdatabase.h>
#include <QtCore/QSharedPointer>
#include <QtCore/QLoggingCategory>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qmutex.h>
#include <QtCore/qt_windows.h>
Go to the source code of this file.
Classes | |
class | QWindowsFontDatabase |
Font database for Windows. More... | |
struct | QWindowsFontDatabase::FontHandle |
struct | QFontNames |
struct | QFontValues |
struct | FontAndStyle |
Functions | |
QDebug | operator<< (QDebug, const QFontDef &def) |
quint16 | qt_getUShort (const unsigned char *p) |
bool | qt_localizedName (const QString &name) |
QString | qt_getEnglishName (const QString &familyName, bool includeStyle=false) |
QFontNames | qt_getCanonicalFontNames (const LOGFONT &lf) |
size_t | qHash (const FontAndStyle &key, size_t seed) noexcept |
Definition at line 127 of file qwindowsfontdatabase.cpp.
|
inlinenoexcept |
Definition at line 153 of file qwindowsfontdatabase_p.h.
QFontNames qt_getCanonicalFontNames | ( | const LOGFONT & | lf | ) |
Definition at line 406 of file qwindowsfontdatabase.cpp.
Definition at line 351 of file qwindowsfontdatabase.cpp.
|
inline |
Definition at line 115 of file qwindowsfontdatabase_p.h.
bool qt_localizedName | ( | const QString & | name | ) |
Definition at line 195 of file qwindowsfontdatabase.cpp.