JavaFX HTML formatter

teermaSlata

New Member
I'm developing an application for creating quizzes. A quiz have more questions. A question look like this:\[code\] <p>How are you<p> <b>How old are you</b> What is your name?\[/code\]You see that I've used html tags. How can I format a question? If the question is between 's, the font must be bold. If the font-family is "Arial", the font from the UI must be "Arial".
 
Back
Top