pub fn draw_text<R>( rasops: &mut R, font: &Font, xy: PixelsXY, text: &str, ) -> Result<()>where R: RasterOps,
Writes a single character ch at pos.
ch
pos