diff --git a/projects/examples/demos/font.tal b/projects/examples/demos/font.tal index 84a7fa9..96e816d 100644 --- 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 new file mode 100644 index 0000000..b3d82b0 Binary files /dev/null and b/projects/fonts/venice14.uf2 differ diff --git a/projects/fonts/venice14.uf3 b/projects/fonts/venice14.uf3 deleted file mode 100644 index e320f03..0000000 Binary files a/projects/fonts/venice14.uf3 and /dev/null differ