Struct sdl2_ttf::PartialRendering [] [src]

#[must_use]
pub struct PartialRendering<'a> { /* fields omitted */ }

A builder for a font rendering.

Methods

impl<'a> PartialRendering<'a>
[src]

Renders the text in solid mode. See the SDL2_TTF docs for an explanation.

Renders the text in shaded mode. See the SDL2_TTF docs for an explanation.

Renders the text in blended mode. See the SDL2_TTF docs for an explanation.

Renders the text in blended mode but wrapping the words if the width exceeds the given maximum width. See the SDL2_TTF docs for an explanation of the mode.