SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE - Man Page

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

Synopsis

#include <SDL3/SDL_render.h>

#define SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE 8

Description

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

Availability

This macro is available since SDL 3.2.0.

See Also

SDL_RenderDebugText(3)

Referenced By

SDL_RenderDebugText(3), SDL_RenderDebugTextFormat(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS