diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/font.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/font.scm b/examples/font.scm index a5167fa..a48bc37 100644 --- a/examples/font.scm +++ b/examples/font.scm @@ -27,6 +27,8 @@ (load "common.scm") +(enable-fonts) + (define font (load-default-font 18)) (define label (make-label font "The quick brown fox jumped over the lazy dog." |