matthewrdev / fa2cs

Easily use FontAwesome icon codes in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question mark inside the square instead of the Icon.

Muhammadfaizann opened this issue · comments

Hello, Matthew. thanks for creating this. I am using the bars icon in the XAML file but it is showing a question mark instead of the icon. Can you let me how to get the icon?
Screenshot 2022-06-17 at 1 14 34 AM

Hi there! I think you're missing the font family. You need to apply the font family to get the font image to appear.
I hope this helps

Hey @Muhammadfaizann!

As per @JeanMarcMbouma said, this happens when the font family is not correctly setup.

How have you declared the font family? Also, is the font within the relevant platform projects?

Thanks. it was the missing font family, that was not properly set up. it's been fixed now. :)

Great to hear! Nicely done on solving it, I’ll close this issue now. Please reopen if you need anymore help 🙂