pub type GlyphCache<'a> = GlyphCache<'a, (), Texture>;Expand description
Glyph cache implementation for OpenGL backend.
Aliased Type§
pub struct GlyphCache<'a> {
pub font: Font<'a>,
pub factory: (),
/* private fields */
}Fields§
§font: Font<'a>The font.
factory: ()The factory used to create textures.