Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





bitmap-font on crates.io


bitmap-font on docs.rs


build status


coverage report


bitmap-font main branch documentation


Rust 1.61+


dependency report



# 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 at

https://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. Kurapati

Tamzen 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 }}