-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Completed 🔥feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionality
Milestone
Description
Describe the problem
Icon extensions currently use "Segoe MDL2 Assets" by default and in SymbolIconExtension case, the font family is hardcoded. This limits the ability to use the new Segoe Fluent Icons that are available on Windows 11.
Describe the solution
TextIconExtension should use "Segoe Fluent Icons" font family by default and only use "Segoe MDL2 Assets" as fallback font.
Rename TextIconExtension.SegoeMDL2AssetsFontFamily to TextIconExtension.SymbolThemeFontFamily
Alternatives
Pass in SystemThemeFontFamily resource at every use site. This makes the XAML file verbose and hard to read. It also does not work with SymbolIcon.
<ToggleMenuFlyoutItem Icon="{toolkit:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}" />Additional info
No response
Help us help you
Yes, I'd like to be assigned to work on this item.
Metadata
Metadata
Assignees
Labels
Completed 🔥feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionality
Type
Projects
Status
Done