Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CSFontLoader Class Reference

#include <CSFont.h>

Inheritance diagram for CSFontLoader:

Loadable< CSFont >

Static Public Attributes

CSFontLoader INSTANCE

Protected Member Functions

virtual CSFontcreate (const std::string &filename)

Member Function Documentation

virtual CSFont* CSFontLoader::create const std::string &  filename  )  [inline, protected, virtual]
 

Implements Loadable< CSFont >.

Definition at line 148 of file CSFont.h.

00149         {
00150             return new CSFont(filename);
00151         }


Field Documentation

CSFontLoader CSFontLoader::INSTANCE [static]
 

Definition at line 9 of file CSFont.cpp.


Generated on Wed Jul 14 00:44:11 2004 for CSLib by doxygen 1.3.6