mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
JKQTMathtext: added \st and \sout-instructions
This commit is contained in:
parent
7f2dc5f645
commit
06db6633e7
@ -357,6 +357,8 @@ void JKQTMathTextModifiedTextPropsInstructionNode::fillInstructions()
|
|||||||
ev.strike=true;
|
ev.strike=true;
|
||||||
}, 0);
|
}, 0);
|
||||||
instructions["strike"]= i;
|
instructions["strike"]= i;
|
||||||
|
instructions["st"]= i;
|
||||||
|
instructions["sout"]= i;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
InstructionProperties i([](JKQTMathTextEnvironment& ev, const QStringList& /*parameters*/) {
|
InstructionProperties i([](JKQTMathTextEnvironment& ev, const QStringList& /*parameters*/) {
|
||||||
|
Loading…
Reference in New Issue
Block a user