I'm developing an application a part of which is basically a WYSIWYG text editor with rich text capabilities (including full justification, text coloring, highlighting, multiple fonts, different sizes, tables)
I'm reluctant to use RichTextBox for it because I'm aware of its relative slowness while I will need lightning speeds for this on windows XP.
Therefore my question is -- is there any fast text rendering libs/combonents that I could use? I will consider any suggestion.

