- pre-calc font height for ftgl and optionally allow for language specific characters to be used

This commit is contained in:
Mark Vejvoda
2011-07-02 18:33:59 +00:00
parent a1ab98d4b9
commit cb98df354d
5 changed files with 33 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ class TextFTGL : public Text
{
public:
static string langHeightText;
static int faceResolution;
TextFTGL(FontTextHandlerType type);