aboutsummaryrefslogtreecommitdiff
path: root/src/font_renderer.cpp
AgeCommit message (Collapse)Author
2020-06-04Move font renderer in a separate folder as a libraryFrancesco Abbate
2020-06-04Add some explanatory commentsFrancesco Abbate
2020-06-04Fix resize of bounding rectangle in BakeFontBitmap functionFrancesco Abbate
2020-06-04Fix remove unnecessary function templatingFrancesco Abbate
2020-06-04Implement subpixel LCD font renderingFrancesco Abbate
2020-06-02Optimize glyph set bitmap rectangles by trimming empty regionsFrancesco Abbate
2020-06-02Reduce y padding in BakeFontBitmapFrancesco Abbate
2020-06-02Ember blender with gamma correction into FontRendererFrancesco Abbate
2020-06-02Add gamma correct pixel blenderFrancesco Abbate
2020-06-01Adjust BakeFontBitmap issuesFrancesco Abbate
2020-06-01Use font_renderer in aGG font testing programFrancesco Abbate
2020-06-01Hack to fix font size rendering to align with STB original renderingFrancesco Abbate
2020-06-01Cosmetic code's cleanupFrancesco Abbate
2020-06-01Add missing function to free FontRendererFrancesco Abbate
2020-06-01Fix y offset in BakeFontBitmapFrancesco Abbate
Compute Y offset more accurately and the way it is required in renderer.c. Instead of returning y offset wrt the baseline position returns it wrt the top position (the baseline plus the font's ascent).
2020-06-01Replace stb's BakeBitmapFont with AGG based font's rendererFrancesco Abbate