Type Definition gfx_graphics::GlyphCache

source ·
pub type GlyphCache<'a, F, R, C> = GlyphCache<'a, TextureContext<F, R, C>, Texture<R>>;
Expand description

Stores textures for text rendering.