Function Font.renderGlyphSolid

Renders a glyph quickly See renderTextSolid

Surface renderGlyphSolid (
  char glyph,
  Color color = Color(cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)255u, SDL_Color(cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u))
);