Function conrod::text::line::infos_wrapped_by [] [src]

pub fn infos_wrapped_by<'a, C, F>(text: &'a str, cache: &'a GlyphCache<C>, font_size: FontSize, max_width: Scalar, next_break_fn: F) -> Infos<'a, C, F> where F: for<'b> FnMut(&'b str, &'b GlyphCache<C>, FontSize, Scalar) -> (Break, Scalar)

Produce an Infos iterator wrapped by the given next_break_fn.