standard.italic
description
Makes any text in the element appear in italic.
syntax
getX(ELEMENT_NAME).italic()
↳ What does getX()
mean?
example(s)
@newText("warnning", "NOTE: this text is a warning!")
@ .bold()
$ .italic()
@ .color("red")
@ .print()
- Prints a text in boldface, italic and red.