conrod::text::line::NextBreakFnPtr [] [src]

type NextBreakFnPtr<C> = fn(&str, &GlyphCache<C>, FontSize, Scalar) -> (Break, Scalar);

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