QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskGlyphTable Class Reference

Detailed Description

Definition at line 21 of file QskGlyphTable.h.

Public Member Functions

 QskGlyphTable (const QRawFont &)
 
 QskGlyphTable (const QskGlyphTable &)
 
QskGlyphTableoperator= (const QskGlyphTable &)
 
bool isValid () const
 
void setIconFont (const QRawFont &)
 
QRawFont iconFont () const
 
uint glyphCount () const
 
QPainterPath glyphPath (uint glyphIndex) const
 
QskGraphic glyphGraphic (uint glyphIndex) const
 
uint codeToIndex (char32_t) const
 
uint nameToIndex (const QString &) const
 
QHash< QString, uint > nameTable () const
 

Constructor & Destructor Documentation

◆ QskGlyphTable() [1/3]

QskGlyphTable::QskGlyphTable ( )

Definition at line 391 of file QskGlyphTable.cpp.

◆ QskGlyphTable() [2/3]

QskGlyphTable::QskGlyphTable ( const QRawFont &  font)

Definition at line 396 of file QskGlyphTable.cpp.

◆ QskGlyphTable() [3/3]

QskGlyphTable::QskGlyphTable ( const QskGlyphTable other)

Definition at line 402 of file QskGlyphTable.cpp.

◆ ~QskGlyphTable()

QskGlyphTable::~QskGlyphTable ( )

Definition at line 408 of file QskGlyphTable.cpp.

Member Function Documentation

◆ codeToIndex()

uint QskGlyphTable::codeToIndex ( char32_t  ucs4) const

Definition at line 483 of file QskGlyphTable.cpp.

◆ glyphCount()

uint QskGlyphTable::glyphCount ( ) const

Definition at line 478 of file QskGlyphTable.cpp.

◆ glyphGraphic()

QskGraphic QskGlyphTable::glyphGraphic ( uint  glyphIndex) const

Definition at line 455 of file QskGlyphTable.cpp.

◆ glyphPath()

QPainterPath QskGlyphTable::glyphPath ( uint  glyphIndex) const

Definition at line 435 of file QskGlyphTable.cpp.

◆ iconFont()

QRawFont QskGlyphTable::iconFont ( ) const

Definition at line 430 of file QskGlyphTable.cpp.

◆ isValid()

bool QskGlyphTable::isValid ( ) const
inline

Definition at line 67 of file QskGlyphTable.h.

◆ nameTable()

QHash< QString, uint > QskGlyphTable::nameTable ( ) const

Definition at line 499 of file QskGlyphTable.cpp.

◆ nameToIndex()

uint QskGlyphTable::nameToIndex ( const QString &  name) const

Definition at line 488 of file QskGlyphTable.cpp.

◆ operator=()

QskGlyphTable & QskGlyphTable::operator= ( const QskGlyphTable other)

Definition at line 412 of file QskGlyphTable.cpp.

◆ setIconFont()

void QskGlyphTable::setIconFont ( const QRawFont &  font)

Definition at line 420 of file QskGlyphTable.cpp.