stb_truetype_rust is Rust port of stb_truetype.h, which is library to rasterize ttf fonts.
The porting was done using Hebron.
https://crates.io/crates/stb_truetype_rust
Following sample demonstrates rasterization of a string and saving it to png. https://github.com/StbRust/stb_truetype_rust/tree/master/samples