Text

The package provides a text toolbox.
Documentation
Example
extern crate font;
extern crate text;
use File;
use Layout;
let path = "SourceSerifPro-Regular.otf";
let font = open.unwrap.fonts.remove;
let mut layout = new;
let text = layout.draw.unwrap;
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.