Sha256: a49c31a64bb8c84c1e808634dd458a6b944b20926443049745662ba86edf27bf

Contents?: true

Size: 762 Bytes

Versions: 3

Compression:

Stored size: 762 Bytes

Contents

TTF/Ruby
========

    TTF/Ruby is a library to read and write TrueType fonts in Ruby.

    Tables supported are :

        - Cmap *
        - Cvt *
        - Fpgm *
        - Gasp
        - Glyf
        - Head
        - Hhea
        - Hmtx
        - Kern *
        - OS/2
        - Post *
        - Prep *
        - Vhea
        - Vmtx

    (Tables marked with an * are only partially supported)

Requirements
------------

    Ruby >= 1.8.0:              http://www.ruby-lang.org

Install 
-------

    # ruby setup.rb

Documentation
-------------

    $ rdoc --main "Font::TTF::File"

Tools
-----

See tools/README.

License
-------

    TTF/Ruby is distributed under the terms of the GNU General Public
    License. See the COPYING file for more information.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glyph_imager-0.0.5 vendor/ttf-ruby-0.1/README
glyph_imager-0.0.4 vendor/ttf-ruby-0.1/README
glyph_imager-0.0.3 vendor/ttf-ruby-0.1/README