I am trying to change the font and color of the text in a printf statement. I cant get the below statement to work. Is there a library needed to use html with printf?
printf("<span font_desc='Sans 24' color='white'>Hello</span>"
"<span font_desc='Sans 24' color='green'>World</span>\n");
I even tried something simple to bold the font and cant get it to work.
printf("<b>Hello</b>");
Any help with this would be greatly appreciated