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

SemiBold font weight is thinner than Normal after update from 1.5 to 1.6 #10105

Open
bszymik opened this issue Oct 25, 2024 · 0 comments
Open
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners

Comments

@bszymik
Copy link

bszymik commented Oct 25, 2024

Describe the bug

When using SemiBold Font weight with e.g. Roboto font, the font is actually thinner than Normal font weight,
in 1.5 there was no issue with that
Roboto font version installed in the system (by default) : 1.00000; 2011

Steps to reproduce the bug

  1. Create an app with TextBlock as below:
<TextBlock FontWeight="SemiBold" FontFamily="Roboto" Text="Roboto SemiBold Size 16" FontSize="16" />
<TextBlock FontWeight="Normal" FontFamily="Roboto" Text="Roboto Normal Size 16" FontSize="16" />
  1. Check with version 1.5
  2. Update to version 1.6 - SemiBold text will be thinner

Expected behavior

SemiBold text for Roboto font should be bolder than normal font weight in version 1.6

Screenshots

Image

NuGet package version

WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

@bszymik bszymik added the bug Something isn't working label Oct 25, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

1 participant