RenderQuality

D enum that defines the render quality of font texts

Values

ValueMeaning
solid

Fast quality to 8-bit surface

shaded

High quality to 8-bit surface with background color

blended

High quality to ARGB surface

lcd

LCD subpixel quality to ARGB surface with background color (from SDL_ttf 2.20)

Meta