QGlyphRun Class Reference

QGlyphRun Class Reference

#include <qglyphrun.h>

Class Description

Definition at line 59 of file qglyphrun.h.

Public Member Functions

 QGlyphRun ()
 
 QGlyphRun (const QGlyphRun &other)
 
 ~QGlyphRun ()
 
QRawFont rawFont () const
 
void setRawFont (const QRawFont &rawFont)
 
void setRawData (const quint32 *glyphIndexArray, const QPointF *glyphPositionArray, int size)
 
QVector< quint32glyphIndexes () const
 
void setGlyphIndexes (const QVector< quint32 > &glyphIndexes)
 
QVector< QPointFpositions () const
 
void setPositions (const QVector< QPointF > &positions)
 
void clear ()
 
QGlyphRunoperator= (const QGlyphRun &other)
 
bool operator== (const QGlyphRun &other) const
 
bool operator!= (const QGlyphRun &other) const
 
void setOverline (bool overline)
 
bool overline () const
 
void setUnderline (bool underline)
 
bool underline () const
 
void setStrikeOut (bool strikeOut)
 
bool strikeOut () const
 

Friends

class QGlyphRunPrivate
 
class QTextLine
 

Constructor & Destructor Documentation

QGlyphRun ( )
QGlyphRun ( const QGlyphRun other)
~QGlyphRun ( )

Member Function Documentation

QRawFont rawFont ( ) const
void setRawFont ( const QRawFont rawFont)
void setRawData ( const quint32 glyphIndexArray,
const QPointF glyphPositionArray,
int  size 
)
QVector<quint32> glyphIndexes ( ) const
void setGlyphIndexes ( const QVector< quint32 > &  glyphIndexes)
QVector<QPointF> positions ( ) const
void setPositions ( const QVector< QPointF > &  positions)
void clear ( )
QGlyphRun& operator= ( const QGlyphRun other)
bool operator== ( const QGlyphRun other) const
bool operator!= ( const QGlyphRun other) const
inline

Definition at line 84 of file qglyphrun.h.

85  { return !operator==(other); }
bool operator==(const QGlyphRun &other) const
void setOverline ( bool  overline)
bool overline ( ) const
void setUnderline ( bool  underline)
bool underline ( ) const
void setStrikeOut ( bool  strikeOut)
bool strikeOut ( ) const

Friends And Related Function Documentation

friend class QGlyphRunPrivate
friend

Definition at line 97 of file qglyphrun.h.

friend class QTextLine
friend

Definition at line 98 of file qglyphrun.h.


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