Crates.io | embedded-vintage-fonts |
lib.rs | embedded-vintage-fonts |
version | 0.2.0 |
source | src |
created_at | 2022-01-08 11:39:27.645655 |
updated_at | 2023-05-24 21:01:26.603803 |
description | Vintage fonts from embedded-graphics 0.6 back release 0.7 |
homepage | |
repository | https://github.com/sirhcel/embedded-vintage-fonts |
max_upload_size | |
id | 510179 |
size | 121,658 |
Your dearly beloved fonts from embedded-graphics 0.6 back for the overhauled font handling of 0.7 and above.
They are back all but one: Font6x6
uses variable-width glyphs which are
currently not supported by 0.7 and above.
FONT_6X8
formerly known as Font6x8
FONT_6X12
formerly known as Font6x12
FONT_8X16
formerly known as Font6x16
FONT_12X16
formerly known as Font12x16
FONT_24X32
formerly known as Font24x32
An upscaled version of FONT_12X16
.
Have a look at the fonts with an adapted variant of
ProFont's font debugger using the
embedded-graphics
simulator:
$ cargo run --example debugger
One can activate strikethrough and underline style with the command line
options --strikethrough
and --underline
. For example to enable both at the
same time via Cargo:
$ cargo run --example debugger -- --strikethrough --underline
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your discretion.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.