I have some doubts on how to print a text with a bold format. I have tried using the code: _view.print("\033[1mTestText"), which, according to the source I have looked that up, it should allow me to print the text "TestText" in bold letters in a java environment, but it doesn't work in EjsS as I have tried.
Is there any other way to code this kind of format?