gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Add write font to file function #26

Closed gregjohnson2017 closed 4 years ago

gregjohnson2017 commented 4 years ago

There is a section of commented code left in the font loading function that writes the loaded font texture to an image for viewing. I think it's better to have this logically separated into its own function so myself and others know what it does, rather than having some random block of unrelated commented code sitting in a function.