Type Alias rusttype::gpu_cache::TextureCoords
source · pub type TextureCoords = (Rect<f32>, Rect<i32>);
Expand description
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.