TruetypeMetrics
Parses a TrueType font and builds a %FontMetrics{} term.
Meant to be used with the FontMetrics package.
Installation
If available in Hex, the package can be installed
by adding truetype_metrics to your list of dependencies in mix.exs:
def deps do
[
{:truetype_metrics, "~> 0.6"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/truetype_metrics.