Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] More Accessible Font Sizes #831

Closed
rachelkang opened this issue Apr 23, 2021 · 1 comment
Closed

[Enhancement] More Accessible Font Sizes #831

rachelkang opened this issue Apr 23, 2021 · 1 comment
Assignees
Labels
legacy-area-a11y Relates to accessibility proposal/open t/a11y Relates to accessibility t/enhancement ☀️ New feature or request
Milestone

Comments

@rachelkang
Copy link
Member

More Accessible Font Sizes

There are a number of improvements to be made with regard to ensuring accessible font sizes. Being able to support a wide range of font sizes, especially with various accessibility settings for font scaling, is key.

This issue will be updated as exploration continues.

Named fonts

NamedSize and the corresponding platform-specific sizes should be reinvestigated.

Considerations, among others, should include:

  • Minimum font size requirements for accessibility
  • Consistency across platforms vs. with native platforms

Related issues:

Dynamic font sizes

Text should be rendered fully and appropriately, (without getting cut short anywhere), despite the font size, on all different...

  • Platforms and devices
  • Layouts and screen sizes
  • Control sizes

This includes interaction with platform/device-specific accessibility settings for font scaling. For example, if the font is scaled to 200% on a device, all text in .NET MAUI apps should be scaled and rendered fully and appropriately.

Related issues:

@GalaxiaGuy
Copy link
Contributor

I am pleased these things are getting more attention :)

There are few extra features around this I would like support for (some of these are Forms-y and some Essentials-y but I guess they all go here now?):

  • Text that isn't scaled, regardless of device setting.
  • Scale an arbitrary size in the same way as font size.

(Of the two, I've used the second more often - think something like sizing the image of a custom radio button).

  • Query the current accessible font scaling details.
  • A notification when it changes.

@rachelkang rachelkang added the legacy-area-a11y Relates to accessibility label May 26, 2021
@mattleibow mattleibow added this to the 6.0.100-rc.1 milestone Aug 15, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
@Eilon Eilon added the t/a11y Relates to accessibility label May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy-area-a11y Relates to accessibility proposal/open t/a11y Relates to accessibility t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants