16x AA font rendering using coverage masks, part III
This is part three in the series on 16x AA font rendering using coverage masks, as used in our profiler. In part one, we saw how to render glyphs in real-time using 16xAA, sampled at a regular grid. In part two, we saw how to move to a rotated grid and how the code could …