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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1588 public static class FontMetrics { class in class:Paint
1622 public float getFontMetrics(FontMetrics metrics) {
1627 long typefacePtr, FontMetrics metrics);
1630 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1633 public FontMetrics getFontMetrics() {
1634 FontMetrics fm = new FontMetrics();
1640 * Convenience method for callers that want to have FontMetrics values as

Completed in 13 milliseconds