Represent the text font.
More...
#include <Font.hpp>
|
| ALLEGRO_FONT * | font |
| | target allegro font
|
◆ Font() [1/2]
| turbo::Font::Font |
( |
const Path & | path, |
|
|
unsigned short | size ) |
Construct a new Font for a ttf file.
- Parameters
-
| path | path to the ttf file |
| size | size of the font in px |
◆ ~Font()
Destroy the Font and free the underlying Allegro font.
◆ Font() [2/2]
| turbo::Font::Font |
( |
const Font & | | ) |
|
|
delete |
◆ __get_font()
| void * turbo::Font::__get_font |
( |
| ) |
const |
◆ operator=()
| Font & turbo::Font::operator= |
( |
const Font & | | ) |
|
|
delete |
◆ font
| ALLEGRO_FONT* turbo::Font::font |
|
protected |
The documentation for this class was generated from the following files: