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

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

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.