SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::RendererTextEngine Namespace Reference

Properties for RendererTextEngine. More...

Variables

constexpr auto RENDERER_POINTER
 Pointer to renderer.
constexpr auto ATLAS_TEXTURE_SIZE_NUMBER
 Number for atlas texture size.

Detailed Description

Properties for RendererTextEngine.

Use these with CreateRendererTextEngineWithProperties() to specify properties when creating a renderer text engine.

See also
CreateRendererTextEngineWithProperties

Variable Documentation

◆ ATLAS_TEXTURE_SIZE_NUMBER

auto SDL::prop::RendererTextEngine::ATLAS_TEXTURE_SIZE_NUMBER
constexpr
Initial value:
=
TTF_PROP_RENDERER_TEXT_ENGINE_ATLAS_TEXTURE_SIZE

Number for atlas texture size.

◆ RENDERER_POINTER

auto SDL::prop::RendererTextEngine::RENDERER_POINTER
constexpr
Initial value:
=
TTF_PROP_RENDERER_TEXT_ENGINE_RENDERER

Pointer to renderer.