mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +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:
@@ -18,7 +18,8 @@
|
||||
|
||||
#include "font_text.h"
|
||||
|
||||
namespace Shared{ namespace Graphics{ namespace Gl{
|
||||
namespace Shared { namespace Graphics { namespace Gl {
|
||||
|
||||
/**
|
||||
* Use FTGL for rendering text in OpenGL
|
||||
*/
|
||||
@@ -27,7 +28,7 @@ class TextFTGL : public Text
|
||||
{
|
||||
public:
|
||||
|
||||
TextFTGL();
|
||||
TextFTGL(FontTextHandlerType type);
|
||||
virtual ~TextFTGL();
|
||||
virtual void init(string fontName, int fontSize);
|
||||
|
||||
|
Reference in New Issue
Block a user