Use Segoe MDL2 Assets for Windows 10 Apps

2015-12-03 at 18:16 0 comments

Are you writing Windows 10 Apps already? I’m currently updating one app from Windows 8.1 Store to the Universal Windows Platform, which of course means that some redesign is required, too. If you ever have developed a Windows Store App, you probably know the Segoe UI Symbol font because it offers a lot of icons that you can use for e.g. buttons in the app bar. The benefit is clear: you do not have to create these icons by yourself, they fit within the overall design of Windows and you can scale them however you want because it’s a font – it’s always rendered crisp and sharp.

Of course, I started using Segoe UI Symbol in my upgraded UWP App, too, but when I compared my design to that of the apps that come with Windows 10, I noticed a difference which has the following cause: Segoe UI Symbol is not the primary font for icons in UWP. Instead, Microsoft introduced a new font called Segoe MDL2 Assets that one should use for Windows 10 Apps. You can also use the Symbol enumaration to access these icons directly without the need to use the Character Map and fiddling with the Unicode characters.

So, if you develop for Windows 10, keep in mind to use Segoe MDL2 Assets as your icon font.

Comments

Currently there are no comments for this post. Write the first one!

Leave a Reply

Your email address will not be published. Required fields are marked *