conrod::glyph_cache::NextLineBreakFn [] [src]

type NextLineBreakFn<C> = fn(&GlyphCache<C>, FontSize, &str, Scalar) -> Option<LineBreak>;

A function that returns the first index at which the text should wrap for the given max width.