fontforge-ruby
A Ruby wrapper for FontForge
gem "fontforge-ruby"
Install
This gem requires FontForge command lines tools to be installed. For more info on installation, please refer to the FontForge documentation.
Linux (Debian based)
sh sudo add-apt-repository ppa:fontforge/fontforge; sudo apt-get update; sudo apt-get install fontforge
Mac OS X
brew install fontforge
Usage
FontforgeRuby.convert("input_font.ttf", "output_font.svg") # Converts ttf into svg font
Disclaimer
This is completely unofficial and is not related to FontForge in any way.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request