Class FontFamilies
Generic font families collection.
public sealed class FontFamilies
- Inheritance
-
FontFamilies
- Inherited Members
Properties
Cursive
The cursive font-family.
[JsonPropertyName("cursive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Cursive { get; set; }
Property Value
Fantasy
The fantasy font-family.
[JsonPropertyName("fantasy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Fantasy { get; set; }
Property Value
Fixed
The fixed font-family.
[JsonPropertyName("fixed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Fixed { get; set; }
Property Value
Math
The math font-family.
[JsonPropertyName("math")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Math { get; set; }
Property Value
SansSerif
The sansSerif font-family.
[JsonPropertyName("sansSerif")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SansSerif { get; set; }
Property Value
Serif
The serif font-family.
[JsonPropertyName("serif")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Serif { get; set; }
Property Value
Standard
The standard font-family.
[JsonPropertyName("standard")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Standard { get; set; }