[][src]Function geng_ui::text

pub fn text<'a, T: AsRef<str>>(
    text: T,
    font: &'a Font,
    size: f32,
    color: Color<f32>
) -> Text<'a, T>