From 35e329acac3246006345ce6efeedc3d7710215cc Mon Sep 17 00:00:00 2001 From: Arcade Wise Date: Thu, 5 Oct 2023 21:13:40 -0400 Subject: oops, forgot to add to the 2nd function --- virtual-programs/display.folk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual-programs') diff --git a/virtual-programs/display.folk b/virtual-programs/display.folk index daa819e9..4bce8a00 100644 --- a/virtual-programs/display.folk +++ b/virtual-programs/display.folk @@ -253,7 +253,7 @@ On process { } return [list $width [+ $y $em]] } - proc text {x0 y0 scale text radians {font ""}} { + proc text {x0 y0 scale text radians {font "PTSans-Regular"}} { if {!([dict exists $::FontCache $font])} { throw {DISPLAY FONT {font doesn't exist}} "$font doesn't exist" return -- cgit v1.2.3