mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
docfix
This commit is contained in:
parent
f83a3468b1
commit
cfac5138b3
@ -75,11 +75,11 @@ class JKQTMATHTEXT_LIB_EXPORT JKQTMathTextTextNode: public JKQTMathTextTextBaseN
|
|||||||
protected:
|
protected:
|
||||||
/** \brief defines how a character shold be drawn, used by splitTextForLayout */
|
/** \brief defines how a character shold be drawn, used by splitTextForLayout */
|
||||||
enum FontMode {
|
enum FontMode {
|
||||||
FMasDefined,
|
FMasDefined, /*!< \brief use current font */
|
||||||
FMasDefinedForceUpright,
|
FMasDefinedForceUpright, /*!< \brief use current font, but force it upright (e.g. for digits in math mode) */
|
||||||
FMasDefinedOutline,
|
FMasDefinedOutline, /*!< \brief use current font and draw as outline, e.g. used for simulating blackboard fonts */
|
||||||
FMroman,
|
FMroman, /*!< \brief use JKQTMathText::getFontRoman() */
|
||||||
FMfallbackSymbol
|
FMfallbackSymbol, /*!< \brief use JKQTMathText::getFallbackFontSymbols() */
|
||||||
};
|
};
|
||||||
/** \copydoc JKQTMathTextNode::getSizeInternal() */
|
/** \copydoc JKQTMathTextNode::getSizeInternal() */
|
||||||
virtual void getSizeInternal(QPainter& painter, JKQTMathTextEnvironment currentEv, double& width, double& baselineHeight, double& overallHeight, double& strikeoutPos, const JKQTMathTextNodeSize* prevNodeSize=nullptr) override;
|
virtual void getSizeInternal(QPainter& painter, JKQTMathTextEnvironment currentEv, double& width, double& baselineHeight, double& overallHeight, double& strikeoutPos, const JKQTMathTextNodeSize* prevNodeSize=nullptr) override;
|
||||||
|
Loading…
Reference in New Issue
Block a user