Project

reot

0.0
No commit activity in last 3 years
No release in over 3 years
Simple ttf2eot convertor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Reot (ttf2eot in ruby) Build Status

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!