[][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 glyph_brush's drawing API in case ggez's text drawing is insufficient. It takes glyph_brush's VariedSection and GlyphPositioner, which give you lower- level control over how text is drawn.