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.
[](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.
|