RemoveFontCollection Method
Removes the font collection that corresponds to specified key.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void RemoveFontCollection(
Uri key
)
Public Sub RemoveFontCollection (
key As Uri
)
member RemoveFontCollection :
key : Uri -> unit
Parameters
- Uri
- The font collection's key.