]> git.jsancho.org Git - gacela.git/blobdiff - gacela_ttf.lisp
(no commit message)
[gacela.git] / gacela_ttf.lisp
index 9d8c0c57b39457194f39c132c76e8f644d556d2a..e29076a1772731749aff9b1937845a1bdbe756cb 100644 (file)
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-(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))