public static class Paint.FontMetrics extends Object
Modifier and Type | Field and Description |
---|---|
float |
ascent
The recommended distance above the baseline for singled spaced text.
|
float |
bottom
The maximum distance below the baseline for the lowest glyph in
the font at a given text size.
|
float |
descent
The recommended distance below the baseline for singled spaced text.
|
float |
leading
The recommended additional space to add between lines of text.
|
float |
top
The maximum distance above the baseline for the tallest glyph in
the font at a given text size.
|
Constructor and Description |
---|
Paint.FontMetrics() |
public float top
public float ascent
public float descent
public float bottom
public float leading