#include <CSFont.h>
Inheritance diagram for CSFontLoader:
Static Public Attributes | |
CSFontLoader | INSTANCE |
Protected Member Functions | |
virtual CSFont * | create (const std::string &filename) |
|
Implements Loadable< CSFont >. Definition at line 148 of file CSFont.h.
00149 { 00150 return new CSFont(filename); 00151 } |
|
Definition at line 9 of file CSFont.cpp. |