Package | Description |
---|---|
org.bytedeco.qt.Qt5Gui | |
org.bytedeco.qt.Qt5Widgets |
Modifier and Type | Method and Description |
---|---|
static QFont |
QGuiApplication.font() |
QFont |
QFont.position(long position) |
QFont |
QFont.put(QFont arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
QFont.equals(QFont arg0) |
boolean |
QFont.isCopyOf(QFont arg0) |
boolean |
QFont.lessThan(QFont arg0) |
boolean |
QFont.notEquals(QFont arg0) |
QFont |
QFont.put(QFont arg0) |
static void |
QGuiApplication.setFont(QFont arg0) |
void |
QFont.swap(QFont other) |
Constructor and Description |
---|
QFont(QFont font) |
QFont(QFont font,
Qt5Gui.QPaintDevice pd) |
Modifier and Type | Method and Description |
---|---|
QFont |
QTextEdit.currentFont() |
QFont |
QWidget.font() |
static QFont |
QApplication.font() |
QFont |
QAction.font() |
static QFont |
QApplication.font(BytePointer className) |
static QFont |
QApplication.font(QWidget arg0) |
static QFont |
QApplication.font(String className) |
Modifier and Type | Method and Description |
---|---|
void |
QTextEdit.setCurrentFont(QFont f) |
void |
QWidget.setFont(QFont arg0) |
static void |
QApplication.setFont(QFont arg0) |
void |
QAction.setFont(QFont font) |
static void |
QApplication.setFont(QFont arg0,
BytePointer className) |
static void |
QApplication.setFont(QFont arg0,
String className) |
Copyright © 2020. All rights reserved.