StarTrekV3_Linux
Version3
|
#include <vector>
#include <list>
#include <string>
#include <allegro5/allegro.h>
#include <allegro5/allegro_font.h>
#include <allegro5/allegro_ttf.h>
Go to the source code of this file.
Classes | |
class | FontManager::FontManagerException |
Namespaces | |
FONT | |
FontManager | |
Enumerations | |
enum | FONT::FONTNAME { FONT::MENU =0, FONT::SMALL, FONT::INFO, FONT::TEXT, FONT::FNT_END } |
Functions | |
void | FontManager::Init_FontManager () |
void | FontManager::DeInit_FontManager () |
void | FontManager::LoadFonts () |
ALLEGRO_FONT * | FontManager::GetFont (FONT::FONTNAME a_Name) |