Function lux::font::render
[−]
[src]
pub fn render<I>(face: &mut Face, chars: I, kerning: bool) -> Result<RenderedFont<DynamicImage>, Error> where I: Iterator<Item=char>Given a freetype face, this function generates a RenderedFont with the
a DynamicImage backing it.