Class FontFamilies
Generic font families collection.
public sealed record FontFamilies : IEquatable<FontFamilies>
- Inheritance
-
FontFamilies
- Implements
- Inherited Members
Constructors
FontFamilies()
Generic font families collection.
public FontFamilies()
Properties
Cursive
The cursive font-family.
public string? Cursive { get; init; }
Property Value
Fantasy
The fantasy font-family.
public string? Fantasy { get; init; }
Property Value
Fixed
The fixed font-family.
public string? Fixed { get; init; }
Property Value
Math
The math font-family.
public string? Math { get; init; }
Property Value
SansSerif
The sansSerif font-family.
public string? SansSerif { get; init; }
Property Value
Serif
The serif font-family.
public string? Serif { get; init; }
Property Value
Standard
The standard font-family.
public string? Standard { get; init; }