[][src]Function glium_text_rusttype::draw_with_params

pub fn draw_with_params<F, S: ?Sized, M>(
    text: &TextDisplay<F>,
    system: &TextSystem,
    target: &mut S,
    matrix: M,
    color: (f32, f32, f32, f32),
    sampler_behavior: SamplerBehavior,
    parameters: &DrawParameters
) -> Result<(), DrawError> where
    S: Surface,
    M: Into<[[f32; 4]; 4]>,
    F: Deref<Target = FontTexture>, 

More advanced variant of draw which also takes sampler behavior and draw parameters.