CodeEditorComponent line spacing

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.

1 Like

Same request few time later… :grin:

EDIT : I’m still using JUCE 7 by the way ; i should wait to see how it looks in JUCE 8 before to complain.