[][src]Type Definition nannou::ui::prelude::text::line::NextBreakFnPtr

type NextBreakFnPtr = fn(&str, &Font<'static>, u32, f64) -> (Break, f64);

An alias for function pointers that are compatible with the Block's required text wrapping function.