2 writes to FontName
Microsoft.Maui (2)
Fonts\FontRegistrar.cs (2)
79
var font = new EmbeddedFont {
FontName
= filename };
91
var font = new EmbeddedFont {
FontName
= filename, ResourceStream = stream };
2 references to FontName
Microsoft.Maui (2)
Fonts\FileSystemEmbeddedFontLoader.cs (2)
56
var filePath = Path.Combine(rootPath, font.
FontName
!);
77
_serviceProvider?.CreateLogger<EmbeddedFontLoader>()?.LogWarning(ex, "Unable copy font {Font} to local file system.", font.
FontName
);