Api Sandbox UI FontStyle
enum

FontStyle

public sealed enum FontStyle : Enum

Possible values for font-style CSS property.

Enum Values

Name Value Description
None No font styling, default.
Italic Italic/cursive slanted text.
Oblique Non cursive slanted text, if the font supports it, italic otherwise.
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.FontStyle