Closed danbord closed 7 years ago
Try install the font to your system. It seems to be a designer bug. Anyway let me know if you have another workaround. I will also apply it to my project.
By Installing the font on the system, you mean download FontAwesome font and double click to install the otf or ttf file? Tried that but not working for me :/
Yes, exactly. Strange... Have you tried to restart PC after that? I have not noticed that you are using UWP. It worked on WPF for me.
FINALLY found it! Seems like it doesn't play nice with x64 compiling... Just by changing my project configuration to x86 fixed it (the combobox next to the Debug combobox, not in project settings).
else than that, I found that article that lead me to my answer : http://blog.galasoft.ch/posts/2016/02/enabling-disabling-design-data-in-visual-studio-2015-update-1/
The icons works fine when in runtime. But at design time they're not visible, making the design pretty annoying. I'm using VS2017 Community Edition.
Here's my Xaml
<fa:FontAwesome Icon="Backward" Foreground="Black" />