moka.x
Class Font

java.lang.Object
  |
  +--moka.lang.Object
        |
        +--moka.x.Font

public final class Font
extends Object

Border class encapsulates fonts.

Since:
MDK1.0a

Field Summary
static short FONT_4x6
          Use a proportional small font.
static short FONT_6x8
          Use a fixed-width medium font.
static short FONT_8x10
          Use a fixed-width large font.
static short FONT_SYSTEM
          Use the current system font.
 
Constructor Summary
Font()
           
 
Methods inherited from class moka.lang.Object
equals, finalize, getClassName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FONT_4x6

public static final short FONT_4x6
Use a proportional small font.

See Also:
Constant Field Values

FONT_6x8

public static final short FONT_6x8
Use a fixed-width medium font.

See Also:
Constant Field Values

FONT_8x10

public static final short FONT_8x10
Use a fixed-width large font.

See Also:
Constant Field Values

FONT_SYSTEM

public static final short FONT_SYSTEM
Use the current system font.

See Also:
Constant Field Values
Constructor Detail

Font

public Font()