Closed 3egirlsdream closed 1 year ago
You should raise any MAUI specific issues with that repository. ImageSharp and Fonts use standard .NET APIs.
You should raise any MAUI specific issues with that repository. ImageSharp and Fonts use standard .NET APIs.
you can find bug by those steps:
var stream = FileSystem.OpenAppPackageFileAsync("OpenSans-Regular.ttf").Result;
var collection = new FontCollection();
var family = collection.Add(stream);
You need to understand. If MAUI has constraint you need to confirm them with the team responsible. None of the APIs used in this codebase are subject to platform restrictions. I.E it should run anywhere the >NET runtime is installable.
Prerequisites
DEBUG
andRELEASE
modeImageSharp version
3.0.0.0
Other ImageSharp packages and versions
SixLabors.Fonts 1.0.0-beta19
Environment (Operating system, version and so on)
MAUI Android
.NET Framework version
.net 6
Description
Steps to Reproduce
Images