org.kde.qt
public class QFontMetrics extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QFontMetrics(Class dummy) |
| QFontMetrics(QFont arg1) | |
| QFontMetrics(QFont arg1, int arg2) | |
| QFontMetrics(QFontMetrics arg1) | |
| Method Summary | |
|---|---|
| int | ascent() |
| QRect | boundingRect(String arg1, int len) |
| QRect | boundingRect(String arg1) |
| QRect | boundingRect(char arg1) |
| QRect | boundingRect(int x, int y, int w, int h, int flags, String str, int len, int tabstops, int[] tabarray) |
| QRect | boundingRect(int x, int y, int w, int h, int flags, String str, int len, int tabstops) |
| QRect | boundingRect(int x, int y, int w, int h, int flags, String str, int len) |
| QRect | boundingRect(int x, int y, int w, int h, int flags, String str) |
| int | charWidth(String str, int pos) |
| int | descent() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | height() |
| boolean | inFont(char arg1) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | leading() |
| int | leftBearing(char arg1) |
| int | lineSpacing() |
| int | lineWidth() |
| int | maxWidth() |
| int | minLeftBearing() |
| int | minRightBearing() |
| int | overlinePos() |
| int | rightBearing(char arg1) |
| QSize | size(int flags, String str, int len, int tabstops, int[] tabarray) |
| QSize | size(int flags, String str, int len, int tabstops) |
| QSize | size(int flags, String str, int len) |
| QSize | size(int flags, String str) |
| int | strikeOutPos() |
| int | underlinePos() |
| int | width(String arg1, int len) |
| int | width(String arg1) |
| int | width(char arg1) |