pub fn text(data: String) -> Box<Layout>
Constructs a new Text layout.
Text layouts are literals and basic elements of layout compositions.
use typeset::text; let layout = text("foobar");