Function font_atlas_image::read_atlas [] [src]

pub fn read_atlas<R1, R2>(image: &mut R1, metadata: &mut R2) -> DecodingResult<RenderedFont<DynamicImage>> where R1: Read, R2: Read

Load the image portion of a font atlas from one Reader, and the metadata portion from another.