![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgfont_p.h>
Public Member Functions | |
QSvgGlyph (QChar unicode, const QPainterPath &path, qreal horizAdvX) | |
QSvgGlyph () |
Public Attributes | |
QChar | m_unicode |
QPainterPath | m_path |
qreal | m_horizAdvX |
Definition at line 28 of file qsvgfont_p.h.
QT_BEGIN_NAMESPACE QSvgGlyph::QSvgGlyph | ( | QChar | unicode, |
const QPainterPath & | path, | ||
qreal | horizAdvX ) |
Definition at line 13 of file qsvgfont.cpp.
|
inline |
Definition at line 32 of file qsvgfont_p.h.
qreal QSvgGlyph::m_horizAdvX |
Definition at line 36 of file qsvgfont_p.h.
QPainterPath QSvgGlyph::m_path |
Definition at line 35 of file qsvgfont_p.h.
QChar QSvgGlyph::m_unicode |
Definition at line 34 of file qsvgfont_p.h.