From ff58485aa60e8bcac062ae806d20aae3b4b55ba3 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Wed, 10 Aug 2022 19:21:54 +0200 Subject: [PATCH] docfix --- doc/dox/jkqtmathtext_supportedlatex.dox | 26 ++++++++++++------------- lib/jkqtmathtext/jkqtmathtext.h | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/dox/jkqtmathtext_supportedlatex.dox b/doc/dox/jkqtmathtext_supportedlatex.dox index e71c00ba49..5f9b30d088 100644 --- a/doc/dox/jkqtmathtext_supportedlatex.dox +++ b/doc/dox/jkqtmathtext_supportedlatex.dox @@ -115,55 +115,55 @@ - - - - - - - - - - - - -
"\\ " + \c \\ (backslash+whitespace) thicker whitespace (1/3em) \image html jkqtmathtext/jkqtmathtext_whitespace_thicker.png
"\\enspace" + \c \\enspace 1en whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_enspace.png
"\\emspace" / "\\quad" + \c \\emspace / \c \\quad quad (1em) whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_emspace.png
"\\qquad" + \c \\qquad qquad (2em) whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_qquad.png
"\\," / "\\thinspace" + \c \\, / \c \\thinspace thin whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_thinspace.png
"\\:" / "\\medspace" + \c \\: / \c \\medspace medium whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_medspace.png
"\\;" / "\\thickspace" + \c \\; / \c \\thickspace thick whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_thickspace.png
"\\!" / "\\negthinspace" + \c \\! / \c \\negthinspace negative thin whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_negthinspace.png
"\\negmedspace" + \c \\negmedspace negative medium whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_negmedspace.png
"\\negthickspace" + \c \\negthickspace negative thick whitespace \image html jkqtmathtext/jkqtmathtext_whitespace_negthickspace.png
"\\phantom{XXX}" + \c \\phantom{XXX} whitespace with the width and height of XXX (may contain LaTeX instructions) \image html jkqtmathtext/jkqtmathtext_whitespace_phantom.png
"\\vphantom{XXX}" + \c \\vphantom{XXX} whitespace with the height of XXX (may contain LaTeX instructions) and width 0 \image html jkqtmathtext/jkqtmathtext_whitespace_vphantom.png
"\\hphantom{XXX}" + \c \\hphantom{XXX} whitespace with the width of XXX (may contain LaTeX instructions) and height 0 \image html jkqtmathtext/jkqtmathtext_whitespace_hphantom.png
diff --git a/lib/jkqtmathtext/jkqtmathtext.h b/lib/jkqtmathtext/jkqtmathtext.h index 519488c6a1..fec3314822 100644 --- a/lib/jkqtmathtext/jkqtmathtext.h +++ b/lib/jkqtmathtext/jkqtmathtext.h @@ -370,7 +370,7 @@ class JKQTMATHTEXT_LIB_EXPORT JKQTMathText : public QObject { void setFontCaligraphic(const QString & fontName, JKQTMathTextFontEncoding encoding=JKQTMathTextFontEncoding::MTFEStandard); /** \brief retrieves the font to be used for text in the logical font MTEcaligraphic */ QString getFontCaligraphic() const; - /** \brief set the font \a fontName and it's encoding \a encoding to be used for text in the logical font MTEblackboard \see setFontBlackboardSimulated() + /** \brief set the font \a fontName and it's encoding \a encoding to be used for text in the logical font MTEblackboard \see setFontBlackboardMode() * * */