pub type BufferGlyphs<'a> = GlyphCache<'a, (), RenderBuffer>;Expand description
A character cache for drawing text to a RenderBuffer.
If the link to the GlyphCache type is not working,
try generating the docs yourself.
Aliased Type§
pub struct BufferGlyphs<'a> {
pub font: Font<'a>,
pub factory: (),
/* private fields */
}Fields§
§font: Font<'a>The font.
factory: ()The factory used to create textures.