File: README.rdoc

package info (click to toggle)
ruby-ttfunk 1.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 916 kB
  • sloc: ruby: 1,719; makefile: 16
file content (55 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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

- 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