X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_ttf.lisp;h=e29076a1772731749aff9b1937845a1bdbe756cb;hb=985f70ebe19ce02926a46cf524be1152c29a44f1;hp=9d8c0c57b39457194f39c132c76e8f644d556d2a;hpb=8f452e676ff1c49ad238f9ed43d834af67896c46;p=gacela.git diff --git a/gacela_ttf.lisp b/gacela_ttf.lisp index 9d8c0c5..e29076a 100644 --- a/gacela_ttf.lisp +++ b/gacela_ttf.lisp @@ -14,7 +14,11 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . -(in-package :gacela) + +(when (not (find-package 'gacela)) + (make-package 'gacela :nicknames '(gg) :use '(lisp))) + +(eval-when (eval) (in-package 'gacela :nicknames '(gg) :use '(lisp))) (defun load-font (font-file &key (size 40) (encoding ft_encoding_unicode) static) (let* ((key (make-resource-font :filename font-file :encoding encoding))