JKQtPlotter/examples/jkqtmathtext_test
jkriege2 6ebd8743ca JKQTMathText:
- NEW: Added the Fira Math fonts as sans-serif symbol font to the library (as a ressource) and added JKQTMathText::useFiraMath()
  - NEW: Added JKQTMathText::useGuiFonts()</li>
JKQTPlotter:
  - NEW: Using JKQTMathText::useGuiFonts() for FONT rendering by default
2022-09-01 14:36:34 +02:00
..
asana
asana.pri
asana.qrc
CMakeLists.txt
jkqtmathtext_test_and_lib.pro
jkqtmathtext_test.cpp
jkqtmathtext_test.pro diverse bugfixes to qmake build-system 2022-07-21 22:17:29 +02:00
mathtest.pdf 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
mathtest.tcp
mathtest.tex 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
mathtest.txss2 added Latex examples 2022-06-08 15:38:55 +02:00
README.md
testform.cpp JKQTMathText: 2022-09-01 14:36:34 +02:00
testform.h refactored symbol node, should also fix issue #78 2022-07-05 22:03:08 +02:00
testform.ui JKQTMathText: 2022-09-01 14:36:34 +02:00

Example (JKQTMathText): A test application

JKQTMathText is a hand-written LaTeX-renderer for Qt (implemented in native C++, using Qt). It supports a large set of standard LaTeX markup and can render it to a QPainter.

This test program demonstrates its capabilites. There are several pre-formulated LaTeX expressions that can be drawn, or you can enter a user-defined expression. You can also set several properties of the rendering (fonts, font sizes, anti-aliasing, ...). You can also draw boxes around each part of the expression (this is mostly meant for development/debugging). In the lower-right you will see the LaTeX expression as a tree after parsing and you will get timing-values for the parsing and rendering and error output.

The application looks like this:

jkqtmathtext_simpletest