Move most graphics Font code out of the opengl subfolder.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-30 14:19:07 -04:00
parent 1383248876
commit c7419e0e37
17 changed files with 1284 additions and 1192 deletions
+4
View File
@@ -408,6 +408,10 @@ public:
**/
void polygon(DrawMode mode, const float *coords, size_t count);
/**
* Gets the system-dependent numeric limit for the specified parameter.
**/
virtual double getSystemLimit(SystemLimit limittype) const = 0;
const Matrix4 &getTransform() const;
const Matrix4 &getProjection() const;