QSupportedWritingSystems Class
La classe QSupportedWritingSystems est utilisée lors de l'enregistrement des polices dans la base de données interne de Qt. Plus d'informations...
| En-tête : | #include <QSupportedWritingSystems> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Gui)target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake : | QT += gui |
- Liste de tous les membres, y compris les membres hérités
- QSupportedWritingSystems fait partie de Painting Classes.
Fonctions publiques
| QSupportedWritingSystems() | |
| QSupportedWritingSystems(const QSupportedWritingSystems &other) | |
| ~QSupportedWritingSystems() | |
| void | setSupported(QFontDatabase::WritingSystem writingSystem, bool support = true) |
| bool | supported(QFontDatabase::WritingSystem writingSystem) const |
| QSupportedWritingSystems & | operator=(const QSupportedWritingSystems &other) |
Description détaillée
Il s'agit de fournir une interface facile à utiliser pour indiquer les systèmes d'écriture pris en charge par une police spécifique.
Documentation des fonctions membres
QSupportedWritingSystems::QSupportedWritingSystems()
Construit un nouvel objet pour gérer les systèmes d'écriture pris en charge.
QSupportedWritingSystems::QSupportedWritingSystems(const QSupportedWritingSystems &other)
Construit une copie de l'objet other writing systems.
[noexcept] QSupportedWritingSystems::~QSupportedWritingSystems()
Détruit l'objet des systèmes d'écriture pris en charge.
void QSupportedWritingSystems::setSupported(QFontDatabase::WritingSystem writingSystem, bool support = true)
Définit ou annule la prise en charge de l'adresse writingSystem spécifiée en fonction de la valeur donnée par support.
Voir aussi supported().
bool QSupportedWritingSystems::supported(QFontDatabase::WritingSystem writingSystem) const
Renvoie true si le système d'écriture spécifié par writingSystem est pris en charge ; sinon, renvoie false.
Voir aussi setSupported().
QSupportedWritingSystems &QSupportedWritingSystems::operator=(const QSupportedWritingSystems &other)
Construit une copie de l'objet other writing systems.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.