We have TextEditor::setLineSpacing (float newLineSpacing).
Is there any way to set CodeEditorComponent line spacing?
it’s trivial just to add a multiplication factor to lineHeight, but it’s a private member and there’s no accessor to change its value.
