1 instantiation of EmbeddedFontLoader
Microsoft.Maui (1)
Hosting\Fonts\FontsMauiAppBuilderExtensions.cs (1)
31 builder.Services.TryAddSingleton<IEmbeddedFontLoader>(svc => new EmbeddedFontLoader(svc));
4 references to EmbeddedFontLoader
Microsoft.Maui (4)
Fonts\EmbeddedFontLoader.cs (2)
24 /// Creates a new <see cref="EmbeddedFontLoader"/> instance. 32 /// Creates a new <see cref="EmbeddedFontLoader"/> instance.
Fonts\FileSystemEmbeddedFontLoader.cs (1)
77 _serviceProvider?.CreateLogger<EmbeddedFontLoader>()?.LogWarning(ex, "Unable copy font {Font} to local file system.", font.FontName);
Fonts\FontManager.Standard.cs (1)
13 /// Creates a new <see cref="EmbeddedFontLoader"/> instance.