- i think this fixes the y centering for all resolutions, after testing we can remove lots of unused properties and code

This commit is contained in:
Mark Vejvoda
2011-07-01 01:18:47 +00:00
parent 97e19785a9
commit 1b72bcafe8
6 changed files with 18 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ class TextFTGL : public Text
{
public:
static int faceResolution;
TextFTGL(FontTextHandlerType type);
virtual ~TextFTGL();
virtual void init(string fontName, int fontSize);