TTF OpenGL Renderer A small project for rendering text using the TrueType Font format in C. This project consists of a TTF parser and a renderer in OpenGL to render text. Note for myself Run bear -- make compile to generate a compile_commands.json. Major sources of help https://developer.apple.com/fonts/TrueType-Reference-Manual/ https://learn.microsoft.com/en-us/typography/opentype/spec/ https://www.youtube.com/watch?v=SO83KQuuZvg