En esta página

QSupportedWritingSystems Class

La clase QSupportedWritingSystems se utiliza al registrar fuentes con la base de datos de fuentes interna de Qt. Más...

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

Funciones Públicas

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)

Descripción Detallada

Su objetivo es proporcionar una interfaz fácil de usar para indicar qué sistemas de escritura soporta una fuente específica.

Documentación de la Función Miembro

QSupportedWritingSystems::QSupportedWritingSystems()

Construye un nuevo objeto para manejar los sistemas de escritura soportados.

QSupportedWritingSystems::QSupportedWritingSystems(const QSupportedWritingSystems &other)

Construye una copia del objeto other writing systems.

[noexcept] QSupportedWritingSystems::~QSupportedWritingSystems()

Destruye el objeto de sistemas de escritura soportados.

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

Establece o borra el soporte para el writingSystem especificado basado en el valor dado por support.

Véase también supported().

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

Devuelve true si el sistema de escritura especificado por writingSystem es compatible; en caso contrario devuelve false.

Véase también setSupported().

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

Construye una copia del objeto 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.