]> git.jsancho.org Git - gacela.git/commitdiff
(no commit message)
authorjsancho <devnull@localhost>
Sun, 25 Oct 2009 22:46:29 +0000 (22:46 +0000)
committerjsancho <devnull@localhost>
Sun, 25 Oct 2009 22:46:29 +0000 (22:46 +0000)
gacela_ttf.lisp

index f0e21a26babfcd9d8f3e7de6a034cae287f19c2e..9d8c0c57b39457194f39c132c76e8f644d556d2a 100644 (file)
@@ -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))))