Type Alias nannou::text::TextGlyphsPerLine

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

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

Aliased Type§

struct TextGlyphsPerLine<'a> { /* private fields */ }