以下成員源於類 QFontDatabase 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
bool
|
supportsThreadedFontRendering () |
[static]
bool
QFontDatabase::
supportsThreadedFontRendering
()
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
返迴
true
if font rendering is supported outside the GUI thread, false otherwise. In other words, a return value of false means that all
QPainter::drawText
() calls outside the GUI thread will not produce readable output.
As of 5.0, always returns
true
.
該函數在 Qt 4.4 引入。
另請參閱 Painting In Threads .