![]() |
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/private/qtguiglobal_p.h>
#include <QtCore/qchar.h>
Go to the source code of this file.
Typedefs | |
typedef struct hb_face_t | hb_face_t |
typedef struct hb_font_t | hb_font_t |
Functions | |
QT_REQUIRE_CONFIG (harfbuzz) | |
Q_GUI_EXPORT hb_face_t * | hb_qt_face_get_for_engine (QFontEngine *fe) |
Q_GUI_EXPORT hb_font_t * | hb_qt_font_get_for_engine (QFontEngine *fe) |
Q_GUI_EXPORT void | hb_qt_font_set_use_design_metrics (hb_font_t *font, uint value) |
Q_GUI_EXPORT uint | hb_qt_font_get_use_design_metrics (hb_font_t *font) |
Definition at line 30 of file qharfbuzzng_p.h.
Definition at line 31 of file qharfbuzzng_p.h.
Q_GUI_EXPORT hb_face_t * hb_qt_face_get_for_engine | ( | QFontEngine * | fe | ) |
Definition at line 657 of file qharfbuzzng.cpp.
Referenced by _hb_qt_font_create().
Q_GUI_EXPORT hb_font_t * hb_qt_font_get_for_engine | ( | QFontEngine * | fe | ) |
Definition at line 693 of file qharfbuzzng.cpp.
Definition at line 578 of file qharfbuzzng.cpp.
Definition at line 573 of file qharfbuzzng.cpp.
QT_REQUIRE_CONFIG | ( | harfbuzz | ) |