-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hi, can you consider exposing cap-height and x-height so that users can vertically align the text using those metrics?
RunMetrics {
ascent: metrics.ascent,
descent: -metrics.descent,
leading: metrics.leading,
underline_offset,
underline_size,
strikethrough_offset,
strikethrough_size,
line_height,
}
For example numbers can vertically align their (baseline + cap_height) / 2.0 as the center

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels