Class XFontStyles
Provides a set of static predefined font style /> values.
public static class XFontStyles
- Inheritance
-
XFontStyles
- Inherited Members
Properties
Italic
Specifies an italic font style. />
public static XFontStyle Italic { get; }
Property Value
Normal
Specifies a normal font style. />
public static XFontStyle Normal { get; }
Property Value
Oblique
Specifies an oblique font style.
public static XFontStyle Oblique { get; }