Type Definition nannou::text::TextGlyphsPerLine[][src]

type TextGlyphsPerLine<'a> = RectsPerLine<'a, TextLinesWithRects<'a>>;

An alias for the iterator yielded by Text::glyphs_per_line.