Trait rich_sdl2_ttf_rust::font::pen::FontRenderExt[][src]

pub trait FontRenderExt {
    fn text(&self, font: &Font<'_>, text: &str, options: FontRenderOptions);
}
Expand description

An extension for [Pen] to render a text.

Required methods

Renders a text to the area with the font.

Implementations on Foreign Types

Implementors