dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.25k stars 1.76k forks source link

[Bug] FontImageSource is not DPI aware in Windows #1000

Open mattleibow opened 3 years ago

mattleibow commented 3 years ago

Description

This bug: https://github.com/microsoft/Win2D/issues/824

Might be an issue with Win2D: https://github.com/mattleibow/Win2DSourceThing but I also repro-ed it when just loading images from byte streams. Seems views aren't DPI aware natively or something.

PureWeen commented 3 years ago

Related: https://github.com/dotnet/maui/issues/3250

v-xiaofchen commented 2 years ago

Verified repro with windows and the above project. Picture28

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

homeyf commented 1 year ago

We verified this issue using the above project with Visual Studio Enterprise 17.6.0 Preview 2.0. As shown, this is the current result, however not sure if it is expected? image