Sha256: a48ec55fb90b5fa0292c68813f9fd3ab343d040084cb8f13e8868ecbe5bf7a1b
Contents?: true
Size: 1.36 KB
Versions: 2
Compression:
Stored size: 1.36 KB
Contents
TTFunk is a TrueType font parser written in pure ruby. = Installation The recommended installation method is via Rubygems. gem install ttfunk = Usage Basic usage: require 'ttfunk' file = TTFunk::File.open("some/path/myfont.ttf") puts "name : #{file.name.font_name.join(', ')}" puts "ascent : #{file.ascent}" puts "descent : #{file.descent}" For more detailed examples, explore the examples directory. = Maintainers - Gregory Brown - Brad Ediger - Daniel Nelson - Jonathan Greenberg - James Healy = Licensing Matz's terms for Ruby, GPLv2, or GPLv3. See LICENSE for details. = Authorship ttfunk was originally developed by Gregory Brown as part of the Prawn project. In 2010, Gregory officially handed the project off to the Prawn core team. Currently active maintainers include Brad Ediger, Daniel Nelson, James Healy, and Jonathan Greenberg. While he was only with us for a short time before moving on to other things, we'd also like to thank Prawn core team emeritus Jamis Buck for his contributions. You can find the full list of Github users who have at least one patch accepted to ttfunk at: https://github.com/sandal/ttfunk/contributors = Mailing List TTFunk is maintained as a dependency of prawn, the ruby PDF generation library. Any questions or feedback should be sent to the Prawn google group. http://groups.google.com/group/prawn-ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ttfunk-1.1.1 | README.rdoc |
ttfunk-1.1.0 | README.rdoc |