SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE

The size, in pixels, of a single SDL_RenderDebugText character.

The font is monospaced and square, so this applies to all characters.

extern (C) nothrow @nogc
enum SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE = 8;

See Also

Meta