pub fn render_text_image_basic( images: &mut ImageManager, text: &str, font_px: u32, max_w: u32, max_h: u32, ) -> Option<ImageId>