Definition at line 100 of file qwt_text_engine.h.
Public Member Functions | |
QwtRichTextEngine () | |
virtual int | heightForWidth (const QFont &font, int flags, const QString &text, int width) const |
virtual QSize | textSize (const QFont &font, int flags, const QString &text) const |
virtual void | draw (QPainter *painter, const QRect &rect, int flags, const QString &text) const |
virtual bool | mightRender (const QString &) const |
|
Draw the text in a clipping rectangle.
Implements QwtTextEngine. Definition at line 273 of file qwt_text_engine.cpp. References QwtPainter::drawSimpleRichText(). |
|
Find the height for a given width Implements QwtTextEngine. Definition at line 193 of file qwt_text_engine.cpp. |
|
Returns the size, that is needed to render text Implements QwtTextEngine. Definition at line 208 of file qwt_text_engine.cpp. References qwtMax. |