pub fn line_height(resolved: &ResolvedThemeVariant) -> f32Expand description
Returns the primary UI line height in logical pixels from the resolved theme.
This is the computed value (defaults.line_height * font.size), not the
raw multiplier.
pub fn line_height(resolved: &ResolvedThemeVariant) -> f32Returns the primary UI line height in logical pixels from the resolved theme.
This is the computed value (defaults.line_height * font.size), not the
raw multiplier.