Java Lab Documentation

FontStyle

Category:org.code.media

Fields

TypeNameDescription
intNORMAL

Represents a “normal” style for a font. This text is an example of a normal font style.

intBOLD

Represents a bold style for a font, which has heavier lines.

This is some example bold text.

intITALIC

Represents an italic style for a font, which is slanted forward.

This is some example italic text.

intBOLD_ITALIC

Represents a bold and italic style for a font.

This is an example of bold italic text.