Obsolete Members for QTextCharFormat
Los siguientes miembros de la clase QTextCharFormat son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.
Funciones públicas
(deprecated in 6.1) QString | fontFamily() const |
(deprecated in 6.1) void | setFontFamily(const QString &family) |
Documentación de funciones miembro
[deprecated in 6.1] QString QTextCharFormat::fontFamily() const
Esta función está obsoleta desde la versión 6.1. Desaconsejamos su uso en código nuevo.
Utilice fontFamilies() en su lugar.
Devuelve la familia de fuentes del formato de texto.
Véase también setFontFamily() y font().
[deprecated in 6.1] void QTextCharFormat::setFontFamily(const QString &family)
Esta función está obsoleta desde la versión 6.1. Desaconsejamos su uso en código nuevo.
Utilice setFontFamilies() en su lugar.
Establece la fuente del formato de texto family.
Véase también fontFamily() y setFont().
© 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.