HomeSort by relevance Sort by last modified time
    Searched full:fontmetrics (Results 1 - 25 of 63) sorted by null

1 2 3

  /frameworks/base/awt/org/apache/harmony/awt/gl/
CommonGraphics2DFactory.java 24 import java.awt.FontMetrics;
40 * Returns FontMetrics object that keeps metrics of the specified font.
43 * @return FontMetrics object corresponding to the specified Font object
45 public FontMetrics getFontMetrics(Font font) {
46 FontMetrics fm;
47 for (FontMetrics element : cacheFM) {