-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Labels
bugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
Using this xaml
<Button>
关闭
<Button.ContextFlyout>
<MenuFlyout>
<MenuFlyoutItem
FontSize="20"
FontWeight="Bold"
Text="关闭" />
</MenuFlyout>
</Button.ContextFlyout>
</Button>
Produce a super weird “关” in the MenuFlyout
, compared with what is correctly rendered in Button
Changing it to the same font size does not solves this issue.
It's just seems to me that they are using a different glyph rendering path.
Why is this important?
Because font rendering is essential to look.
Steps to reproduce the bug
As OP.
Actual behavior
No response
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.8.1: 1.8.250916003
Windows version
Windows 11 (24H2): Build 26100
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners