sub pixel rendering

This commit is contained in:
Ole Morud
2022-06-09 19:10:47 +02:00
parent 30fc9e1861
commit 1f19d9127a
4 changed files with 68 additions and 21 deletions

View File

@@ -10,6 +10,7 @@ typedef struct Canvas {
void clear();
void render(Canvas*);
void subpixel_render(Canvas*);
void line(Canvas*, unsigned int, unsigned int, unsigned int, unsigned int);
void dot(Canvas*, const unsigned int, const unsigned int);