return getFontMetrics(getFont());
}
public boolean hitClip(int x, int y, int width, int height) {
// TODO: Create package private method Rectangle.intersects(int, int, int, int);
return getClipBounds().intersects(new Rectangle(x, y, width, height));
}