Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodoni/truetype
Builder and parser of TrueType fonts
https://github.com/bodoni/truetype
font parsing truetype typeface typography
Last synced: 3 months ago
JSON representation
Builder and parser of TrueType fonts
- Host: GitHub
- URL: https://github.com/bodoni/truetype
- Owner: bodoni
- License: other
- Created: 2015-08-15T16:56:39.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T07:14:46.000Z (6 months ago)
- Last Synced: 2024-06-22T00:30:34.036Z (5 months ago)
- Topics: font, parsing, truetype, typeface, typography
- Language: Rust
- Homepage:
- Size: 2.07 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-typography - Parser for TrueType fonts
README
# 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