WebFontStyle Enum

WebFontStyle enumeration

Specifies the formatting applied to the text.

[Flags]
public enum WebFontStyle

Values

NameValueDescription
Regular0Regular text.
Bold1Bold text.
Italic2Italic text.

See Also