Uses of Enum
io.qt.webengine.core.QWebEngineSettings.FontSize
Packages that use QWebEngineSettings.FontSize
-
Uses of QWebEngineSettings.FontSize in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineSettings.FontSizeModifier and TypeMethodDescriptionstatic QWebEngineSettings.FontSize
QWebEngineSettings.FontSize.resolve
(int value) Returns the corresponding enum entry for the given value.static QWebEngineSettings.FontSize
Returns the enum constant of this type with the specified name.static QWebEngineSettings.FontSize[]
QWebEngineSettings.FontSize.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.core with parameters of type QWebEngineSettings.FontSizeModifier and TypeMethodDescriptionfinal int
QWebEngineSettings.fontSize
(QWebEngineSettings.FontSize type) final void
QWebEngineSettings.resetFontSize
(QWebEngineSettings.FontSize type) final void
QWebEngineSettings.setFontSize
(QWebEngineSettings.FontSize type, int size)