iNKORE-NET / UI.WPF.Modern

Modern (Fluent 2) styles and controls for your WPF applications
https://docs.inkore.net/ui-wpf-modern
GNU Lesser General Public License v2.1
332 stars 29 forks source link

Emoji based Glyphs ? #15

Closed Valkirie closed 10 months ago

Valkirie commented 10 months ago

What would be the best/easier approach to use multi-color emojis instead of Glyphs as part of NavigationViewItem ? image

NotYoojun commented 10 months ago

You may try add an image or SVG graphics using SharpVector lib. Colored emojis are not supported in wpf.

Valkirie commented 10 months ago

You may try add an image or SVG graphics using SharpVector lib. Colored emojis are not supported in wpf.

I'll be trying this : https://github.com/samhocevar/emoji.wpf

NotYoojun commented 10 months ago

Hi! Does the solution emoji.wpf work out for you? If yes, maybe we can close this issue now.