|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <font.h>
Public Member Functions | |
| std::string | get_name () const |
| int8_t | get_size () const |
| TTF_Font & | get_ttf_font () const |
Friends | |
| class | AssetService |
| std::string Font::get_name | ( | ) | const |
| int8_t Font::get_size | ( | ) | const |
| TTF_Font & Font::get_ttf_font | ( | ) | const |
|
friend |