macro_rules! text { ($($tt:tt)*) => { ... }; }
Create a formatted Text.
Text
This macro is slightly more efficient than using format! and Text::new.
format!
Text::new