FontManagerRemoveFontCollection Method

Removes the font collection that corresponds to specified key.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void RemoveFontCollection(
	Uri key
)

Parameters

key  Uri
The font collection's key.

See Also