Table of Contents

Constructor FontFamily

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

FontFamily(string?)

Initializes a new FontFamily with the specified name.

public FontFamily(string? name)

Parameters

name string

The name of the new FontFamily.

FontFamily(GenericFontFamily)

Initializes a new FontFamily from the specified generic font family.

public FontFamily(GenericFontFamily genericFamily)

Parameters

genericFamily GenericFontFamily

The GenericFontFamily from which to create the new FontFamily.

FontFamily(string?, bool)

Initializes a new FontFamily with the specified name.

public FontFamily(string? name, bool validate)

Parameters

name string

The name of the new FontFamily.

validate bool

Whether to perform validation of the specified name parameter.