pub fn draw_text_at( pixel_x: usize, pixel_y: usize, text: &str, fg: RgbColor, bg: RgbColor, )
Performs the draw text at operation.