pub type GlyphCache<'a, F> = GlyphCache<'a, F, Texture>;Expand description
Stores textures for text rendering.
Aliased Type§
pub struct GlyphCache<'a, F> {
pub font: Font<'a>,
pub factory: F,
/* private fields */
}Fields§
§font: Font<'a>The font.
factory: FThe factory used to create textures.