The QSupportedWritingSystems class is used when registering fonts with the internal Qt fontdatabase More...
#include <QSupportedWritingSystems>
| QSupportedWritingSystems () | |
| QSupportedWritingSystems ( const QSupportedWritingSystems & other ) | |
| ~QSupportedWritingSystems () | |
| void | setSupported ( QFontDatabase::WritingSystem, bool supported = true ) |
| bool | supported ( QFontDatabase::WritingSystem ) const |
| QSupportedWritingSystems & | operator= ( const QSupportedWritingSystems & other ) |
The QSupportedWritingSystems class is used when registering fonts with the internal Qt fontdatabase
Its to provide an easy to use interface for indicating what writing systems a specific font supports.
See also supported().
See also setSupported().