SDLFont.renderTextBlendedWrapped

Create a 32-bit ARGB surface and render the given text at high quality, using alpha blending to dither the font with the given color. Uses multi-line text wrapping.

class SDLFont
renderTextBlendedWrapped
(
string text
,
SDL_Color color
,)

Throws

SDL2Exception on error.

Meta