Editor Line Height Multiplier
The factor to use when creating an editor TextStyle with a changed font size:
myTextStyle.copy(
fontSize = newFontSize,
lineHeight = newFontSize * Typography.DefaultLineHeightMultiplier,
)Content copied to clipboard