Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodoni/typeface
Foundation for building and parsing fonts
https://github.com/bodoni/typeface
font parsing typeface typography
Last synced: 16 days ago
JSON representation
Foundation for building and parsing fonts
- Host: GitHub
- URL: https://github.com/bodoni/typeface
- Owner: bodoni
- License: other
- Created: 2022-12-02T14:38:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:05:46.000Z (8 months ago)
- Last Synced: 2024-08-10T05:06:02.816Z (5 months ago)
- Topics: font, parsing, typeface, typography
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Typeface [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
The package provide a foundation for building and parsing fonts. It is used in
[`opentype`][opentype], [`postscript`][postscript], and [`truetype`][truetype].## 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
[postscript]: https://github.com/bodoni/postscript
[truetype]: https://github.com/bodoni/truetype[build-img]: https://github.com/bodoni/typeface/workflows/build/badge.svg
[build-url]: https://github.com/bodoni/typeface/actions/workflows/build.yml
[documentation-img]: https://docs.rs/typeface/badge.svg
[documentation-url]: https://docs.rs/typeface
[package-img]: https://img.shields.io/crates/v/typeface.svg
[package-url]: https://crates.io/crates/typeface