Sha256: 3cedb414b4689d1f8ca08c51e342ece1d21a34a5d887495aa077fbcd7bb2449e

Contents?: true

Size: 576 Bytes

Versions: 2

Compression:

Stored size: 576 Bytes

Contents

Reot [![Build Status](https://secure.travis-ci.org/simi/reot.png?branch=master)](http://travis-ci.org/simi/reot)
====

Simple library for converting [ttf](http://en.wikipedia.org/wiki/TrueType) to [eot](http://en.wikipedia.org/wiki/Embedded_OpenType) format. It is using [ttf2eot](http://code.google.com/p/ttf2eot/), just instead of using console, you can use simple ruby module.

Ruby 1.9 only!

Install
-------

```gem install reot```

Example
-------

```ruby
  Reot.convert!('awesome_webfont.ttf', 'awesome_webfont.eot') #=> true
```

Generates ```awesome_webfont.eot```!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reot-0.0.3 README.md
reot-0.0.2 README.md