TankaRenderer Build Status

A rendering tool for short text such as tanka (31-mora Japanese poem).

Sample's Fonts

http://opentype.jp/freemouhitufont.htm

Using Libraries

Installation

Add this line to your application's Gemfile:

gem 'tanka_renderer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tanka_renderer

Usage

See sample/.

License

Copyright (c) 2014 Masafumi Yokoyama

LGPLv3 or later.

See 'license/lgpl-3.0.txt' or 'http://www.gnu.org/licenses/lgpl-3.0' for details.

Contributing

  1. Fork it ( http://github.com/myokoym/tanka_renderer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request