jsmarcus / Xamarin.Plugins

Cross platform Xamarin and Windows controls and plugins
MIT License
194 stars 79 forks source link

some fa icons don't show #65

Open Pirate911 opened 7 years ago

Pirate911 commented 7 years ago

When i use this it doesn't work : <iconize:IconImage IconSize="30" WidthRequest="30" HeightRequest="30" IconColor="Black" **Icon="fa-user-circle-o"** />

but this works and shows the icon : <iconize:IconImage IconSize="30" WidthRequest="30" HeightRequest="30" IconColor="Black" **Icon="fa-user"** />

so , i have noticed that icon names that contains two and more dashes in the name don't show . i don't know if that's related . i am using the version shipped with the sample (4.7)

thank you

Mr-Pearce commented 7 years ago

The Font awesome plugin has an older version. more info here https://github.com/jsmarcus/Xamarin.Plugins/issues/44

castrojr913 commented 6 years ago

Guys, try with this approach: Copy ttf files (e.g. iconize-fontawesome.ttf) to Resources folder on iOS Project. You can find them here: https://github.com/jsmarcus/Iconize/tree/master/src/Fonts