diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 8b73278180..3e4c7b0e99 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -43,6 +43,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: made resize-timer status accessible from outside via JKQTPlotter::isResizeTimerRunning()
  • NEW: made it's delay a global static variable that can be set and red with JKQTPlotter::setGlobalResizeDelay() and JKQTPlotter::getGlobalResizeDelay()
  • NEW: Using JKQTMathText::useGuiFonts() for FONT rendering by default
  • +
  • NEW: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('C').unicode())
  • JKQTMathText: