Skip to main content

draw_text

Function draw_text 

Source
pub fn draw_text<R>(
    rasops: &mut R,
    font: &Font,
    xy: PixelsXY,
    text: &str,
) -> Result<()>
where R: RasterOps,
Expand description

Writes a single character ch at pos.