QSupportedWritingSystems Class ReferenceThe QSupportedWritingSystems class is used when registering fonts with the internal Qt fontdatabase More... #include <QSupportedWritingSystems> This class was introduced in Qt 4.8. Открытые функции
Подробное описание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. Описание функций-членовQSupportedWritingSystems::QSupportedWritingSystems ()QSupportedWritingSystems::QSupportedWritingSystems ( const QSupportedWritingSystems & other )QSupportedWritingSystems::~QSupportedWritingSystems ()Уничтожает объект. void QSupportedWritingSystems::setSupported ( QFontDatabase::WritingSystem writingSystem, bool support = true )Sets the supported state of the writing system given by writingSystem to the value specified by support. A value of true indicates that the writing system is supported; a value of false indicates that it is unsupported. See also supported(). bool QSupportedWritingSystems::supported ( QFontDatabase::WritingSystem writingSystem ) constReturns true if the writing system given by writingSystem is supported; otherwise returns false. See also setSupported(). QSupportedWritingSystems & QSupportedWritingSystems::operator= ( const QSupportedWritingSystems & other )Assigns the other supported writing systems object to this object. |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |