diff options
| author | Arcade Wise <l3gacy.b3ta@disroot.org> | 2023-10-06 01:13:40 +0000 |
|---|---|---|
| committer | Arcade Wise <l3gacy.b3ta@disroot.org> | 2023-10-06 01:13:40 +0000 |
| commit | 35e329acac3246006345ce6efeedc3d7710215cc (patch) | |
| tree | cf81df9cef9afe8b4dbf51c83956aaeda05ce41c /virtual-programs | |
| parent | Add changing fonts as an option to text rendering (diff) | |
| download | folk-35e329acac3246006345ce6efeedc3d7710215cc.tar.gz folk-35e329acac3246006345ce6efeedc3d7710215cc.zip | |
oops, forgot to add to the 2nd function
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/display.folk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
