Function lux::font::read_atlas
[−]
[src]
pub fn read_atlas<R1, R2>(image: &mut R1, metadata: &mut R2) -> Result<RenderedFont<DynamicImage>, DecodingError> where R1: Read, R2: ReadLoad the image portion of a font atlas from one Reader, and the metadata portion from another.