Removed the link between the font textures resolution and the size of the characters displayed. That allows to use very high resolution fonts similarly to card pictures...

This commit is contained in:
Xawotihs@gmail.com
2013-03-23 17:21:17 +00:00
parent b6a4197d88
commit 2c0e0c7251
2 changed files with 8 additions and 6 deletions

View File

@@ -172,6 +172,7 @@ private:
float mHeight;
float mScale;
float mTextureScale;
float mRotation;
float mTracking;
float mSpacing;