[][src]Function ggez::graphics::queue_text_raw

pub fn queue_text_raw<'a, S, G>(
    context: &mut Context,
    section: S,
    custom_layout: Option<&G>
) where
    S: Into<Cow<'a, VariedSection<'a>>>,
    G: GlyphPositioner, 

Exposes gfx_glyph's GlyphBrush::queue() and GlyphBrush::queue_custom_layout(), in case ggez' API is insufficient.