|
2D_Game_Engine
|
#include <fontmanager.hpp>
Public Member Functions | |
| FontInfo () | |
| FontInfo (std::shared_ptr< TextRenderer > f) | |
Public Attributes | |
| unsigned int | copies |
| std::shared_ptr< TextRenderer > | font |
Definition at line 5 of file fontmanager.hpp.
|
inline |
Definition at line 9 of file fontmanager.hpp.
|
inline |
Definition at line 10 of file fontmanager.hpp.
| unsigned int FontInfo::copies |
Definition at line 6 of file fontmanager.hpp.
| std::shared_ptr<TextRenderer> FontInfo::font |
Definition at line 7 of file fontmanager.hpp.