mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-27 09:28:10 +03:00
Only unscaled glyph bitmaps are now cached in regular memory. Scaled glyphs are stored as textures on the GPU. Only the alpha channel on glyph textures is used, with the color being provided as an input to the shader. Outline and bold rendering is improved by using a simple dilate shader. This looks okay but could be improved (the result is a bit blurry still).