mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +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;
|
||||
}, 0);
|
||||
instructions["strike"]= i;
|
||||
instructions["st"]= i;
|
||||
instructions["sout"]= i;
|
||||
}
|
||||
{
|
||||
InstructionProperties i([](JKQTMathTextEnvironment& ev, const QStringList& /*parameters*/) {
|
||||
|
Loading…
Reference in New Issue
Block a user