org.kde.qt
public class QFontInfo extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QFontInfo(Class dummy) |
| QFontInfo(QFont arg1) | |
| QFontInfo(QFont arg1, int arg2) | |
| QFontInfo(QFontInfo arg1) | |
| Method Summary | |
|---|---|
| boolean | bold() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | exactMatch() |
| String | family() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | fixedPitch() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | italic() |
| boolean | overline() |
| int | pixelSize() |
| int | pointSize() |
| boolean | rawMode() |
| boolean | strikeOut() |
| int | styleHint() |
| boolean | underline() |
| int | weight() |