Type Alias nannou::text::line::NextBreakFnPtr
source · pub type NextBreakFnPtr = fn(_: &str, _: &Font, _: FontSize, _: Scalar) -> NextBreak;Expand description
An alias for function pointers that are compatible with the Block’s required text
wrapping function.