FontManagerAddFontCollection Method
Add a font collection to the manager.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void AddFontCollection(
IFontCollection fontCollection
)
Public Sub AddFontCollection (
fontCollection As IFontCollection
)
member AddFontCollection :
fontCollection : IFontCollection -> unit
Parameters
- fontCollection IFontCollection
- The font collection.
If a font collection's key is already present the collection is replaced.