SDLFont.renderGlyphBlended

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

class SDLFont
renderGlyphBlended
(
dchar ch
,
SDL_Color color
)

Throws

SDL2Exception on error.

Meta