Font formatting syntax

Hello:

Can I format font size/type in an Arduino? I cant find any syntax for this, so I'm not sure if it can do it on a server scenario.

Cheers!

Not sure what you're saying here - do you mean in the IDE?

Yes, sorry. Can I specify an output font size in the sketch so when it does a client.print there is a specific font size? Or do I need some HTML formatting in order to do this?

Im guessing you are using one of the ethernet shields running a webserver.
If so then yes, you need to include the html tags.

Gordon

I am. That's good to know, I'll have to check out how to do it, I'm guessing it's not as straightforward as doing it in a text editor right?

Thanks! :slight_smile:

If you want help withy how to do HTML tagging, you might find....

.... useful.

Oh no, I was actually asking if doing HTML tags in the IDE was as straightforward as that, or if the syntax changes due to Processing.

Thanks though, I'm sure there's a ton of tags I can't remember!