Table of Contents

Struct FontMatch

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

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

FontFamily

Style

Gets the matched font style.

public FontStyle Style { get; }

Property Value

FontStyle