Class FontFace
FontFace
public sealed class FontFace
- Inheritance
-
FontFace
- Inherited Members
Properties
FontFamily
fontFamily
[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }
Property Value
FontStretch
fontStretch
[JsonPropertyName("fontStretch")]
public string FontStretch { get; set; }
Property Value
FontStyle
fontStyle
[JsonPropertyName("fontStyle")]
public string FontStyle { get; set; }
Property Value
FontVariant
fontVariant
[JsonPropertyName("fontVariant")]
public string FontVariant { get; set; }
Property Value
FontWeight
fontWeight
[JsonPropertyName("fontWeight")]
public string FontWeight { get; set; }
Property Value
PlatformFontFamily
platformFontFamily
[JsonPropertyName("platformFontFamily")]
public string PlatformFontFamily { get; set; }
Property Value
Src
src
[JsonPropertyName("src")]
public string Src { get; set; }
Property Value
UnicodeRange
unicodeRange
[JsonPropertyName("unicodeRange")]
public string UnicodeRange { get; set; }