logo

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

pub type TextGlyphsPerLine<'a> = RectsPerLine<'a, TextLinesWithRects<'a>>;
Expand description

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