atermenji / IconicDroid

IconicDroid is a custom Android Drawable which allows to draw icons from several iconic fonts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FontAwesome icons out-of-date

tuliohmendes opened this issue · comments

The icons in the FontAwesomeIcon.java file and the font file itself are out of date... If you look at the FontAwesome website, you will find a lot of icons that I can't use...

Particularly, I downloaded the font file from the website and started mapping again the characters that I'm using...

Thanks, I have not been watching FontAwesome website lately.
Can you please specify what exactly font file have you been using and what icons are missing?

I'm using the latest ttf font from the 'font' folder: https://github.com/FortAwesome/Font-Awesome/blob/master/font/fontawesome-webfont.ttf

If you look at the css file ( https://github.com/FortAwesome/Font-Awesome/blob/master/css/font-awesome.css ), the list has approximately 250 icons... But in the FontAwesomeIcon class, there is 208 icons.

If you want, I could make a pull request... I enjoyed your initiative on starting this project :-)

Thanks for input!
Pull requests are always welcome :)
Or you can wait for several days until I'll find some time to fix this.