QSupportedWritingSystems Class
QSupportedWritingSystems 클래스는 내부 Qt 폰트 데이터베이스에 폰트를 등록할 때 사용됩니다. 더 보기...
헤더: | #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 쓰기 시스템 객체의 복사본을 생성합니다.
[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 쓰기 시스템 객체의 복사본을 생성합니다.
© 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.