Type Alias opengl_graphics::GlyphCache

source ·
pub type GlyphCache<'a> = GlyphCache<'a, (), Texture>;
Expand description

Glyph cache implementation for OpenGL backend.

Aliased Type§

struct GlyphCache<'a> {
    pub font: Font<'a>,
    pub factory: (),
    /* private fields */
}

Fields§

§font: Font<'a>

The font.

§factory: ()

The factory used to create textures.