You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having rendering issues with certain Icons.
Instead of an icon appearing, it seems some hieroglyphs are shown instead.
Most of them work correctly but many fail, see Desk or Folder icons below. There are many many more.
I have imported the Segoe Fluent Icons font to see if that fixed it but it did not.
Any ideas?
This is an issue with Fluent System Icons themselves, as they position multiple icons beyond the base Unicode Private Use Area.
WPF doesn't support this properly. microsoft/fluentui-system-icons#321
Although FontIcon can be used directly instead of SymbolIcon as a workaround: <ui:FontIcon FontFamily="{StaticResource FluentSystemIcons}" Glyph="󰅀"/>
Describe the bug
Hello,
I am having rendering issues with certain Icons.
Instead of an icon appearing, it seems some hieroglyphs are shown instead.
Most of them work correctly but many fail, see Desk or Folder icons below. There are many many more.
I have imported the Segoe Fluent Icons font to see if that fixed it but it did not.
Any ideas?
To Reproduce
IconsPage.xaml.cs
IconsPage.xaml
Expected behavior
An icon to be rendered not a hieroglyph
Screenshots
No response
OS version
Windows 11
.NET version
net8.0-windows10.0.17763
WPF-UI NuGet version
4.0.0-rc.2
Additional context
No response
The text was updated successfully, but these errors were encountered: