FontMetrics

data class FontMetrics(val ascent: Float, val descent: Float, val leading: Float)

/
| | ascent | \/ --- baseline (y = 0, grow-down) /
| | descent \/

/
| leading \/

Constructors

Link copied to clipboard
constructor(ascent: Float, descent: Float, leading: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard