Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
sdl_text_strategy.h File Reference
#include <SDL3/SDL.h>
#include <SDL3_ttf/SDL_ttf.h>
#include <engine/core/rendering/strategies/irendering_strategy.h>
#include <engine/public/component.h>
#include <engine/public/components/ui/text.h>
#include <engine/public/ui/ui_object.h>
#include <map>
#include <memory>
#include <string>
Include dependency graph for sdl_text_strategy.h:

Go to the source code of this file.

Classes

class  SdlTextStrategy
 SDL implementation of the text rendering strategy. More...