1 instantiation of EmbeddedFontLoader
Microsoft.Maui (1)
Hosting\Fonts\FontsMauiAppBuilderExtensions.cs (1)
31 builder.Services.TryAddSingleton<IEmbeddedFontLoader>(svc => new EmbeddedFontLoader(svc));
5 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.
Microsoft.Maui.Controls.Compatibility (1)
AppHostBuilderExtensions.cs (1)
100 Internals.Registrar.Registered.Register(typeof(Microsoft.Maui.EmbeddedFont), typeof(Microsoft.Maui.EmbeddedFontLoader));