Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Font Icons
- - By arrow Date 2013-09-25 00:14 Edited 2013-09-29 09:49
I just found this page fontello.com/ where you can select font icons and download the font and css for your selection as a zip file. I've written a little class FontelloConfig that parse the config.json bundled in the zip into a hash with the icon names as the key and the character code as the value.

Check it out on github!
github.com/Aerotune/gosu-fontello
Parent - - By erisdiscord Date 2013-09-27 01:12
Wow, that's a pretty cool find! Might also be useful when I get off my butt and start working on that new Adium message style I've been kicking around for a while.

Consider sticking that parsing code up on GitHub? I think it'd have a bit better longevity than on a file sharing site. C:
Parent - By arrow Date 2013-09-29 09:51 Edited 2013-09-29 10:01
It was my intention to put it on github, now it is!
github.com/Aerotune/gosu-fontello

I just realized that the config parser is generic and not gosu specific, though it's nice to have a gosu usage example.
Parent - - By jlnr (dev) Date 2013-10-26 05:49
Wow, that reminds me that I totally haven't documented Gosu's ability to register and use &html_style_entities;! That would be the perfect use case for that feature. If Gosu wasn't broken on 10.9, I could even look up the syntax now... :P
Parent - - By ml Date 2013-10-26 06:27
Gosu is broken on 10.9?... do .apps work on 10.9?
Parent - - By jlnr (dev) Date 2013-10-26 20:10
Yep, the .app works. It's compilation that fails. (I really should start shipping binary gems again... :()
Parent - By ml Date 2013-10-27 08:19
As long the .app still works, I'm in good shape for my current plans. :)
Up Topic Gosu / Gosu Exchange / Font Icons

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill