1 write to ResourceStream
Microsoft.Maui (1)
Fonts\FontRegistrar.cs (1)
91 var font = new EmbeddedFont { FontName = filename, ResourceStream = stream };
2 references to ResourceStream
Microsoft.Maui (2)
Fonts\FileSystemEmbeddedFontLoader.cs (2)
62 if (font.ResourceStream == null) 70 font.ResourceStream.CopyTo(fileStream);