IFontCollectionInitialize Method

Initializes the font collection.

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Initialize(
	IFontManagerImpl fontManager
)

Parameters

fontManager  IFontManagerImpl
The font manager the collection is registered with.

See Also