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
21.98k stars 1.72k forks source link

.NET Maui does not support FontAutoScalingEnabled for windows platform #24170

Open vsfeedback opened 1 month ago

vsfeedback commented 1 month ago

This issue has been moved from a ticket on Developer Community.


[severity:It’s more difficult to complete my work]
Create .NET Maui Project
Create a Label with text
Set Label.FontAutoScalingEnabled = false
Set run platform to “Windows Machine”
Run application
Note size of text

Change the windows display scaling to 1.5 or 1.25 (larger than above) Set run platform to “Windows Machine”
Run application again
Note new size of text is larger which it should not be


Original Comments

Feedback Bot on 7/28/2024, 06:24 PM:

(private comment, text removed)


Original Solutions

(no solutions)

github-actions[bot] commented 1 month ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

RoiChen001 commented 4 weeks ago

I can repro this issue at Windows platform on the latest 17.12.0 Preview 1.0(8.0.80 &8.0.72).

mas985 commented 2 weeks ago

I should also add, that this issue is for all controls that have text including Buttons & Entry.