mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
/*!
|
|
|
|
\defgroup jkqtmathtext JKQtMathText LaTeX-Renderer for Qt
|
|
|
|
This group contains JKQtMathText, a self-contained LaTeX-renderer for Qt. It is used to renderer
|
|
labels in JKQtPlotter, but can be used independently. The class does not depend on any library,
|
|
except Qt. In particular it actually parses a LaTeX string and draws it in pure C++. It does NOT rely
|
|
on an installed LaTeX for the rendering!
|
|
|
|
|
|
Examples for the usage of this class can be found here:
|
|
- \ref JKQTmathTextSimpleExample
|
|
.
|
|
|
|
|
|
|
|
*/ |