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
Install
gem install reot
Example
Reot.convert!('awesome_webfont.ttf', 'awesome_webfont.eot') #=> true
Generates awesome_webfont.eot
!