JKQtPlotter/lib/jkqtmathtext/nodes
jkriege2 5722970496 JKQTMathText:
- NEW: added environment-modifying commands for font sizes: \c \\tiny ... \c \\normalsize ... \c \\Huge
- NEW: added environment-modifying commands for text color: \c {\\color{COL}...}
- NEW: added environment-modifying commands for text formatting: \c {\\bfseries...}, \c {\\itshape...}, \c {\\bf...}, \c {\\it...}, \c {\\sffamily...}, \c {\\ttfamily...}, ...
- REFACTORING: split up several .h/.cpp-files in nodes subdirectory
2022-08-19 12:16:00 +02:00
..
jkqtmathtextboxinstructionnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextboxinstructionnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextbracenode.cpp JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextbracenode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextdecoratednode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextdecoratednode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextfracnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextfracnode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtexthorizontallistnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtexthorizontallistnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextinstructionnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextinstructionnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextlistnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextmatrixnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextmatrixnode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextmodifyenvironmentnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextmodifyenvironmentnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextnodetools.cpp JKQTMathText: 2022-08-13 19:43:39 +02:00
jkqtmathtextnodetools.h JKQTMathText: 2022-08-13 19:43:39 +02:00
jkqtmathtextnoopnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextnoopnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextsqrtnode.cpp JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextsqrtnode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextsubsupernode.cpp JKQTMathText: improved placement of sub-/superscript nodes by using JKQTMathtextNodeSize::baselineXCorrection to shift subscript to the left for e.g. preceding italic text or symbols that require such a shift 2022-08-17 22:56:57 +02:00
jkqtmathtextsubsupernode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextsymbolnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextsymbolnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtexttextnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtexttextnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextverbatimnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextverbatimnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextverticallistnode.cpp JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextverticallistnode.h JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtmathtextwhitespacenode.cpp JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00
jkqtmathtextwhitespacenode.h JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference 2022-08-16 23:05:04 +02:00