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

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

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