PDA

View Full Version : programmatically change font style


christine
05-21-2004, 06:04 AM
Can you programmatically change the fontstyle of a text? I tried setAttribute("fontstyle", "bold"), but it did not work.

vfunshteyn
05-28-2004, 10:29 AM
It might work if you call setText() on it afterwards.