README.md
# TruetypeMetrics
[](https://travis-ci.org/boydm/truetype_metrics)
Parses a TrueType font and builds a `%FontMetrics{}` term.
Meant to be used with the [FontMetrics](https://github.com/boydm/font_metrics) package.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `truetype_metrics` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:truetype_metrics, "~> 0.5"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/truetype_metrics](https://hexdocs.pm/truetype_metrics).