Hi,
I'm trying to put Html in a Label. However the bold isn't working under linux. In windows it works. But in linux it doesn't. I tried playing around with it. But nothing worked for me.
zText1 = "test";
zText2 = "test";
zLabel.setText("<html><font size=\"4\" face =\"Courier\"><b>" + zText1 + "</b> " + zText2 + "</font></html>");
Thanks,
Shaul