Struct FontMatch
Represents a font family and style matched for a character.
public readonly struct FontMatch
- Inherited Members
Properties
Family
Gets the matched font family.
public FontFamily Family { get; }
Property Value
Style
Gets the matched font style.
public FontStyle Style { get; }