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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1185 public static class FontMetrics { class in class:Paint
1219 public native float getFontMetrics(FontMetrics metrics);
1222 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1225 public FontMetrics getFontMetrics() {
1226 FontMetrics fm = new FontMetrics();
1232 * Convenience method for callers that want to have FontMetrics values as

Completed in 49 milliseconds