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.
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.