QSupportedWritingSystems Class

QSupportedWritingSystems クラスは、Qt 内部の fontdatabase にフォントを登録する際に使用します。詳細...

ヘッダー #include <QSupportedWritingSystems>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui

パブリック関数

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::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 オブジェクトのコピーを構築する。

© 2025 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.