org.eclipse.swt.internal.cairo
Class cairo_font_extents_t

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

public class cairo_font_extents_t
extends java.lang.Object


Field Summary
 double ascent
           
 double descent
           
 double height
           
 double max_x_advance
           
 double max_y_advance
           
static int sizeof
           
 
Constructor Summary
cairo_font_extents_t()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ascent

public double ascent

descent

public double descent

height

public double height

max_x_advance

public double max_x_advance

max_y_advance

public double max_y_advance

sizeof

public static final int sizeof
Constructor Detail

cairo_font_extents_t

public cairo_font_extents_t()