QtGui/qglyphrun.h Source File
Go to the documentation of this file.
50 #if !defined(QT_NO_RAWFONT)
58 class QGlyphRunPrivate;
63 QGlyphRun(
const QGlyphRun &other);
67 void setRawFont(
const QRawFont &rawFont);
69 void setRawData(
const quint32 *glyphIndexArray,
70 const QPointF *glyphPositionArray,
81 QGlyphRun &operator=(
const QGlyphRun &other);
87 void setOverline(
bool overline);
88 bool overline()
const;
90 void setUnderline(
bool underline);
91 bool underline()
const;
93 void setStrikeOut(
bool strikeOut);
94 bool strikeOut()
const;
97 friend class QGlyphRunPrivate;
100 QGlyphRun
operator+(
const QGlyphRun &other)
const;
101 QGlyphRun &
operator+=(
const QGlyphRun &other);
111 #endif // QT_NO_RAWFONT
QByteArray & operator+=(QByteArray &a, const QStringBuilder< A, B > &b)
bool operator==(const Attribute &cA, const AttributeInstance< type > &cB)
This operator compares the two attributes and NOT their values.
#define QT_BEGIN_NAMESPACE
bool operator!=(const QGlyphRun &other) const
const QByteArray operator+(const QByteArray &a1, const QByteArray &a2)