Struct graphics_buffer::BufferGlyphs[][src]

pub struct BufferGlyphs<'f> { /* fields omitted */ }

A character cache for drawing text to a RenderBuffer

Methods

impl<'f> BufferGlyphs<'f>
[src]

Loads a BufferGlyphs from an array of font data

Loads a BufferGlyphs from a Font

Trait Implementations

impl<'f> CharacterCache for BufferGlyphs<'f>
[src]

The texture type associated with the character cache.

The error type associated with the character cache.

Get reference to character.

Return the width for some given text.

Auto Trait Implementations

impl<'f> Send for BufferGlyphs<'f>

impl<'f> Sync for BufferGlyphs<'f>