[][src]Type Definition conrod_core::text::line::NextBreakFnPtr

type NextBreakFnPtr = fn(_: &str, _: &Font, _: FontSize, _: Scalar) -> (Break, Scalar);

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