org.eclipse.swt.internal.cairo
Class cairo_text_extents_t

java.lang.Object
  extended by org.eclipse.swt.internal.cairo.cairo_text_extents_t

public class cairo_text_extents_t
extends java.lang.Object


Field Summary
 double height
           
static int sizeof
           
 double width
           
 double x_advance
           
 double x_bearing
           
 double y_advance
           
 double y_bearing
           
 
Constructor Summary
cairo_text_extents_t()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x_bearing

public double x_bearing

y_bearing

public double y_bearing

width

public double width

height

public double height

x_advance

public double x_advance

y_advance

public double y_advance

sizeof

public static final int sizeof
Constructor Detail

cairo_text_extents_t

public cairo_text_extents_t()