Searched refs:fontMetricsInt (Results 1 – 1 of 1) sorted by relevance
2445 public void set(@NonNull FontMetricsInt fontMetricsInt) { in set() argument2446 top = fontMetricsInt.top; in set()2447 ascent = fontMetricsInt.ascent; in set()2448 descent = fontMetricsInt.descent; in set()2449 bottom = fontMetricsInt.bottom; in set()2450 leading = fontMetricsInt.leading; in set()