Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwindowsfontdatabase_p.h File Reference

(2e1db6541777ee076195ff9e793e4e83afd81539)

#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>
Include dependency graph for qwindowsfontdatabase_p.h:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug d,
const QFontDef & def )

Definition at line 127 of file qwindowsfontdatabase.cpp.

◆ qHash()

size_t qHash ( const FontAndStyle & key,
size_t seed )
inlinenoexcept

Definition at line 153 of file qwindowsfontdatabase_p.h.

◆ qt_getCanonicalFontNames()

QFontNames qt_getCanonicalFontNames ( const LOGFONT & lf)

Definition at line 406 of file qwindowsfontdatabase.cpp.

◆ qt_getEnglishName()

QString qt_getEnglishName ( const QString & familyName,
bool includeStyle = false )

Definition at line 351 of file qwindowsfontdatabase.cpp.

◆ qt_getUShort()

quint16 qt_getUShort ( const unsigned char * p)
inline

Definition at line 115 of file qwindowsfontdatabase_p.h.

◆ qt_localizedName()

bool qt_localizedName ( const QString & name)

Definition at line 195 of file qwindowsfontdatabase.cpp.