org.freedesktop.cairo
Class TextExtents
public
class
TextExtents
extends CairoObject
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.
public double getHeight()
public double getWidth()
public double getXAdvance()
public double getXBearing()
public double getYAdvance()
public double getYBearing()