QSupportedWritingSystems Class
QSupportedWritingSystems クラスは、Qt 内部の fontdatabase にフォントを登録する際に使用します。詳細...
Header: | #include <QSupportedWritingSystems> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
- 継承メンバを含む全メンバ一覧
- QSupportedWritingSystems は、ペイントクラスの一部です。
パブリック関数
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) |
メンバ関数 ドキュメント
QSupportedWritingSystems::QSupportedWritingSystems()
サポートされている筆記システムを扱うための新しいオブジェクトを構築します。
QSupportedWritingSystems::QSupportedWritingSystems(const QSupportedWritingSystems &other)
other writing systems オブジェクトのコピーを構築します。
[noexcept]
QSupportedWritingSystems::~QSupportedWritingSystems()
サポートされている筆記システムオブジェクトを破棄します。
void QSupportedWritingSystems::setSupported(QFontDatabase::WritingSystem writingSystem, bool support = true)
support で与えられた値に基づいて、指定されたwritingSystem のサポートを設定またはクリアします。
supported()も参照 。
bool QSupportedWritingSystems::supported(QFontDatabase::WritingSystem writingSystem) const
writingSystem で指定されたライティングシステムがサポートされている場合はtrue
を返し、そうでない場合はfalse
を返す。
setSupported()も参照 。
QSupportedWritingSystems &QSupportedWritingSystems::operator=(const QSupportedWritingSystems &other)
other writing systems オブジェクトのコピーを構築します。
©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。