File: README.md

package info (click to toggle)
ruby-afm 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: ruby: 117; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 730 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
# afm

A very simple library to read Adobe Font Metrics files (afm).

Currently simply parses the file and saves it in a few attributes.

[![Depfu](https://badges.depfu.com/badges/041c6aa5c0e500265a3ef0e499008c0f/overview.svg)](https://depfu.com/github/halfbyte/afm?project_id=139)

## Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Open PR

## Copyright

Copyright (c) Jan Krutisch. See LICENSE for details.