mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 01:46:42 +02:00
- added some bug fixes to check if lng files are utf-8 or not and deal with it appropriately
This commit is contained in:
@@ -15,7 +15,9 @@ using namespace std;
|
||||
std::string Text::DEFAULT_FONT_PATH = "";
|
||||
|
||||
//====================================================================
|
||||
Text::Text() {}
|
||||
Text::Text(FontTextHandlerType type) {
|
||||
this->type = type;
|
||||
}
|
||||
Text::~Text() {}
|
||||
void Text::init(string fontName, int fontSize) {}
|
||||
void Text::Render(const char*, const int) {}
|
||||
|
Reference in New Issue
Block a user