pub fn draw_text<F: Font>(t: &str, f: &F, p: Point, c: Color)Expand description
Render text using the given font.
Unlike in the other drawing functions, here Point points not to the top-left
corner but to the baseline start position (Font::baseline).