How can I change line height / line spacing in Eclipse?

eclipse, editor, ide

Solution

I've cloned and installed the font from

https://github.com/andreberg/Meslo-Font

and made it my IDE editor font for Eclipse. Line spacing is much better now!

Problem

I am using Eclipse for Java programming but lines in the editor look too close together. I want to change the amount spacing/gap between lines. Is there an option in Eclipse that I can use to do this?

Original source

Related problems