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

The font.

Methods

impl<R, F> GlyphCache<R, F> where R: Resources
[src]

Constructs a GlyphCache from a Font.

Constructor for a GlyphCache.

Trait Implementations

impl<R, F> CharacterCache for GlyphCache<R, F> where R: Resources,
        F: Factory<R>
[src]

The textyre type associated with the character cache.

Get reference to character.

Return the width for some given text.