jsmarcus / Iconize

Use icon fonts in your Xamarin.Forms application!
Other
204 stars 70 forks source link

Sample (FontAwesome) and latest Nugets (Forms 4 etc.) not working #153

Open Surfrat opened 5 years ago

Surfrat commented 5 years ago

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="fab-apple" FontSize="35" />`

I get the following result:

UWP: image

Android: image

iOS: image

Here is the sample project with latest Nugets included. samples.zip

Thanks

Mark.

bruzkovsky commented 5 years ago

This is because the .ttf file for FA solid is wrong. I fixed this in #152

sam016 commented 5 years ago

@bruzkovsky @jsmarcus Could you please release this fix soon-ish?

flamecrow commented 5 years ago

@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