[][src]Type Definition nannou::ui::prelude::text::rt::gpu_cache::TextureCoords

type TextureCoords = (Rect<f32>, Rect<i32>);

Texture coordinates (floating point) of the quad for a glyph in the cache, as well as the pixel-space (integer) coordinates that this region should be drawn at.