Function agg::draw_text

source ·
pub fn draw_text<T: PixelDraw>(
    txt: &str,
    x: i64,
    y: i64,
    font: &Face,
    ren_base: &mut RenderingBase<T>
)