add extended ascii

This commit is contained in:
2019-09-19 11:51:49 +02:00
parent 4d788bb174
commit 77a3bdde03
4 changed files with 20 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ class Font
public:
int w = 512;
int h = 512;
const int num_chars = 96;
const int num_chars = 256-32;
const int start_char = 32;
// {mix, max}
glm::vec4 bounds{ 0 };