aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.hpp')
-rw-r--r--src/text.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp
index c3479ca..d68613d 100644
--- a/src/text.hpp
+++ b/src/text.hpp
@@ -18,6 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+// hello
+
#ifndef SYSTEM_TEXT_HPP_
#define SYSTEM_TEXT_HPP_
@@ -61,6 +63,9 @@ struct Font {
GLuint tex;
GLuint vbo;
+ float width;
+ float height;
+
std::array<FT_Info, 96> data;
// Stores currently shown text at given index into VBO?
std::vector<Text> text;