Add FontScale property to IFontElement #24811
Unanswered
michalpobuta
asked this question in
Ideas
Replies: 2 comments
-
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:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Michalpobuta, I solved this problem with the following layout – it scales all controls like ImageButtons too, not only controls with text. Just put all your content into it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
In the current version of .NET MAUI, there is no built-in option to easily scale all fonts across the app. To address this limitation, a potential solution would be to introduce a property that allows for dynamic adjustment of the
FontScale
, enabling users to scale fonts consistently throughout the application.Public API Changes
Intended Use-Case
I am looking to enhance accessibility within my application by enabling users to adjust the font scale through the app settings or by modifying the system font scale. However, it is important to implement limitations to prevent excessive scaling, as the current auto-scaling feature lacks constraints and consequently affects the app layout control.
Beta Was this translation helpful? Give feedback.
All reactions