Skip to main content

render_text_image_basic

Function render_text_image_basic 

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