rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.65k stars 266 forks source link

Remove 100x font scaling that caused overflow. Fix #210 #229

Closed AlbertoGP closed 3 years ago

AlbertoGP commented 3 years ago

With this, the maximum font size without overflow is 1023. Reducing HRES to 1 raises that to 65535.

rougier commented 3 years ago

Wonderful, thanks!