![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgcurveglyphatlas_p.h>
Public Member Functions | |
QSGCurveGlyphAtlas (const QRawFont &font) | |
virtual | ~QSGCurveGlyphAtlas () |
void | populate (const QList< glyph_t > &glyphs) |
void | addGlyph (QSGCurveFillNode *node, glyph_t glyph, const QPointF &position, qreal pixelSize) const |
void | addStroke (QSGCurveStrokeNode *node, glyph_t glyph, const QPointF &position) const |
qreal | fontSize () const |
Definition at line 27 of file qsgcurveglyphatlas_p.h.
QT_BEGIN_NAMESPACE QSGCurveGlyphAtlas::QSGCurveGlyphAtlas | ( | const QRawFont & | font | ) |
Definition at line 15 of file qsgcurveglyphatlas.cpp.
|
virtual |
Definition at line 27 of file qsgcurveglyphatlas.cpp.
void QSGCurveGlyphAtlas::addGlyph | ( | QSGCurveFillNode * | node, |
glyph_t | glyph, | ||
const QPointF & | position, | ||
qreal | pixelSize ) const |
Definition at line 119 of file qsgcurveglyphatlas.cpp.
void QSGCurveGlyphAtlas::addStroke | ( | QSGCurveStrokeNode * | node, |
glyph_t | glyph, | ||
const QPointF & | position ) const |
Definition at line 95 of file qsgcurveglyphatlas.cpp.
|
inline |
Definition at line 42 of file qsgcurveglyphatlas_p.h.
Definition at line 31 of file qsgcurveglyphatlas.cpp.