Searched defs:FontMetrics (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1287 public static class FontMetrics { class in class:Paint
1321 public native float getFontMetrics(FontMetrics metrics);
1324 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1327 public FontMetrics getFontMetrics() {
1328 FontMetrics fm = new FontMetrics();
1334 * Convenience method for callers that want to have FontMetrics values as

Completed in 75 milliseconds