Spec-Zone.ru › Qt 6.0

Класс QSupportedWritingSystems

Класс QSupportedWritingSystems используется при регистрации шрифтов в внутренней базе шрифтов Qt. Подробнее...

Заголовок: #include <QSupportedWritingSystems>
CMake: find_package(Qt6 COMPONENTS Gui REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
  • Список всех членов, включая наследуемые

Открытые функции

QSupportedWritingSystems(const QSupportedWritingSystems &other)
QSupportedWritingSystems()
QSupportedWritingSystems & operator=(const QSupportedWritingSystems &other)
~QSupportedWritingSystems()
void setSupported(QFontDatabase::WritingSystem writingSystem, bool support = true)
bool supported(QFontDatabase::WritingSystem writingSystem) const

Подробное описание

Предоставляет удобный интерфейс для указания систем письменности, поддерживаемых конкретным шрифтом.

Документация функций-членов

QSupportedWritingSystems::QSupportedWritingSystems(const QSupportedWritingSystems &other)

Создаёт копию объекта other систем письменности.

QSupportedWritingSystems::QSupportedWritingSystems()

Создаёт новый объект для обработки поддерживаемых систем письменности.

QSupportedWritingSystems &QSupportedWritingSystems::operator=(const QSupportedWritingSystems &other)

Создаёт копию объекта other систем письменности.

QSupportedWritingSystems::~QSupportedWritingSystems()

Удаляет объект поддерживаемых систем письменности.

void QSupportedWritingSystems::setSupported(QFontDatabase::WritingSystem writingSystem, bool support = true)

Устанавливает или сбрасывает поддержку указанной системы письменности writingSystem в зависимости от значения support.

См. также supported().

bool QSupportedWritingSystems::supported(QFontDatabase::WritingSystem writingSystem) const

Возвращает true, если система письменности, указанная параметром writingSystem, поддерживается; в противном случае возвращает false.

См. также setSupported().

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.0/qsupportedwritingsystems.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API