dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

How to apply multiple style in one word without space? #27

Closed wangxianming315 closed 4 years ago

wangxianming315 commented 4 years ago

For example, I need to implement 2 styles(Bold, Underline) in one word 'HelloWorld' without space. Hello as Bold and World as Underline. Is this possible? I tested your demo app and when I try to click style button, it changes full word(without space) style. I hope to hear feedback from you. Thanks.