Hello,
it is possible to compute the exact width of a string using QFontMetrics.width(QString) but surprisingly it is nt possible to get its height as well since only QFontMetrics.height() is available, which returns some maximum height of a string using a given font. Is it possible to compute the real height of a given string, ie some QFontMetrics.height(QString) functionality?