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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1187 public static class FontMetrics { class in class:Paint
1221 public native float getFontMetrics(FontMetrics metrics);
1224 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1227 public FontMetrics getFontMetrics() {
1228 FontMetrics fm = new FontMetrics();
1234 * Convenience method for callers that want to have FontMetrics values as

Completed in 980 milliseconds