#include <font.h>
Public Member Functions | |
FontManager () | |
~FontManager () | |
FontPtr | CreateFont (const std::string &rstrName, bool bLoad=true) |
FontPtr | FindFont (const std::string &rstrName) |
Protected Member Functions | |
void | DeregisterFont (Font *pkFont) |
Protected Attributes | |
std::vector< Font * > | m_vpkFonts |
|
|
|
|
|
Deregister font
|
|
Create new font
|
|
Locate font
|
|
Fonts |