pub fn text_baseline_in_line(size_px: f32, line_height: f32) -> f32Expand description
Baseline offset of a line from the top of its own line box, in logical
pixels. Centers the cap height (a size_px-derived font metric) inside
the resolved line_height (see resolve_line_height).