FontManagerAddFontCollection Method

Add a font collection to the manager.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void AddFontCollection(
	IFontCollection fontCollection
)

Parameters

fontCollection  IFontCollection
The font collection.

Remarks

If a font collection's key is already present the collection is replaced.

Exceptions

See Also