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
QSGCurveGlyphAtlas Class Reference

#include <qsgcurveglyphatlas_p.h>

Collaboration diagram for QSGCurveGlyphAtlas:

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

Detailed Description

Definition at line 27 of file qsgcurveglyphatlas_p.h.

Constructor & Destructor Documentation

◆ QSGCurveGlyphAtlas()

QT_BEGIN_NAMESPACE QSGCurveGlyphAtlas::QSGCurveGlyphAtlas ( const QRawFont & font)

Definition at line 15 of file qsgcurveglyphatlas.cpp.

◆ ~QSGCurveGlyphAtlas()

QSGCurveGlyphAtlas::~QSGCurveGlyphAtlas ( )
virtual

Definition at line 27 of file qsgcurveglyphatlas.cpp.

Member Function Documentation

◆ addGlyph()

void QSGCurveGlyphAtlas::addGlyph ( QSGCurveFillNode * node,
glyph_t glyph,
const QPointF & position,
qreal pixelSize ) const

Definition at line 119 of file qsgcurveglyphatlas.cpp.

◆ addStroke()

void QSGCurveGlyphAtlas::addStroke ( QSGCurveStrokeNode * node,
glyph_t glyph,
const QPointF & position ) const

Definition at line 95 of file qsgcurveglyphatlas.cpp.

◆ fontSize()

qreal QSGCurveGlyphAtlas::fontSize ( ) const
inline

Definition at line 42 of file qsgcurveglyphatlas_p.h.

◆ populate()

void QSGCurveGlyphAtlas::populate ( const QList< glyph_t > & glyphs)

Definition at line 31 of file qsgcurveglyphatlas.cpp.


The documentation for this class was generated from the following files: