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()
int
legacyWeight()
Deprecated.Useweight()
insteadboolean
overline()
int
pixelSize()
int
pointSize()
double
pointSizeF()
boolean
strikeOut()
QFont.Style
style()
QFont.StyleHint
styleHint()
String
styleName()
void
swap(QFontInfo other)
boolean
underline()
int
weight()