|
R-Type
2
Doom but in better
|
This is the file that contains a class in charge of managing a test component. More...
#include <any>#include <cstdint>#include <optional>#include <SFML/Graphics/Text.hpp>#include <SFML/Graphics/Font.hpp>#include <SFML/Graphics/Color.hpp>#include "Log.hpp"#include "LogMacros.hpp"#include "Utilities.hpp"#include "GUI/ECS/EntityNode.hpp"#include "GUI/ECS/Systems/Font.hpp"#include "GUI/ECS/Systems/Colour.hpp"#include "GUI/ECS/Systems/Collision.hpp"

Go to the source code of this file.
Data Structures | |
| class | GUI::ECS::Components::TextComponent |
| A class that represents a text component in the GUI system. It manages font, size, color, and position of text entities in a graphical application. More... | |
Namespaces | |
| namespace | GUI |
| namespace | GUI::ECS |
| namespace | GUI::ECS::Components |
Functions | |
| std::ostream & | GUI::ECS::Components::operator<< (std::ostream &os, const TextComponent &item) |
| Outputs the text's info to a stream. | |
This is the file that contains a class in charge of managing a test component.
Definition in file TextComponent.hpp.