Struct conrod::backend::glium::GlyphCache [] [src]

pub struct GlyphCache { /* fields omitted */ }

A rusttype GlyphCache along with a glium::texture::Texture2d for caching text on the GPU.

Methods

impl GlyphCache
[src]

[src]

Construct a GlyphCache with a size equal to the given Display's current framebuffer dimensions.

[src]

The texture used to cache the glyphs on the GPU.