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.
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.