EditorLineHeightMultiplier

The factor to use when creating an editor TextStyle with a changed font size:

myTextStyle.copy(
fontSize = newFontSize,
lineHeight = newFontSize * Typography.DefaultLineHeightMultiplier,
)