![]() |
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 (const QString &unicode, const QPainterPath &path, qreal horizAdvX) | |
| QSvgGlyph () | |
Public Attributes | |
| QString | m_unicode |
| QPainterPath | m_path |
| qreal | m_horizAdvX |
Definition at line 29 of file qsvgfont_p.h.
| QT_BEGIN_NAMESPACE QSvgGlyph::QSvgGlyph | ( | const QString & | unicode, |
| const QPainterPath & | path, | ||
| qreal | horizAdvX ) |
Definition at line 14 of file qsvgfont.cpp.
|
inline |
Definition at line 33 of file qsvgfont_p.h.
| qreal QSvgGlyph::m_horizAdvX |
Definition at line 37 of file qsvgfont_p.h.
| QPainterPath QSvgGlyph::m_path |
Definition at line 36 of file qsvgfont_p.h.
| QString QSvgGlyph::m_unicode |
Definition at line 35 of file qsvgfont_p.h.