Hello,
I use StyleTextArea on my app for write markdown. I have enabled line number like that (in my code) :
import org.fxmisc.richtext.LineNumberFactory;
area.setParagraphGraphicFactory(LineNumberFactory.get(area));
So i have a problem, line number display at middle of line. It's possible to fix it ?
Screen

Hello,
I use StyleTextArea on my app for write markdown. I have enabled line number like that (in my code) :
So i have a problem, line number display at middle of line. It's possible to fix it ?
Screen