pub fn draw_char_into_buffer(
buf: &mut [u8],
buf_width: usize,
ch: u8,
px: usize,
py: usize,
color: u32,
)Expand description
Draw a single 8x16 character into a BGRA pixel buffer.
pub fn draw_char_into_buffer(
buf: &mut [u8],
buf_width: usize,
ch: u8,
px: usize,
py: usize,
color: u32,
)Draw a single 8x16 character into a BGRA pixel buffer.