pub fn draw_str( canvas: &Canvas, text: impl AsRef<str>, p: impl Into<Point>, font: &Font, paint: &Paint, align: Align, )