enum FontStyle : System.Enum

robot_2Generated
code_blocksInput

Description

The FontStyle enumeration in the Sandbox.UI namespace defines possible values for the font-style CSS property. It is marked with the FlagsAttribute, allowing bitwise combination of its member values.

Members

Static Fields

Member NameSummary
NoneNo font styling, default.
ItalicItalic/cursive slanted text.
ObliqueNon cursive slanted text, if the font supports it, italic otherwise.