|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.freedesktop.cairo.TextExtents
org.freedesktop.cairo.TextExtents
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.
public class TextExtents
The TextExtents stores the extents of a single glyph or a string of glyphs in user-space coordinates. Because text extents are in user-space coordinates, they don't scale along with the current transformation matrix.
Method Summary | |
---|---|
double |
getHeight()
Deprecated. |
double |
getWidth()
Deprecated. |
double |
getXAdvance()
Deprecated. |
double |
getXBearing()
Deprecated. |
double |
getYAdvance()
Deprecated. |
double |
getYBearing()
Deprecated. |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getXBearing()
public double getYBearing()
public double getWidth()
public double getHeight()
public double getXAdvance()
public double getYAdvance()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |