gnu.x11
Class Fontable.TextExtentInfo

java.lang.Object
  extended by gnu.x11.Fontable.TextExtentInfo
Enclosing class:
Fontable

public class Fontable.TextExtentInfo
extends java.lang.Object

Reply of Fontable.text_extent(String).


Field Summary
 int font_ascent
           
 int font_descent
           
 boolean left_to_right
           
 int overall_ascent
           
 int overall_descent
           
 int overall_left
           
 int overall_right
           
 
Method Summary
 int overall_width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left_to_right

public boolean left_to_right

font_ascent

public int font_ascent

font_descent

public int font_descent

overall_ascent

public int overall_ascent

overall_descent

public int overall_descent

overall_left

public int overall_left

overall_right

public int overall_right
Method Detail

overall_width

public int overall_width()