The qwtmathmldocument class renders mathematical formulas written in mathml 2.0.
enum MmlFont { NormalFont, FrakturFont, SansSerifFont, ScriptFont, MonospaceFont, DoublestruckFont }
QwtMathMLDocument ()
~QwtMathMLDocument ()
void clear ()
bool setContent (QString text, QString *errorMsg=0, int *errorLine=0, int *errorColumn=0)
void paint (QPainter *p, const QPoint &pos) const
QSize size () const
QString fontName (MmlFont type) const
void setFontName (MmlFont type, const QString &name)
int baseFontPointSize () const
void setBaseFontPointSize (int size)
The QwtMathMLDocument class renders mathematical formulas written in MathML 2.0.
See also:
setBaseFontPointSize() fontName() setFontName()
See also:
setFontName() setBaseFontPointSize() baseFontPointSize() QwtMathMLDocument::MmlFont
See also:
baseFontPointSize() fontName() setFontName()
text should contain MathML 2.0 presentation markup elements enclosed in a <math> element.
See also:
fontName() setBaseFontPointSize() baseFontPointSize() QwtMathMLDocument::MmlFont
Generated automatically by Doxygen for Qwt User's Guide from the source code.