From 8f452e676ff1c49ad238f9ed43d834af67896c46 Mon Sep 17 00:00:00 2001 From: jsancho Date: Sun, 25 Oct 2009 22:46:29 +0000 Subject: [PATCH] --- gacela_ttf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacela_ttf.lisp b/gacela_ttf.lisp index f0e21a2..9d8c0c5 100644 --- a/gacela_ttf.lisp +++ b/gacela_ttf.lisp @@ -31,7 +31,7 @@ (ftglSetFontCharMap font encoding) (set-resource key `(:id-font ,font) - (lambda () (true-load-font font-file encoding static)) + (lambda () (true-load-font font-file size encoding static)) (lambda () (ftglDestroyFont font)) :static static) key)))) -- 2.39.2