mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 07:59:00 +02:00
- updated to properly use fontconfig for finding fonts
This commit is contained in:
@@ -19,7 +19,7 @@ Text::Text(FontTextHandlerType type) {
|
||||
this->type = type;
|
||||
}
|
||||
Text::~Text() {}
|
||||
void Text::init(string fontName, int fontSize) {}
|
||||
void Text::init(string fontName, string fontFamilyName, int fontSize) {}
|
||||
void Text::Render(const char*, const int) {}
|
||||
float Text::Advance(const char*, const int) {return 0;}
|
||||
float Text::LineHeight(const char*, const int) {return 0;}
|
||||
|
Reference in New Issue
Block a user