org.kde.qt
Class QFontInfo
java.lang.Object
org.kde.qt.QFontInfo
- All Implemented Interfaces:
- QtSupport
public class QFontInfo
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QFontInfo
protected QFontInfo(java.lang.Class dummy)
QFontInfo
public QFontInfo(QFont arg1)
QFontInfo
public QFontInfo(QFont arg1,
int arg2)
QFontInfo
public QFontInfo(QFontInfo arg1)
family
public java.lang.String family()
pixelSize
public int pixelSize()
pointSize
public int pointSize()
italic
public boolean italic()
weight
public int weight()
bold
public boolean bold()
underline
public boolean underline()
overline
public boolean overline()
strikeOut
public boolean strikeOut()
fixedPitch
public boolean fixedPitch()
styleHint
public int styleHint()
rawMode
public boolean rawMode()
exactMatch
public boolean exactMatch()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?