![]() |
R-Type
2
Doom but in better
|
Header file for the Font class, responsible for managing fonts within the program. More...
#include <any>
#include <SFML/Graphics/Font.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "CustomExceptions.hpp"
#include "GUI/ECS/EntityNode.hpp"
Go to the source code of this file.
Data Structures | |
class | GUI::ECS::Systems::Font |
Manages font entities in the GUI ECS. More... | |
Namespaces | |
namespace | GUI |
namespace | GUI::ECS |
namespace | GUI::ECS::Systems |
Functions | |
std::ostream & | GUI::ECS::Systems::operator<< (std::ostream &os, const Font &item) |
Outputs the font's info to a stream. | |
Header file for the Font class, responsible for managing fonts within the program.
This file defines the Font class, which handles font properties, behaviors, and their usage in the GUI's Entity-Component System (ECS). It also includes declarations for utility functions.
Definition in file Font.hpp.