Function nannou::text::line::infos_wrapped_by
source · pub fn infos_wrapped_by<'a, F>(
text: &'a str,
font: &'a Font,
font_size: FontSize,
max_width: Scalar,
next_break_fn: F
) -> Infos<'a, F> ⓘ
Expand description
Produce an Infos
iterator wrapped by the given next_break_fn
.