Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msrd0/bitmap-font
This crate provides bitmap fonts for the embedded-graphics crate without requiring generics
https://github.com/msrd0/bitmap-font
bitmap embedded font no-std rust
Last synced: 10 days ago
JSON representation
This crate provides bitmap fonts for the embedded-graphics crate without requiring generics
- Host: GitHub
- URL: https://github.com/msrd0/bitmap-font
- Owner: msrd0
- License: apache-2.0
- Created: 2021-04-02T01:37:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T04:08:53.000Z (4 months ago)
- Last Synced: 2024-10-11T02:32:43.374Z (26 days ago)
- Topics: bitmap, embedded, font, no-std, rust
- Language: Rust
- Homepage:
- Size: 18.5 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.j2
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# bitmap-font
{{readme}}
## Development
Basically, all you need is Rust. However, we utilize a nightly version of rustfmt for code style, so it is recommended
you use rustup to install Rust so you can install a stable and nightly version alongside each other. The stable version
can be the one shipped with your linux distribution if recent enough, or downloaded using rustup as well.To locally check that you meet the code style, you can use the provided git pre-commit hook, like this:
```bash
git config core.hooksPath .githooks
```## MSRV Policy
This crate is guaranteed to always build with the latest stable rust version. MSRV is documented; however, for your
information only. Changing the MSRV can be done at any point in time and is not considered a breaking change.## License (Source Code)
Copyright (C) 2021-2022 Dominic Meiser and [contributors].
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```## License (Bitmap Font)
This license applies to the raw bitmap font data included in this crate.
```
Copyright 2011 Suraj N. KurapatiTamzen font is free. You are hereby granted permission to use, copy, modify,
and distribute it as you see fit.Tamzen font is provided "as is" without any express or implied warranty.
The author makes no representations about the suitability of this font for
a particular purpose.In no event will the author be held liable for damages arising from the use
of this font.
```[contributors]: https://github.com/msrd0/bitmap-font/graphs/contributors
{{ links }}