Struct gfx_graphics::GlyphCache 
            
                [−]
            
        [src]
pub struct GlyphCache<R, F> where R: Resources {
    pub font: Font<'static>,
    // some fields omitted
}A struct used for caching a rendered font.
Fields
| font | The font. | 
Methods
impl<R, F> GlyphCache<R, F> where R: Resources
fn new<P>(font_path: P, factory: F) -> Result<Self, Error> where P: AsRef<Path>
Constructor for a GlyphCache.