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
qwindowsdirectwritefontdatabase.cpp File Reference

(d4f9c9c943d20f2835a5026b8e3c772c9e9bf0c3)

#include "qwindowsdirectwritefontdatabase_p.h"
#include "qwindowsfontenginedirectwrite_p.h"
#include "qwindowsfontdatabase_p.h"
#include <QtCore/qendian.h>
#include <QtCore/qfile.h>
#include <QtCore/qstringbuilder.h>
#include <QtCore/qvarlengtharray.h>
#include <dwrite_3.h>
#include <d2d1.h>
Include dependency graph for qwindowsdirectwritefontdatabase.cpp:

Go to the source code of this file.

Classes

struct  DirectWriteScope< T >

Functions

QT_BEGIN_NAMESPACE Q_GUI_EXPORT QFontDatabase::WritingSystem qt_writing_system_for_script (int script)
static int QT_WIN_CALLBACK populateBitmapFonts (const LOGFONT *logFont, const TEXTMETRIC *textmetric, DWORD type, LPARAM lparam)

Function Documentation

◆ populateBitmapFonts()

int QT_WIN_CALLBACK populateBitmapFonts ( const LOGFONT * logFont,
const TEXTMETRIC * textmetric,
DWORD type,
LPARAM lparam )
static

Definition at line 619 of file qwindowsdirectwritefontdatabase.cpp.

◆ qt_writing_system_for_script()

QT_BEGIN_NAMESPACE Q_GUI_EXPORT QFontDatabase::WritingSystem qt_writing_system_for_script ( int script)

Definition at line 423 of file qfontdatabase.cpp.