Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-23 | Render the letter J | Joe Wilm | |
This letter brought to you by OpenGL and freetype. | |||
2016-02-21 | Implement very basic glyph rasterization | Joe Wilm | |
There are several assumptions made at this point and very little (no) error handling done. | |||
2016-02-21 | Add function for listing font names on linux | Joe Wilm | |
This function isn't exactly useful, but it's working ffi with the fontconfig library. Woo! Next step will be returning some objects with more information (like font path so we can start rendering glyphs!). | |||
2016-02-21 | Initialize new cargo binary project | Joe Wilm | |