22 #include "logmanager.h"
23 #include "texturemanager.h"
92 FontAtlas createFontAtlas(
const std::string & ttf_file );
110 void load( FT_Face face ,
const std::string & asci );
133 Vector2f getAtlasVector( FT_Face font );
137 FT_Library mFreeType;
144 #endif // FONTMANAGER_H
The Texture class.
Definition: texture.h:37
FT_Face createFontFace(const std::string &ttf_file)
createFontFace
Definition: FontManager.cpp:150
Texture * getCharTexture(char c)
getCharTexture
Definition: FontManager.cpp:226
std::map< char, Texture * > CharMapping
Definition: fontmanager.h:71
static FontManager * getSingletonPtr(void)
getSingletonPtr
Definition: FontManager.cpp:32
Definition: fontmanager.h:28
void CharRegister(char c, Texture *buffer)
CharRegister.
Definition: FontManager.cpp:238
Definition: fontmanager.h:34
The FontManager managed the Fonts.
Definition: fontmanager.h:64
void load(FT_Face face, const std::string &asci)
load
Definition: FontManager.cpp:182
Definition: fontmanager.h:45