commit 1bf35de7ad9da8b9f357e229d03d17db689d59f7 parent 8cc7d5c2bb6ed17fc29a6fb5caa5efac4e70ac89 Author: neauoire <aliceffekt@gmail.com> Date: Fri, 2 Jul 2021 12:33:12 -0700 Optimized venice14 Diffstat:
M | projects/examples/demos/font.tal | | | 4 | ++-- |
A | projects/fonts/venice14.uf2 | | | 0 | |
D | projects/fonts/venice14.uf3 | | | 0 |
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/examples/demos/font.tal b/projects/examples/demos/font.tal @@ -43,7 +43,7 @@ ;fontpath .File/name DEO2 ;font-data .File/load DEO2 - #0000 #0030 ;sometext #21 ;draw-uf3 JSR2 + #0000 #0030 ;sometext #21 ;draw-label JSR2 BRK @@ -201,6 +201,6 @@ RTN 6974 2069 6e20 7468 6520 6469 7374 616e 7420 746f 776e 732e 20 $1 -@fontpath "projects/fonts/helvetica24.uf3 +@fontpath "projects/fonts/venice14.uf2 @font-data \ No newline at end of file diff --git a/projects/fonts/venice14.uf2 b/projects/fonts/venice14.uf2 Binary files differ. diff --git a/projects/fonts/venice14.uf3 b/projects/fonts/venice14.uf3 Binary files differ.