Function font_atlas_image::write_atlas [] [src]

pub fn write_atlas<W1, W2>(rendered: RenderedFont<DynamicImage>, format: ImageFormat, image: &mut W1, metadata: &mut W2) -> EncodingResult<()> where W1: Write, W2: Write

Saves an atlas to two Writers. One for the image (using the specified image format), one for the font metadata.