Class XFontWeights
Defines a set of static predefined XFontWeight values.
public static class XFontWeights
- Inheritance
-
XFontWeights
- Inherited Members
Properties
Black
Specifies a "Black" font weight.
public static XFontWeight Black { get; }
Property Value
Bold
Specifies a "Bold" font weight.
public static XFontWeight Bold { get; }
Property Value
DemiBold
Specifies a "DemiBold" font weight.
public static XFontWeight DemiBold { get; }
Property Value
ExtraBlack
Specifies a "ExtraBlack" font weight.
public static XFontWeight ExtraBlack { get; }
Property Value
ExtraBold
Specifies a "ExtraBold" font weight.
public static XFontWeight ExtraBold { get; }
Property Value
ExtraLight
Specifies an "ExtraLight" font weight.
public static XFontWeight ExtraLight { get; }
Property Value
Heavy
Specifies a "Heavy" font weight.
public static XFontWeight Heavy { get; }
Property Value
Light
Specifies a "Light" font weight.
public static XFontWeight Light { get; }
Property Value
Medium
Specifies a "Medium" font weight.
public static XFontWeight Medium { get; }
Property Value
Normal
Specifies a "Normal" font weight.
public static XFontWeight Normal { get; }
Property Value
Regular
Specifies a "Regular" font weight.
public static XFontWeight Regular { get; }
Property Value
SemiBold
Specifies a "SemiBold" font weight.
public static XFontWeight SemiBold { get; }
Property Value
SemiLight
Specifies a "SemiLight" font weight.
public static XFontWeight SemiLight { get; }
Property Value
Thin
Specifies a "Thin" font weight.
public static XFontWeight Thin { get; }
Property Value
UltraBlack
Specifies a "UltraBlack" font weight.
public static XFontWeight UltraBlack { get; }
Property Value
UltraBold
Specifies a "UltraBold" font weight.
public static XFontWeight UltraBold { get; }
Property Value
UltraLight
Specifies an "UltraLight" font weight.
public static XFontWeight UltraLight { get; }