gnu.x11
Class Fontable.FontInfo

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

public class Fontable.FontInfo
extends java.lang.Object

Reply of Fontable.info().


Nested Class Summary
 class Fontable.FontInfo.CharInfo
          Encapsulates information about one character.
 class Fontable.FontInfo.FontProperty
          Encapsulate an additional font property.
 
Field Summary
 boolean all_chars_exist
           
 int default_char
           
 int draw_direction
           
static int LEFT_TO_RIGHT
           
 Fontable.FontInfo.FontProperty[] properties
           
static int RIGHT_TO_LEFT
           
 
Method Summary
 Fontable.FontInfo.CharInfo[] char_infos()
           
 int font_ascent()
           
 int font_descent()
           
 Fontable.FontInfo.CharInfo max_bounds()
           
 int max_byte1()
           
 int max_char_or_byte2()
           
 Fontable.FontInfo.CharInfo min_bounds()
           
 int min_byte1()
           
 int min_char_or_byte2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

default_char

public int default_char

draw_direction

public int draw_direction

all_chars_exist

public boolean all_chars_exist

properties

public Fontable.FontInfo.FontProperty[] properties

LEFT_TO_RIGHT

public static final int LEFT_TO_RIGHT
See Also:
Constant Field Values

RIGHT_TO_LEFT

public static final int RIGHT_TO_LEFT
See Also:
Constant Field Values
Method Detail

font_ascent

public int font_ascent()

font_descent

public int font_descent()

max_bounds

public Fontable.FontInfo.CharInfo max_bounds()

min_bounds

public Fontable.FontInfo.CharInfo min_bounds()

max_byte1

public int max_byte1()

min_byte1

public int min_byte1()

min_char_or_byte2

public int min_char_or_byte2()

max_char_or_byte2

public int max_char_or_byte2()

char_infos

public Fontable.FontInfo.CharInfo[] char_infos()