Live data from Hacker News

Icon fonts and their usefulness in iOS development

kylerosenbluth.com

1–10 of 24 posts

Re: Icon fonts and their usefulness in iOS development

#3
post #2

Ok, I might be a bit slow. Can somebody explain to me the advantage of using a font file instead of a sprite png? I understand that there would be advantages with a high resolution display. It would scale automatically. Anything beside that?

One way I like to use them is to easily apply style like dropshahow to them through CSS. It's so easier to tweak it thought CSS than to go back to photoshop each time

Re: Icon fonts and their usefulness in iOS development

#6
post #2

Ok, I might be a bit slow. Can somebody explain to me the advantage of using a font file instead of a sprite png? I understand that there would be advantages with a high resolution display. It would scale automatically. Anything beside that?

The better question is what does this gain you over a vector format.

Re: Icon fonts and their usefulness in iOS development

#8
post #7

Anyone interested in using Icon Fonts should definitely check out [1] - it allows you to generate and download icon fonts by selecting vectors from different packs. [1] http://icomoon.io/app/

Wow thanks for this! I was just looking for something like this to generate fonts so I can stop using pngs. Awesome!

Re: Icon fonts and their usefulness in iOS development

#9
post #2

Ok, I might be a bit slow. Can somebody explain to me the advantage of using a font file instead of a sprite png? I understand that there would be advantages with a high resolution display. It would scale automatically. Anything beside that?

CSS text effects, dynamic color, sizing, etc. Creating assets for 6 different button sizes gets a hell of a lot less complicated with an icon font.
Post reply on HN