How to change line distance in Label?

v7.11
I changed the default montserrat_20 font to a Google NotoSans font, generated by the lv_font_conf tool. Now, with multi-line labels I notice a very large line distance, almost twice the font height. Causing my texts to no longer fit the screen.

Where is the line distance defined? Is it in the font, or in LVGL?
And how can I change the line distance?

It comes from LVGL. You can set the line_height style property e.g. to -5.

How can I set line height in LVGL 8.3? I’ve searched but haven’t found anything useful.

1 Like

There is no line height but line_space style property. It’s the extra space between the lines of texts.