| Package | Description | 
|---|---|
| java.awt | 
 Contains all of the classes for creating user
interfaces and for painting graphics and images. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FontMetrics  | 
Graphics.getFontMetrics()
Gets the font metrics of the current font. 
 | 
abstract FontMetrics  | 
Toolkit.getFontMetrics(Font font)
Deprecated. As of JDK version 1.2, replaced by the  
Font
          method getLineMetrics. | 
FontMetrics  | 
MenuComponent.AccessibleAWTMenuComponent.getFontMetrics(Font f)
Gets the  
FontMetrics of this object. | 
FontMetrics  | 
List.AccessibleAWTList.AccessibleAWTListChild.getFontMetrics(Font f)
Get the FontMetrics of this object. 
 | 
abstract FontMetrics  | 
Graphics.getFontMetrics(Font f)
Gets the font metrics for the specified font. 
 | 
FontMetrics  | 
Component.getFontMetrics(Font font)
Gets the font metrics for the specified font. 
 | 
FontMetrics  | 
Component.AccessibleAWTComponent.getFontMetrics(Font f)
Gets the  
FontMetrics of this object. |