5
votes
5answers
207 views

Italicize Text Backward?

I would like to italicize text backwards or the the left the opposite way of this current text. Is this possible to do in HTML/CSS or even with Javascript/jQuery?
3
votes
2answers
2k views

Text editor in Java with sample functions for desktop application

I have a project, I'm creating an application in Java and I need text editor with sample functions (Bold, Italic, Size, Align, Undo, Redo) . So is there a class in java for this purpose or a tutorial ...