Simple library for converting ttf to eot format. It is using ttf2eot, just instead of using console, you can use simple ruby module.
Supported rubies:
- 1.9.3
- 2.0.0
- Rubinius 1.9 mode
gem install reot
Reot.convert!('awesome_webfont.ttf', 'awesome_webfont.eot') #=> trueGenerates awesome_webfont.eot!
