|
FIFE 2008.0
|
#include <subimagefont.h>


Public Member Functions | |
| SubImageFont (const std::string &filename, const std::string &glyphs, ImagePool &pool) | |
Imagefont that is able to read glyphs from single image sheet, see e.g. guichan imagefontcollection (google for it)
Definition at line 45 of file subimagefont.h.
| FIFE::SubImageFont::SubImageFont | ( | const std::string & | filename, |
| const std::string & | glyphs, | ||
| ImagePool & | pool | ||
| ) |
Constructor.
| filename | the filename of the Image Font. |
| glyphs | the glyphs for Guichan format. |
Definition at line 48 of file subimagefont.cpp.
References FIFE::Pool::addResourceFromFile(), and FIFE::Pool::get().