gnu.x11
Class Fontable.FontInfo.CharInfo

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

public class Fontable.FontInfo.CharInfo
extends java.lang.Object

Encapsulates information about one character.


Field Summary
 int ascent
           
 int attributes
           
 int character_width
           
 int descent
           
 int left_side_bearing
           
 int right_side_bearing
           
 
Method Summary
 int character_width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left_side_bearing

public int left_side_bearing

right_side_bearing

public int right_side_bearing

character_width

public int character_width

ascent

public int ascent

descent

public int descent

attributes

public int attributes
Method Detail

character_width

public int character_width()