diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-26 11:35:31 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-26 11:35:31 -0400 |
commit | 5fa8ec8586e3c9087fd68129e1b7d7f94e847a09 (patch) | |
tree | 451946789bd3fc0b79a80b5b3007d26c2159f428 /src/text.hpp | |
parent | 00da4d690af08d45788d770f9aadc9548438f074 (diff) |
begin config usage; text positioning
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp index d68613d..7cf90b2 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -60,6 +60,8 @@ struct Text { // Stores texture and placement data for a font at a size. struct Font { + int fontSize; + GLuint tex; GLuint vbo; |