A font manager.
More...
#include <Font.hpp>
◆ Font() [1/3]
| RAY::Font::Font |
( |
const std::string & |
filename, |
|
|
bool |
lonely = false |
|
) |
| |
Create an font, loading a file.
- Parameters
-
| filename | path to file to load |
| lonely | should be set to true if the entity's loaded data must be independant from others |
◆ Font() [2/3]
| RAY::Font::Font |
( |
const Font & |
| ) |
|
|
default |
A default copy constructor.
◆ Font() [3/3]
A default constructor, no ressources loaded.
◆ ~Font()
◆ operator=()
| Font& RAY::Font::operator= |
( |
const Font & |
| ) |
|
|
default |
◆ _font
| std::shared_ptr<::Font> RAY::Font::_font |
|
private |
Font, really, that's just it...
◆ _fontsCache
The documentation for this class was generated from the following files: