Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSvgGlyph Class Reference

#include <qsvgfont_p.h>

+ Collaboration diagram for QSvgGlyph:

Public Member Functions

 QSvgGlyph (QChar unicode, const QPainterPath &path, qreal horizAdvX)
 
 QSvgGlyph ()
 

Public Attributes

QChar m_unicode
 
QPainterPath m_path
 
qreal m_horizAdvX
 

Detailed Description

Definition at line 26 of file qsvgfont_p.h.

Constructor & Destructor Documentation

◆ QSvgGlyph() [1/2]

QT_BEGIN_NAMESPACE QSvgGlyph::QSvgGlyph ( QChar unicode,
const QPainterPath & path,
qreal horizAdvX )

Definition at line 13 of file qsvgfont.cpp.

◆ QSvgGlyph() [2/2]

QSvgGlyph::QSvgGlyph ( )
inline

Definition at line 30 of file qsvgfont_p.h.

Member Data Documentation

◆ m_horizAdvX

qreal QSvgGlyph::m_horizAdvX

Definition at line 34 of file qsvgfont_p.h.

◆ m_path

QPainterPath QSvgGlyph::m_path

Definition at line 33 of file qsvgfont_p.h.

◆ m_unicode

QChar QSvgGlyph::m_unicode

Definition at line 32 of file qsvgfont_p.h.


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