Use font_renderer in aGG font testing program

This commit is contained in:
Francesco Abbate
2020-06-01 16:57:33 +02:00
parent e291e7269a
commit b734390388
5 changed files with 130 additions and 185 deletions
+1
View File
@@ -127,6 +127,7 @@ retry:
goto retry;
}
// FIXME: to be removed.
/* adjust glyph's xadvance */
for (int i = 0; i < 256; i++) {
set->glyphs[i].xadvance = floor(set->glyphs[i].xadvance);