Browse Source

(cream.uf2) Fixed glyphs

android
neauoire 3 years ago
parent
commit
1b2049e238
  1. 4
      etc/tables/tables.c
  2. BIN
      projects/fonts/cream.uf2

4
etc/tables/tables.c

@ -25,8 +25,8 @@ clamp(int val, int min, int max)
int
main()
{
int seg = 64, offset = seg / 4, i;
double segf = 64.0;
int seg = 1024, offset = seg / 4, i;
double segf = 1024.0;
printf("%d points on a circle128:\n\n", seg);
for(i = 0; i < seg; ++i) {
double cx = 128, cy = 128, r = 128;

BIN
projects/fonts/st72.uf2 → projects/fonts/cream.uf2

Binary file not shown.
Loading…
Cancel
Save