virtual bool mightRender(const QString &text) const =0
virtual void draw(QPainter *painter, const QRectF &rect, int flags, const QString &text) const =0
virtual QSizeF textSize(const QFont &font, int flags, const QString &text) const =0
virtual double heightForWidth(const QFont &font, int flags, const QString &text, double width) const =0
Text Engine for the MathML renderer of the Qt solutions package.
Definition: qwt_mathml_text_engine.h:32
virtual void textMargins(const QFont &font, const QString &text, double &left, double &right, double &top, double &bottom) const =0
Abstract base class for rendering text strings.
Definition: qwt_text_engine.h:35