Skip to content

[Enhancement] More Accessible Font Sizes #831

Closed

Description

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions