# Founder [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
The package provides a font toolbox.
## Usage
```
cargo install founder
founder-draw --path <path> --character <character> --output <path>
founder-name --path <path> --output <path>
founder-scan --path <path>
founder-sign --path <path> --characters <string> --output <path>
```
## 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).
[build-img]: https://github.com/bodoni/founder/workflows/build/badge.svg
[build-url]: https://github.com/bodoni/founder/actions/workflows/build.yml
[documentation-img]: https://docs.rs/founder/badge.svg
[documentation-url]: https://docs.rs/founder
[package-img]: https://img.shields.io/crates/v/founder.svg
[package-url]: https://crates.io/crates/founder