Function font_atlas_image::save_atlas [] [src]

pub fn save_atlas<P1, P2>(rendered: RenderedFont<DynamicImage>, format: ImageFormat, image: P1, metadata: P2) -> EncodingResult<()> where P1: AsRef<Path>, P2: AsRef<Path>

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