I would like to use an icon-font like FontAwesome (http://fortawesome.github.com/Font-Awesome/) on my Titanium Mobile iOS app's buttons. I think this should be possible, but cannot figure out how. Any ideas?
4 Answers
Accepted Answer
take a look at https://github.com/k0sukey/TiIconicFont which is a set of commonjs modules for using the symbol fonts Ligaturesymbols & FontAwesome.
The actual icons are css based and are not images, so those would have to be turned into images in order to actually use the icons. As for the actual font, you can use custom fonts in a Titanium app, but you can't use those fonts on things like tab text. If you wanted to do that you'd have to create a custom tabgroup so you could use those fonts.
There is a Appcelerator module doing just that - https://marketplace.appcelerator.com/apps/4361?2069729160
There is a Appcelerator module doing just that - App Icons
Your Answer
Think you can help? Login to answer this question!