Function graphics::text [] [src]

pub fn text<C, G>(color: Color, font_size: FontSize, text: &str, cache: &mut C, transform: Matrix2d, g: &mut G) where C: CharacterCache, G: Graphics<Texture=C::Texture>

Draws text.