kAWT Version 0.1

java.awt
Class Font

java.lang.Object
  |
  +--java.awt.Font

public class Font
extends java.lang.Object


Constructor Summary
Font(java.lang.String name, int style, int size)
           
 
Method Summary
 Font deriveFont(int style)
           
 boolean isBold()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font

public Font(java.lang.String name,
            int style,
            int size)
Method Detail

isBold

public boolean isBold()

deriveFont

public Font deriveFont(int style)

kAWT Version 0.1