1 instantiation of FontManager
Microsoft.Maui (1)
Hosting\Fonts\FontsMauiAppBuilderExtensions.cs (1)
33 builder.Services.TryAddSingleton<IFontManager>(svc => new FontManager(svc.GetRequiredService<IFontRegistrar>(), svc));
1 reference to FontManager
Microsoft.Maui (1)
Fonts\IFontManager.cs (1)
4 /// The <see cref="FontManager"/> handles all fonts, font families and font sizes throughout the application.