Function set_font

pub fn set_font<'b, F>(fontdata: F, cw: u32, ch: u32)
where F: Into<Option<&'b [u8]>>,
Available on crate feature dep_sdl2 only.
Expand description

Sets or resets the current global font data.