GlyphCache

Type Alias GlyphCache 

Source
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: F

The factory used to create textures.