Type Alias nannou::text::TextGlyphs
source · pub type TextGlyphs<'a> = FlatMap<TextGlyphsPerLine<'a>, Rects<'a, 'a>, fn(_: Rects<'a, 'a>) -> Rects<'a, 'a>>;
Expand description
An alias for the iterator yielded by Text::glyphs
.
Aliased Type§
struct TextGlyphs<'a> { /* private fields */ }