![]() |
Middle Europe Productions Library
alpha 1.3.3
|
#include <Font.h>
Public Member Functions | |
| Font (U_int32 ID, const std::string &name, const std::string &path) | |
| U_int32 | getID () const |
| const std::string & | getName () const |
| sf::Font & | getFont () |
|
inline |
Constructor of a Font
| [in] | ID | : Unique ID of an object. |
| [in] | name | : Name of an objects. (Last part of the directory ex. Font.ttf). |
| [in] | path | : Path of the font. (End it with ). |
|
inline |
Outputs the sf::Font.
|
inline |
Outputs the ID.
|
inline |
Outputs the name.