When text wrapping and line numbers are enabled, line numbers are displayed incorrectly (which is very confusing and makes them unusable):

They displayed in the center instead of the beginning of the line, like in other text editors. For example Notepad++:

Tried in current master spellchecking demo, as well as in my project with stable and milestone RichTextFX releases.
StyleClassedTextArea textArea = new StyleClassedTextArea();
textArea.setWrapText(true);
textArea.setParagraphGraphicFactory(LineNumberFactory.get(textArea));
When text wrapping and line numbers are enabled, line numbers are displayed incorrectly (which is very confusing and makes them unusable):
They displayed in the center instead of the beginning of the line, like in other text editors. For example Notepad++:
Tried in current master spellchecking demo, as well as in my project with stable and milestone RichTextFX releases.