Iconize
Iconize copied to clipboard
Sample (FontAwesome) and latest Nugets (Forms 4 etc.) not working
Hi,
Had an issue with FontAwesome Solid in UWP, iOS and Android in my app. I then upgraded the sample app to all latest Nugets as of today. The three icons at the top are:
<iconize:IconLabel Text="fas-address-book" FontSize="35"/> <iconize:IconLabel Text="far-address-card" FontSize="35"/> <iconize:IconLabel Text="fab-apple" FontSize="35" />
I get the following result:
UWP:
Android:
iOS:
Here is the sample project with latest Nugets included. samples.zip
Thanks
Mark.
This is because the .ttf file for FA solid is wrong. I fixed this in #152
@bruzkovsky @jsmarcus Could you please release this fix soon-ish?
@sam016 any luck getting these to work? Besides getting iOS to work by adding the ttf files into the resources folder (ttf files from actual fontawesome site because the ttf files in this repo don't work) but Android doesn't ever show the icons, I'm using the latest xamarin.forms 4.0