kAWT Version 0.60

java.awt
Class FontMetrics

java.awt.FontMetrics

public class FontMetrics


Constructor Summary
protected FontMetrics(Font font)
           
 
Method Summary
 int getHeight()
           
 int stringWidth(java.awt.String s)
           
 

Constructor Detail

FontMetrics

protected FontMetrics(Font font)
Method Detail

stringWidth

public int stringWidth(java.awt.String s)

getHeight

public int getHeight()

kAWT Version 0.60