Ben Harris 15b8a9a584 Process pixels in raster order
If we're imitating a CRT character generator, obviously we should
process pixels line-by-line, not column-by-column.  But that means
writing "for (y ...)" before "for (x ...)" which isn't the instinctive
way I did it.

So now that's corrected and the Y loops are outside the X loops, which
should make any debugging output easier to follow.  This has been
confirmed not to change FreeType rendering at 10.5 ppem.
2024-11-17 10:11:23 +00:00
2024-06-12 22:54:26 +01:00
2024-11-17 10:11:23 +00:00
2024-10-04 00:30:30 +01:00
2024-10-24 00:01:26 +01:00
2024-11-17 09:36:54 +00:00
2024-11-16 11:53:04 +00:00
2024-10-19 21:02:11 +01:00
2024-11-14 22:26:03 +00:00
Description
No description provided
1.5 MiB
Languages
C 79.4%
HTML 6.6%
Python 6.2%
PostScript 4.4%
CSS 1.9%
Other 1.5%