java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QFontInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QFontInfo extends QtObject implements Cloneable
General information about fonts
Java wrapper for Qt class QFontInfo
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
bold()
QFontInfo
clone()
boolean
exactMatch()
String
family()
boolean
fixedPitch()
boolean
italic()
boolean
overline()
int
pixelSize()
int
pointSize()
double
pointSizeF()
boolean
rawMode()
boolean
strikeOut()
QFont.Style
style()
QFont.StyleHint
styleHint()
String
styleName()
void
swap(QFontInfo other)
boolean
underline()
int
weight()