⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

draw_char_into_buffer

Function draw_char_into_buffer 

Source
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.