A rendering tool for short text such as tanka (31-mora Japanese poem).
Sample's Fonts
http://opentype.jp/freemouhitufont.htm
Using Libraries
- rcairo
- Ruby/Pango in Ruby-GNOME2
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 myokoym@gmail.com
LGPLv2.1 or later.
See 'license/lgpl-2.1.txt' or 'http://www.gnu.org/licenses/lgpl-2.1' for details.
Contributing
- Fork it ( http://github.com/myokoym/tanka_renderer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request