Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodoni/postscript
Parser of PostScript fonts
https://github.com/bodoni/postscript
font parsing postscript typeface typography
Last synced: 3 months ago
JSON representation
Parser of PostScript fonts
- Host: GitHub
- URL: https://github.com/bodoni/postscript
- Owner: bodoni
- License: other
- Created: 2015-08-13T13:08:36.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:16:50.000Z (6 months ago)
- Last Synced: 2024-06-21T15:05:50.237Z (5 months ago)
- Topics: font, parsing, postscript, typeface, typography
- Language: Rust
- Homepage:
- Size: 4.23 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-typography - Parser for PostScript fonts
README
# PostScript [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
The package provides a parser of PostScript 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/postscript/workflows/build/badge.svg
[build-url]: https://github.com/bodoni/postscript/actions/workflows/build.yml
[documentation-img]: https://docs.rs/postscript/badge.svg
[documentation-url]: https://docs.rs/postscript
[package-img]: https://img.shields.io/crates/v/postscript.svg
[package-url]: https://crates.io/crates/postscript