Replies: 2 comments 9 replies
-
We're maintaining a font file based on some of the icons from that repository. It's certainly possible to make an updated font file to use those new glyphs, with the instructions we posted in uno.fonts repository. |
Beta Was this translation helpful? Give feedback.
-
The (limited) testing was successful! Python script to generate a .ttf fonts using SVG source files works, even on Windows. I made the repository public and licensed under MIT. https://github.com/robloo/SymbolIconManager. Most of the hard stuff is done now (architecture & icon set implantations). The font building code is not yet committed. I expect by Tuesday I should have everything done -- with limited glyphs mapped. At that point I'll likely need help with the mappings. |
Beta Was this translation helpful? Give feedback.
-
The Segoe Fluent Icons seem to be replacing Segoe MDL2 Assets icons starting with Windows 11.
Downloading these new Fluent icons here. Gives a EULA along with the
Segoe Fluent Icons.ttf
which unfortunately prevents it being used cross-platform. I have yet to find if these are open source some place.However, Fluent UI System Icons (very similar) are developed out in the open on GitHub and are MIT licensed. There is a massive directory of SVG and PDF files available and the .ttf fonts are available under MIT license https://github.com/microsoft/fluentui-system-icons/tree/master/fonts. This means there is nothing preventing using these icons cross-platform. That makes sense and is great for React Native, Android, Maui or even Uno Platform usage.
What is the plan for incorporating these into Uno? Is there a plan to switch Uno itself over to using them?
It seems; however, that we are going to have to build our own font again as the Unicode points are different. I know the Uno Platform team has some tooling to do this left over from the Segoe MDL2 Assets font creation. Can that tooling be repurposed for Fluent UI System Icons?
https://github.com/microsoft/fluentui-system-icons/blob/master/icons.md
Beta Was this translation helpful? Give feedback.
All reactions