truetype 0.45.1

The package provides a builder and parser of TrueType fonts.
Documentation
# TrueType [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]

The package provides a builder and parser of TrueType fonts. It is recommended
to use a higher-level abstraction called [`opentype`][opentype], which
internally relies on this package.

## Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a
pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).

[opentype]: https://github.com/bodoni/opentype

[build-img]: https://github.com/bodoni/truetype/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/bodoni/truetype/actions/workflows/build.yml
[documentation-img]: https://docs.rs/truetype/badge.svg
[documentation-url]: https://docs.rs/truetype
[package-img]: https://img.shields.io/crates/v/truetype.svg
[package-url]: https://crates.io/crates/truetype