Aimery Tauveron

Results 3 comments of Aimery Tauveron

`rusttype` now supports OTF (from release 0.9.0). From the [changelog](https://gitlab.redox-os.org/redox-os/rusttype/-/releases#0.9.0): > Major rework to use crates **ttf-parser** & **ab_glyph_rasterizer** to respectively read and render OpenType .oft format fonts.

Also works on Ubuntu 20.04 x86-64 (although `libsensors4-dev` does not seem necessary when building with `--no-default-features`)

I don't know about packaging on Debian/Ubuntu, but I expect you will be required to use the system-provided libraries. You may want to look at [cargo install](https://doc.rust-lang.org/cargo/commands/cargo-install.html) (although I don't...