character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
615 stars 52 forks source link

implement DeveloperFeatures -> C# (WinUI 3) #200

Closed djonasdev closed 2 years ago

djonasdev commented 2 years ago

It would be nice if you could implement the DevloperFeateures for WinUI3 as well.

Here is an example with the HouseBuilding: 🏠

new Microsoft.UI.Xaml.Controls.FontIcon { FontFamily = new Microsoft.UI.Xaml.Media.FontFamily("Segoe UI Emoji"), Glyph = "\U0001F3E0" }