Home | History | Annotate | Download | only in graphics

Lines Matching refs:FontMetrics

1380     public static class FontMetrics {
1414 public native float getFontMetrics(FontMetrics metrics);
1417 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1420 public FontMetrics getFontMetrics() {
1421 FontMetrics fm = new FontMetrics();
1427 * Convenience method for callers that want to have FontMetrics values as