FontMetrics class
FontMetrics fm = getFontMetrics(particularFont); // allows one to find out about the font
- fm.stringWidth("text"); // returns pixel width of string "text"
- fm.getHeight(); // returns total height of highest Font character
- getAscent(),
- getDescent(),
- getLeading(),
Drawstring uses leftmost baseline point as (x,y)