Struct FontFace
public readonly struct FontFace
- Inherited Members
Constructors
FontFace(string, FontWeight, FontStyle, FontStretch)
public FontFace(string family, FontWeight weight, FontStyle style, FontStretch stretch)
Parameters
familystringweightFontWeightstyleFontStylestretchFontStretch
Fields
Comparer
A struct comparer for FontFace that avoids boxing and uses case-insensitive family comparison.
public static readonly IEqualityComparer<FontFace> Comparer
Field Value
Properties
Family
public string Family { get; }
Property Value
Stretch
public FontStretch Stretch { get; }
Property Value
Style
public FontStyle Style { get; }
Property Value
Weight
public FontWeight Weight { get; }