Enum RenderQuality

D enum that defines the render quality of font texts

enum RenderQuality : int { ... }

Enum members

NameDescription
blended High quality to ARGB surface
lcd LCD subpixel quality to ARGB surface with background color (from SDL_ttf 2.20)
shaded High quality to 8-bit surface with background color
solid Fast quality to 8-bit surface